What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Pass object to a Wnd
Exactly, but you could also use: [code]function createWindow(){ var WndTest = MsgPlus.CreateWnd("interface.xml", "WndTest"); WndTest.CustomProperty = function (x,y) { return x*y } } function OnWndTestEvent_CtrlClicked(PlusWnd,...
ShondoitScripting08-13-2006 at 06:47 PM
RE: Pass object to a Wnd
So maybe we phrased it a bit awkward... But, a method/function is nothing more than an extended form of variable, so you can 'pass' methods And when I mean, 'to pass an object/method to a window' I mean passing it to the CreateWnd function, wich ...
ShondoitScripting08-13-2006 at 06:25 PM
RE: Messenger Plus! Live Enhancer
I have the same problem as Markee, when I tick the option to make windows opaque on mouse hover, it works for all open windows, but when I create any new window, they stay opaque, unless I reload the DLL. As if the new windows don't inherit these s...
ShondoitScripting08-13-2006 at 01:20 PM
RE: Online Offline Psm Query
Could you elaborate? I don't have the slightest hint, what you mean
ShondoitScripting08-13-2006 at 01:03 PM
RE: Pass object to a Wnd
Well, actually, Cooldude wants the same as me, to pass parameters to the PlusWnd object... Only he wants to pass a method, and I want to pass an Object But your thread does the trick too, if it gets sorted out, that is
ShondoitScripting08-13-2006 at 12:46 PM
RE: Problem with my script.
The last 'return "" ' should be outside the brackets, so it works for both when OldName has, and hasn't got a value You forgot the brackets { } again, this should work: [code]var OldName = ""; function OnGetScriptCommands(){ var commands = ...
ShondoitScripting08-12-2006 at 01:44 PM
RE: [RELEASE] Camelo, a mocker script
That has something to do with WLM itself, I think your name is changing to often, I suppose you're receiving many messages? I can minimize the Name changing frequency, but it'll have to wait til tomorrow, sorry:$
ShondoitScripting08-12-2006 at 12:01 AM
RE: [RELEASE] Camelo, a mocker script
Glad you like it, I will look into that tomorrow... if I have time, have to fix my tire too, deflated to the rim on the way home:S
ShondoitScripting08-11-2006 at 11:39 PM
RE: [RELEASE] Camelo, a mocker script
[Revision] Added Morph on last message send by Contact Added to Settings Window, and Command menu
ShondoitScripting08-11-2006 at 11:23 PM
RE: [RELEASE] Camelo, a mocker script
Sure, no prob, just a min, maybe 5 -Edit- Uploaded new revision
ShondoitScripting08-11-2006 at 11:05 PM
RE: Pass object to a Wnd
Well, thats what I do now, but when you do it like this, you need to now the name of the global object, and I don't want that, I want the object itself, so a user can name it whatever he likes... But I don't think it's possible... Perhaps Patchou ...
ShondoitScripting08-11-2006 at 10:58 PM
RE: Pass object to a Wnd
I already considered that, but I need the object itself, I want it to be a standalone object, not dependant of any arrays. i.e. I have a .js with the object constructor, etc. And the Window Events, and a seperate .js with nothing more than 'obj = ne...
ShondoitScripting08-11-2006 at 02:12 PM
Pass object to a Wnd
I need some kind of method, to pass a custom Object to a PlusWnd, so I can use it again when the OnWindowEvent_CtrlClicked event fires.... i.e. [code]function CreateWnd () { MyObject = new Object() MyObject.Name = "MyCustomObject" MyObject...
ShondoitScripting08-11-2006 at 01:56 PM
RE: [RELEASE] Camelo, a mocker script
[Update] V1.02, check first post Added a GUI (thx -!Felu!- !) Added Blocked Emails feature
ShondoitScripting08-10-2006 at 01:56 PM
RE: Change window caption, not with SetWindowText!!!
@Matty, because I was talking about a ChatWindow, changing the caption in realtime @RaceProUK could you give me an example, I'm completely lost, or at least a link where I can find 'Accessibility Explorer'
ShondoitScripting08-09-2006 at 02:50 PM
Change window caption, not with SetWindowText!!!
I want to change the caption of a chatwindow, where it says who you are talking to (Contact name) It is just a label, so I can't change it with SetWindowText But how do I get the handle of this label, and change it?
ShondoitScripting08-09-2006 at 11:05 AM
RE: coding dynamic arrays
I believe he wants to dynamicly load all images in a directory, the best way is make a list with all filenames, and one imagebox, and load the image once a name is clicked in the list If you want to make a gird, of all files, the best way I can think...
ShondoitScripting08-09-2006 at 10:59 AM
RE: get the handle of a toast?
You can use Interop.Call() for that I will post a snippet later on -EDIT- I did some testing, and it won't work, first of all, a toast does not have a caption, second, a toast uses 'DirectUIHWND' as a classname, this is the same as a conversation ...
ShondoitScripting08-09-2006 at 10:33 AM
RE: [Request] Unread Function
It CAN be done, I will look into it tomorrow... I only need to now how you can pass structures to an Interop.Call, anyone?
ShondoitScripting08-08-2006 at 11:32 PM
RE: instantiate plus! scripting objects from outside?
@SilentDragon, thanks And I tested it now, and it worked in VB6
ShondoitScripting08-08-2006 at 11:23 PM
RE: instantiate plus! scripting objects from outside?
[color=red][i]I believe there are 2 threads mixed here^o) One about Changing the status on Remote control button push, and one about executing the content of a file, when it changed Mods? Can I request a split for this?[/i][/color] 1. You can definit...
ShondoitScripting08-08-2006 at 10:55 PM
RE: [RELEASE] Camelo, a mocker script
[Update] Check first post Fixed one bug and made it more user friendly
ShondoitScripting08-08-2006 at 08:41 PM
RE: get the handle of a toast?
Why do you want to kill it? MP!L has a lot of options for toast, you could turn toasts off for some events...
ShondoitScripting08-08-2006 at 08:26 PM
RE: [Help] Save strings
Personaly, I work most with the registry, when you use a per user setting, your script directory will become quite full This works better, imo When you call ReadRegistry and the key does not exist, it will write the initvalue to the registry That way...
ShondoitScripting08-08-2006 at 08:19 PM
RE: [RELEASE] Camelo, a mocker script
Great to hear you guys are having fun with it, I'm having fun aswel, people who I haven't talked to in years start talking to me @Felu, I'm not sure you're going to understand all... But I'm off eating some icecream now:P c y'all later
ShondoitScripting08-08-2006 at 05:10 PM
[Hide Excerpts] Pages: (10): « First « 4 5 6 7 [ 8 ] 9 10 » Last »