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

Search Results
Subject Author Forum Time
RE: Interface Writer | [release] 3.0 | 22/08/2010
It's good to hear. ;) Hopefully I'll have these problems fixed in the next version. :D
whizScripting02-20-2010 at 11:27 AM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Hmm... you've got a point there. It's made in the way that rather than changing an ID, it creates a new window with the new ID, copies the attributes (but not controls), and then deletes the old one. I'll have to change that... I never even th...
whizScripting02-18-2010 at 08:18 PM
RE: [resolved] Checkboxes have three states...
Well, I'm actually going to use them as part of Interface Writer, for editing multiple items (with the square selection for not changing a particular item). :P
whizScripting02-18-2010 at 07:18 PM
[resolved] Checkboxes have three states...
[code=xml] <Control xsi:type="CheckBoxControl" Id="ChkTest"> <Position Left="3" Top="3" Width="37" Height="15"> <Units>AllPixels</Units> </Position> <Attributes> <Has3States>true</Has3States> </Attributes> <Caption...
whizScripting02-18-2010 at 03:47 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
If anyone has any other ideas, feel free to post them and I'll make a to-do list on the main post. ;)
whizScripting02-18-2010 at 08:57 AM
RE: Interface Writer | [release] 3.0 | 22/08/2010
That's not a bad idea... it could even be so that you can select any or all of the items in a grid, and set one or more values to them all. I'll have a think about it... :)
whizScripting02-17-2010 at 08:13 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Does it? What were you trying to do?
whizScripting02-16-2010 at 04:58 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
And... version 2.7 is out! Only a few updates, so I'm not bothering to update the screenshot. Enjoy! :P Ready to download it? Click [url=http://shoutbox.menthix.net/attachment.php?pi d=963803]here[/url] to start the download...
whizScripting02-16-2010 at 02:57 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Yes, it happens. ;)
whizScripting02-14-2010 at 06:32 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
I'll probably use it with the window, control and element managers (all the ones with a ListViewControl). :D
whizScripting02-14-2010 at 02:12 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
[code=js]Interop.Call("User32.dll", "SendMessageW", WndWriterManageWindows.GetControlHandle("LstWindo ws"), 4214, Writer.WndSel[0], 0);[/code] It works! :P Thanks for all your help! Edit: check your reputation... ;)
whizScripting02-14-2010 at 02:00 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Actually, don't worry. I've worked it out: I had WM_GETTEXT and WM_GETTEXTLENGTH the wrong way round... :P Just one last question: how can I trigger the rename box to appear, other than clicking on the entry in the ListViewControl (for example, t...
whizScripting02-14-2010 at 01:41 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
[code=js]AlertDialog("Copied\t: " + lResult + "\nLength\t: " + length + "\n\nValue\t: " + Buffer.readSTRING(0) + " (" + Buffer.readSTRING(0).length + ")");[/code] [code]Copied : 11 Length : 1 Value : (0)[/code] :S
whizScripting02-14-2010 at 11:22 AM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Didn't work at first - said "Edit" was undefined. I assumed that was the handle of the ListViewControl - WndWriterManageWindows.SendControlMessage("LstWin dows", 4120, 0, 0); - but I end up with the following message: [code]Copied : 11 Length :...
whizScripting02-14-2010 at 10:50 AM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Ok, that bit works. I've now got: [code=js]function OnWndWriterManageWindowsEvent_MessageNotification( objWnd, Message, wParam, lParam) { if (Message === 78) { var TmpNMHDR = Interop.Allocate(52); Interop.Call("kernel32", "RtlMoveMemory", ...
whizScripting02-12-2010 at 07:41 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Ok, I've managed to make the rename box appear (since it wasn't working, I checked the Schema Documentation - it was "AllowEditText"). :P I've currently got this: [code=js]function OnWndWriterManageWindowsEvent_MessageNotification( objWnd, Mess...
whizScripting02-11-2010 at 08:03 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Done that.
whizScripting02-02-2010 at 06:34 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Well, I'm guessing it's something to do with this... [code=js]if(Cache.Languages["Array"][Cache["Lan guageSelection"]] === "English.xml") return ScriptLanguage.DisplayAlert(PlusWnd.Handle,"Alert EnglishRequired"); Interop.Call("User32.dll"...
whizScripting01-31-2010 at 04:00 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Oops, didn't check for it not existing... [s]I'll fix it later today.[/s] Edit: I've fixed the Debug key glitch, but I can't reproduce the Recent key error. It might be because of a previous version - try uninstalling it and reinstalling the up...
whizScripting01-31-2010 at 08:48 AM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Introducing version 2.5! :P Now with a recently used file list, window builder and interface viewer, as well as some other useful updates... enjoy!
whizScripting01-30-2010 at 01:16 PM
RE: [help] Setting window icons...
Yes, and I believe it works since I can set folders to use it. Edit 1: tried a different icon, that seems to work. I'll see if I can sort my icon out... Edit 2: works! Thanks. :P
whizScripting01-29-2010 at 09:48 PM
RE: [help] Setting window icons...
Ah... but now it's giving me the WLM icon! :S
whizScripting01-29-2010 at 09:42 PM
[help] Setting window icons...
I've seen it done in Countdown Live, but I can't seem to be able to do it. There's no error message or anything - nothing happens. [code=js]var ScriptIcon = Interop.Call("user32", "LoadImageW", Interop.Call('kernel32', 'GetCurrentProcess'...
whizScripting01-29-2010 at 09:21 PM
RE: [help] InternetExplorer Object events...
Oh yeah, should have thought of that. :P Ok, but any idea why the BeforeNavigate and NewWindow functions don't work (original post [url=http://shoutbox.menthix.net/showthread.php?ti d=93546&pid=985247#pid985247]here[/url])?
whizScripting01-18-2010 at 07:48 PM
RE: [help] InternetExplorer Object events...
Yeah, but how can the script tell the difference between the URL of a main page and the URL of a framed page?
whizScripting01-18-2010 at 07:14 PM
[Hide Excerpts] Pages: (23): « First « 11 12 13 14 [ 15 ] 16 17 18 19 » Last »