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:
akyyy
Junior Member
**


Posts: 32
Joined: Apr 2005
RE: 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:

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.
01-15-2009 11:29 AM
Profile E-Mail PM Find Quote Report
Th3rmal
Veteran Member
*****

Peek-a-boo! I see you!!

Posts: 1226
Reputation: 26
32 / Male / Flag
Joined: Aug 2005
RE: Image transfer... why?! D:
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 ;)
You have the intellect comparable to that of a rock. Be proud.
01-15-2009 11:35 AM
Profile E-Mail PM Web Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: Image transfer... why?! D:
Is matty going to finish it or is he waiting for someone else :p?
01-15-2009 12:34 PM
Profile PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Image transfer... why?! D:
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?
01-15-2009 01:43 PM
Profile E-Mail PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Image transfer... why?! D:
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 :/

This post was edited on 01-15-2009 at 07:58 PM by Mnjul.
01-15-2009 07:57 PM
Profile PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Image transfer... why?! D:
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)
[Image: Empty.png]
01-28-2009 04:21 PM
Profile PM Web Find Quote Report
chy1991
New Member
*


Posts: 2
Joined: Jan 2009
RE: Image transfer... why?! D:
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...)
01-30-2009 08:19 PM
Profile E-Mail PM Find Quote Report
gaui
New Member
*


Posts: 1
Joined: Feb 2009
RE: Image transfer... why?! D:
Wow I hate this new Photo Sharing function!!!
02-11-2009 12:02 AM
Profile E-Mail PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Image transfer... why?! D:
I see a new feature for Messenger Plus! on the horizon if people really don't like this that much.
02-11-2009 07:45 AM
Profile PM Find Quote Report
chy1991
New Member
*


Posts: 2
Joined: Jan 2009
RE: RE: Image transfer... why?! D:
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...
02-11-2009 07:55 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