Image transfer... why?! D: |
Author: |
Message: |
Marcotonio
New Member
IMMA A GOOFYGOOBAH
Posts: 2
33 / /
Joined: Jan 2009
|
O.P. Image transfer... why?! D:
My problem is:
This new image transfer method sucks. Is there any way out to have the old "Ctrl+V transfer" back?
You know, that .tmp transfer (still working with older MSN users):
Oh, and sorry if this is the wrong board, but I thought it was the best to post a (maybe)non-plus question.
This post was edited on 01-11-2009 at 01:16 PM by Marcotonio.
|
|
01-11-2009 01:13 PM |
|
|
akyyy
Junior Member
Posts: 32
Joined: Apr 2005
|
RE: Image transfer... why?! D:
i hate this new function.
please help, i want older image transfer!!!!!
|
|
01-14-2009 09:11 PM |
|
|
vaccination
Veteran Member
Posts: 2513 Reputation: 43
32 / / –
Joined: Apr 2005
|
RE: Image transfer... why?! D:
The old transfer still occurs fine if you use to tool bar at the top of the conversation window to send the files [Files > Send files or photos...] instead of dragging and dropping the files on the window or pasting the image in.
|
|
01-14-2009 09:17 PM |
|
|
matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Image transfer... why?! D:
I can write a script tonight, if people want, that will override the ctrl+v functionality for images and will send the image instead of using the photosharing.
It is as simple as using this code:
js code: function OnEvent_ChatWndEditKeyDown(oChatWnd, vkKey, bCtrl, bShift) {
if ( bCtrl === true && vkKey === 0x56 /* VK_V */ ) {
/*
Do stuff here:
return false if you aren't overriding the functionality
return true if you are overriding the functionality
*/
}
}
This post was edited on 01-14-2009 at 09:25 PM by matty.
|
|
01-14-2009 09:21 PM |
|
|
prashker
Veteran Member
Posts: 5109 Reputation: 104
– / / –
Joined: Mar 2005
Status: Away
|
RE: Image transfer... why?! D:
quote: Originally posted by matty
I can write a script tonight, if people want, that will override the ctrl+v functionality for images and will send the image instead of using the photosharing.
Sweet
|
|
01-14-2009 09:22 PM |
|
|
Chris4
Elite Member
Posts: 4461 Reputation: 84
33 / /
Joined: Dec 2004
|
RE: Image transfer... why?! D:
Mine doesn't do the new transfer method, I must of turned it off somehow. I'll keep the script code handy though, thanks.
|
|
01-15-2009 12:47 AM |
|
|
Th3rmal
Veteran Member
Peek-a-boo! I see you!!
Posts: 1226 Reputation: 26
32 / /
Joined: Aug 2005
|
RE: Image transfer... why?! D:
quote: Originally posted by SonicSam
quote: Originally posted by matty
I can write a script tonight, if people want, that will override the ctrl+v functionality for images and will send the image instead of using the photosharing.
Sweet
I second that motion!
You have the intellect comparable to that of a rock. Be proud.
|
|
01-15-2009 04:03 AM |
|
|
ShawnZ
Veteran Member
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
|
RE: Image transfer... why?! D:
quote: Originally posted by matty
I can write a script tonight, if people want, that will override the ctrl+v functionality for images and will send the image instead of using the photosharing.
It is as simple as using this code:
js code: function OnEvent_ChatWndEditKeyDown(oChatWnd, vkKey, bCtrl, bShift) {
if ( bCtrl === true && vkKey === 0x56 /* VK_V */ ) {
/*
Do stuff here:
return false if you aren't overriding the functionality
return true if you are overriding the functionality
*/
}
}
what about dragging images in, too
Spoiler: the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
|
|
01-15-2009 06:13 AM |
|
|
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
RE: Image transfer... why?! D:
* -dt- hates the photo sharing thing
Happy Birthday, WDZ
|
|
01-15-2009 06:22 AM |
|
|
djdannyp
Elite Member
Danny <3 Sarah
Posts: 3546 Reputation: 31
38 / /
Joined: Mar 2006
|
RE: RE: Image transfer... why?! D:
quote: Originally posted by Chris4
Mine doesn't do the new transfer method, I must of turned it off somehow. I'll keep the script code handy though, thanks.
It only does it with contacts who also have WLM 2009
|
|
01-15-2009 06:56 AM |
|
|
Pages: (4):
« First
[ 1 ]
2
3
4
»
Last »
|
|