What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Image transfer... why?! D:

Pages: (4): « First [ 1 ] 2 3 4 » Last »
Image transfer... why?! D:
Author: Message:
Marcotonio
New Member
*

Avatar
IMMA A GOOFYGOOBAH

Posts: 2
33 / Male / Flag
Joined: Jan 2009
O.P. Image transfer... why?! D:
My problem is:

[Image: 123acn9_th]

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):

[Image: 64i8mg_th]

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
Profile PM Find Quote Report
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
Profile E-Mail PM Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2511
Reputation: 43
33 / Male / –
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.
[Image: jumbled.png]
01-14-2009 09:17 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8328
Reputation: 109
40 / Male / Flag
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
Profile E-Mail PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5108
Reputation: 104
– / Male / –
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 :D
01-14-2009 09:22 PM
Profile PM Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4460
Reputation: 84
33 / Male / Flag
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.
Twitter: @ChrisLozeau
01-15-2009 12:47 AM
Profile PM Find Quote Report
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
33 / Male / Flag
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 :D
I second that motion!
You have the intellect comparable to that of a rock. Be proud.
01-15-2009 04:03 AM
Profile E-Mail PM Web Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3141
Reputation: 43
33 / Male / Flag
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 :p
Spoiler:
01-15-2009 06:13 AM
Profile PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1818
Reputation: 74
36 / Male / Flag
Joined: Mar 2004
RE: Image transfer... why?! D:
* -dt- hates the photo sharing thing
[Image: dt2.0v2.png]      Happy Birthday, WDZ
01-15-2009 06:22 AM
Profile PM Web Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
38 / Male / Flag
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
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5578 days, 7 hours, 40 minutes, 21 seconds ago
01-15-2009 06:56 AM
Profile E-Mail PM Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On