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

Search Results
Subject Author Forum Time
RE: [?] Tree-view controls and item images
Yeah.. Can't read it :P @Matti: think you need to check encoding etc. Or just pack it to a ZIP file :P
SmokingCookieScripting04-29-2010 at 05:35 PM
RE: [?] Tree-view controls and item images
I've read your class hours ago, and I am afraid.. well.. ya know :p If I'd understood the image-handling thingy, I wouldn't have posted :P
SmokingCookieScripting04-29-2010 at 05:29 PM
[?] Tree-view controls and item images
I'm working on something that makes handling tree-view controls a little easier. However, I don't see how to add images to an item.
SmokingCookieScripting04-29-2010 at 02:53 PM
RE: Looking For.
Can't ya modify in-memory resources..?
SmokingCookieScripting04-25-2010 at 09:03 AM
RE: [?] WM_MOUSEMOVE doesn't work
@ CookieRevised: I've made a similar implementation of your script, yet I've got a problem with it. It works fine until the window is deactivated. When the window is activated again, it works for controls within the parent window, but not for contr...
SmokingCookieScripting04-24-2010 at 09:16 AM
RE: [?] WM_MOUSEMOVE doesn't work
Not supposed to be online now; at school. Anyways, cannot download Cookie's attachment, so I'll take a look at it later today, or tomorrow. Meanwhile, what exactly does it do?
SmokingCookieScripting04-23-2010 at 11:40 AM
RE: [?] WM_MOUSEMOVE doesn't work
Regions? Never really heard of that, I think... The attachment includes an example of what I want to do with this. It's written in MS Visual C# Express 2010.
SmokingCookieScripting04-21-2010 at 07:38 PM
RE: [?] WM_MOUSEMOVE doesn't work
But.. That disables moving the window, right? And besides, I get tons of notification messages with the LockOnClick thingy, except when the mouse is over a control.
SmokingCookieScripting04-21-2010 at 02:58 PM
RE: [?] WM_MOUSEMOVE doesn't work
Nope, still the same
SmokingCookieScripting04-20-2010 at 05:25 PM
RE: [?] WM_MOUSEMOVE doesn't work
Got bad news for ya: it does not work. No message notifications are received. Oh and btw: [quote=MSDN article on WM_MOUSEMOVE][b]Return Value[/b] If an application processes this message, it should return zero.[/quote]
SmokingCookieScripting04-20-2010 at 05:23 PM
RE: [?] WM_MOUSEMOVE doesn't work
Well, I've got my own version of ChildWindowFromPoint. But the entire problem is the "tracking WM_MOUSEMOVE": I am not receiving it at all.
SmokingCookieScripting04-20-2010 at 04:50 PM
RE: [?] WM_MOUSEMOVE doesn't work
Gotta admit that I'm absolutely rubbish at C++, but I'll give it a try...
SmokingCookieScripting04-20-2010 at 04:43 PM
RE: [?] WM_MOUSEMOVE doesn't work
I've got the return value 1, suggesting it should work.
SmokingCookieScripting04-20-2010 at 04:32 PM
RE: [?] WM_MOUSEMOVE doesn't work
[code=JScript]// Windows.js; objPlusWnd.RegisterMessageNotification(WM_MOUSEHOV ER,true); var TRACKMOUSEEVENT = Interop.Allocate(16); with(TRACKMOUSEEVENT) { writeDWORD(0,Size); writeDWORD(4,TME_HOVER); writeDWORD(8,objPlusWnd.GetControlHandle("Bt...
SmokingCookieScripting04-20-2010 at 04:08 PM
RE: [?] WM_MOUSEMOVE doesn't work
Well, I'll [i]never[/i] do ANY kind of programming/scripting after a full day of school and work, before going to bed. I've been busy with this all night long :S :P But that's had positive consequences too. I've thought of the following theory: u...
SmokingCookieScripting04-20-2010 at 02:10 PM
RE: [?] WM_MOUSEMOVE doesn't work
There is nothing like TME_ENTER that is fired when the mouse leaves a control. Or do I need to use TME_HOVER for that...? Surprise, surprise: been messing around a little, and don't get it :s [size=1]Problem could be that I've worked from 5 to 8 a...
SmokingCookieScripting04-19-2010 at 07:12 PM
RE: [?] WM_MOUSEMOVE doesn't work
You're right about that. [s]I have solved it, but now there's another problem: I cannot press any button in the window. In fact, the window behaves as if it were disabled. It gets enabled when the window is deactivated (i.e. minimised) and activat...
SmokingCookieScripting04-18-2010 at 05:50 PM
[?] WM_MOUSEMOVE doesn't work
I seem to have a problem detecting mouse movement through WM_MOUSEMOVE. Is there a problem with my script or this message? The point is: I want to check whether the mouse is over a control or not. I suppose that can be done with this message?
SmokingCookieScripting04-18-2010 at 07:24 AM
RE: automatic initiate boss protection
Well, that ain't working at all. Should be like this: [code=JScript]function OnEvent_MyStatusChange (nStatus) { if (nStatus === STATUS_IDLE) { Messenger.LockMessenger(true); } }[/code]
SmokingCookieScripting04-12-2010 at 07:32 PM
RE: JIT - Debug popups
You need to provide the ExitCode parameter as well: [code=JScript]function OnEvent_Uninitialize(MessengerExit) { Wnd.Close(0 /* numeric value */); }[/code]
SmokingCookieScripting04-07-2010 at 02:53 PM
RE: [?] PlusWnd::BaseColor write-only
Bump; Changing the BaseColor property does not change the colour of, say, StaticControls and such. [img]http://shoutbox.menthix.net/attachment.php?pi d=991919[/img] This looks quite ugly with some colours. Can this behaviour be changed in any future r...
SmokingCookieScripting04-04-2010 at 06:17 PM
RE: experimenting with Wscipt.shell
You'll need to output some stuff that is known to your script; things it'll be looking for. An example: [code=Batch]ECHO !BEGINBATCH! >> Output.txt @ECHO OFF ECHO !ENDCOMMAND! >> Output.txt ipconfig /all >> Output.txt ECHO !ENDCOMMAND! >> Output.tx...
SmokingCookieScripting04-02-2010 at 06:42 PM
[suggestion] Window shaping
Don't really know where to post it, so I'll put it in General. Anyways, this can be done for Messenger windows through skinning, but it might be cool to do it for PlusWnd objects to. Something like [code=JScript]PlusWnd.ApplyShape([image parameters...
SmokingCookieWLM Plus! General03-27-2010 at 05:14 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Good to hear (or read, whatever :P ) I've read your to-do list: You'll need to dynamically write an interface window to a file (eg. "WndTest[i]UserID[/i].xml"), load it and get some workaround for the events of a specific control. Furthermore, I ...
SmokingCookieScripting03-14-2010 at 09:42 AM
RE: Update system failure
Well, thank you guys (well.. Guy :P ) for the quick fix :)
SmokingCookieWLM Plus! Help03-14-2010 at 08:09 AM
[Hide Excerpts] Pages: (33): « First « 1 2 3 4 [ 5 ] 6 7 8 9 » Last »