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.
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.
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.
Posts: 1226 Reputation: 26
33 / /
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.
Posts: 3141 Reputation: 43
33 / /
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.
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