Shoutbox

Image transfer... why?! D: - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Image transfer... why?! D: (/showthread.php?tid=88289)

Image transfer... why?! D: by Marcotonio on 01-11-2009 at 01:13 PM

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.


RE: Image transfer... why?! D: by akyyy on 01-14-2009 at 09:11 PM

i hate this new function.

please help, i want older image transfer!!!!!


RE: Image transfer... why?! D: by vaccination on 01-14-2009 at 09:17 PM

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.


RE: Image transfer... why?! D: by matty on 01-14-2009 at 09:21 PM

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:

Javascript 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
        */

    }
}


RE: Image transfer... why?! D: by prashker on 01-14-2009 at 09:22 PM

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
RE: Image transfer... why?! D: by Chris4 on 01-15-2009 at 12:47 AM

Mine doesn't do the new transfer method, I must of turned it off somehow. I'll keep the script code handy though, thanks.


RE: Image transfer... why?! D: by Th3rmal on 01-15-2009 at 04:03 AM

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!
RE: Image transfer... why?! D: by ShawnZ on 01-15-2009 at 06:13 AM

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:

Javascript 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
RE: Image transfer... why?! D: by -dt- on 01-15-2009 at 06:22 AM

* -dt- hates the photo sharing thing


RE: RE: Image transfer... why?! D: by djdannyp on 01-15-2009 at 06:56 AM

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
RE: RE: Image transfer... why?! D: by akyyy on 01-15-2009 at 11:29 AM

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:

Javascript 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
        */

    }
}



hm, this script dosent work its me:(

we use wml2009.
RE: Image transfer... why?! D: by Th3rmal on 01-15-2009 at 11:35 AM

quote:
Originally posted by akyyy
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:

Javascript 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
        */

    }
}



hm, this script dosent work its me:(

we use wml2009.
thats because thats not the actual script ;)
RE: Image transfer... why?! D: by prashker on 01-15-2009 at 12:34 PM

Is matty going to finish it or is he waiting for someone else :p?


RE: Image transfer... why?! D: by matty on 01-15-2009 at 01:43 PM

quote:
Originally posted by SonicSam
Is matty going to finish it or is he waiting for someone else :p?
* matty went to sleep last night really early

The issue is this:
A printscreen is no biggy that can be done easily (Screenshot Sender does it). The issue is simply that if multiple files are copied to the clipboard how do you differentiate between the different files... know what I mean?
RE: Image transfer... why?! D: by Mnjul on 01-15-2009 at 07:57 PM

It could be "more feasible" if we patch the code of WLM's internals about "on detecting a paste, check contact's version, if version > 14, do photo sharing, else send files" into "if false, do photo sharing, else send files" ... so it will always send files :-/

I might be able to do it when I have time, but that has to be when I end my current university term XD


God, who knows future releases of WLM 14 would have an option to disable photo sharing in such scenario :/
RE: Image transfer... why?! D: by blessedguy on 01-28-2009 at 04:21 PM

quote:
Originally posted by matty
The issue is this:
A printscreen is no biggy that can be done easily (Screenshot Sender does it). The issue is simply that if multiple files are copied to the clipboard how do you differentiate between the different files... know what I mean?
Simple: send the most recent... or the one messenger was gonna send.
(Ok, possible? Don't know if I'm asking for too much =X)
RE: Image transfer... why?! D: by chy1991 on 01-30-2009 at 08:19 PM

I hate the new Photo Sharing function too.. very annoying when I'm guiding someone to do something with screenshots.. I hope that there is patch/script to disable it's function and back to good-ol' image sending method (Print screen and paste, drag n drop, etc...)


RE: Image transfer... why?! D: by gaui on 02-11-2009 at 12:02 AM

Wow I hate this new Photo Sharing function!!!


RE: Image transfer... why?! D: by user27089 on 02-11-2009 at 07:45 AM

I see a new feature for Messenger Plus! on the horizon if people really don't like this that much.


RE: RE: Image transfer... why?! D: by chy1991 on 02-11-2009 at 07:55 AM

quote:
Originally posted by traxor
I see a new feature for Messenger Plus! on the horizon if people really don't like this that much.

I hope there is, as long as there is a way to disable this annoying little shit...
RE: Image transfer... why?! D: by user27089 on 02-11-2009 at 08:23 AM

It's not that bad to be honest, if you're that bothered then use the "send" button rather than dragging it into the window. I can see why people don't like it, but in the meantime it's not too bad.


RE: Image transfer... why?! D: by tof42 on 02-19-2009 at 03:41 PM

Please do not forget this topic, I am also interrested in a way to remove/disable photo sharing and restore the old send picture feature.


RE: Image transfer... why?! D: by Spunky on 02-19-2009 at 03:44 PM

quote:
Originally posted by tof42
I am also interrested in a way to remove/disable photo sharing and restore the old send picture feature.

quote:
Originally posted by traxor
if you're that bothered then use the "send" button rather than dragging it into the window

RE: Image transfer... why?! D: by matty on 02-19-2009 at 03:50 PM

In the next version of Plus! this has been done.


RE: Image transfer... why?! D: by Merkie on 02-19-2009 at 04:47 PM

When will it come out?


RE: Image transfer... why?! D: by matty on 02-19-2009 at 04:54 PM

We have no idea I think it is scheduled for Plus! 5 but we have no idea when this will be released. No testers have any info on it either.


RE: Image transfer... why?! D: by prashker on 02-19-2009 at 05:19 PM

quote:
Originally posted by Patchou
Added for the next version as a reg setting: Preferences\OverrideImgTransfer .

unless 5 is the next version :p (which I think it is *slaps matty ;<*)
RE: Image transfer... why?! D: by SmeX on 02-26-2009 at 07:47 PM

would be AWESOME if someone could fix this! i srsly hate the new image transfer method!!


RE: Image transfer... why?! D: by bibihest on 05-13-2009 at 08:31 AM

Follow this simple guide and you can drag or send images from clipboard again.

http://vivaldi.dk/?page_id=448


RE: Image transfer... why?! D: by CookieRevised on 05-13-2009 at 09:54 AM

quote:
Originally posted by bibihest
Follow this simple guide and you can drag or send images from clipboard again.

http://vivaldi.dk/?page_id=448
This thread is old.
As such it does not contain all the information which is already available.

So, thanks for the link, but that information was already posted last month in a newer thread:
OverrideImgTransfer and photo sending

;)
RE: RE: Image transfer... why?! D: by `Dr. Nick Riviera` on 11-24-2009 at 09:41 PM

quote:
Originally posted by bibihest
Follow this simple guide and you can drag or send images from clipboard again.

http://vivaldi.dk/?page_id=448

Thx a ton! This is the ONLY method that works for me...
RE: Image transfer... why?! D: by CookieRevised on 11-25-2009 at 01:56 AM

quote:
Originally posted by `Dr. Nick Riviera`
Thx a ton! This is the ONLY method that works for me...
What do you mean with 'only method that worked'... There is no other method... All the 'other' methods described in previous threads are _exactly_ the same and thus were already posted before ;)