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

Search Results
Subject Author Forum Time
RE: [help] InternetExplorer Object events...
Yes... but how do I tell the difference between a main page and a frame page, then?
whizScripting01-18-2010 at 05:52 PM
RE: [help] InternetExplorer Object events...
Fair enough. Ok, another question. The [b]Browser::BeforeNavigate()[/b] and [b]Browser::BeforeNavigate2()[/b] functions don't get called, and nor does the [b]Browser::NewWindow()[/b], [b]Browser::NewWindow2()[/b] and [b]Browser::NewWindow3()[/b] f...
whizScripting01-18-2010 at 05:15 PM
RE: [help] InternetExplorer Object events...
Works great, thanks! Next question... the [b]Browser::NavigateComplete()[/b] function is fired when pages in frames are loaded, and I am using that function to set the loaded page's address in the address bar. Is there a way to filter it between m...
whizScripting01-17-2010 at 01:37 PM
RE: [help] InternetExplorer Object events...
[code=js]var Window = MsgPlus.CreateWnd("Windows.xml", "WndBrowser", 0); var BrowserObj = Window.Browser_GetInterface("Browser"); BrowserObj.GoHome(); function BrowserObj::BeforeNavigate() { // do loading stuff }[/code] [code][i]Message in Scr...
whizScripting01-16-2010 at 11:17 AM
[help] InternetExplorer Object events...
Reference: http://msdn.microsoft.com/en-us/library/aa752084.a spx Methods can be accessed through [b]Browser.Method()[/b] and properties can be accessed through [b]Browser.Property[/b]. My question is: can you get to events? Is it possible to call a...
whizScripting01-15-2010 at 09:06 PM
RE: Can someone add something to this code
[code=js]// If we receive a message and the chat window exists in the object container function OnEvent_ChatWndReceiveMessage(oChatWnd, sOrigin, sMessage, nMessageKind) { if (typeof oChatWnds[oChatWnd.Handle] === 'object') { // check wh...
whizScripting01-10-2010 at 11:56 AM
RE: [help] Windows widths and heights...
Yes, but I know I can't physically make it. I just need the co-ordinates. I want to be able to export the window of which the user selects to add a control to, and then open it, allowing them to draw where they want the control on their window. ...
whizScripting01-07-2010 at 04:51 PM
RE: [help] Windows widths and heights...
I've had a look at the two files, but I'm not exactly sure how to implement it. How would I be able to draw a rectangle over a Plus! window, and get the left/top/width/height values in relation to that window?
whizScripting01-07-2010 at 02:04 PM
RE: [help] Windows widths and heights...
Hmm... :) I'll have to think about it. For now, I need some sleep and preparation for exams. ;)
whizScripting01-06-2010 at 09:49 PM
RE: [help] Windows widths and heights...
That's what I've thought about doing. The user can always change it to dialog units if they want, but if they use the builder, then it'll have to be in pixels. :P [img]http://shoutbox.menthix.net/attachment.php?pi d=983973[/img] That's what the ...
whizScripting01-06-2010 at 08:53 PM
RE: [help] Windows widths and heights...
Looks a bit confusing... :S I need to convert pixels to dialog units, not dialog units to pixels...
whizScripting01-06-2010 at 07:55 PM
RE: [help] Windows widths and heights...
Ok, I'm adding 6 to the width and 32 to the height, which counter-acts the borders. Seems to work great! One other thing... is there a way to convert dialog units to pixels, and back again?
whizScripting01-06-2010 at 07:31 PM
RE: [help] Windows widths and heights...
True. :P Ok, but now I have another problem. [code=js]var SWP_NOMOVE = 2; var SWP_NOZORDER = 4; var WndTest = MsgPlus.CreateWnd("Interfaces\\Test.xml", "WndTest", 0); WndTest.RegisterMessageNotification(0x5, true); WndTest.SetControlText("Ed...
whizScripting01-06-2010 at 07:21 PM
RE: [help] Windows widths and heights...
Ok, that works great! Next question: can I set the width and height of the window? I've tried this: [code=js]Interop.Call("user32.dll", "SetWindowPos", WndTest, null, 0, 0, 300, 200, SWP_NOMOVE | SWP_NOZORDER);[/code] But nothing happens. No e...
whizScripting01-06-2010 at 07:09 PM
RE: [help] Windows widths and heights...
Correct. I'm making a window designer that uses a blank window, with a title text box, minimize/maximize/close checkboxes and so on, as well as two text boxes that reflect the current size of the window. [code=js]var WndTest = MsgPlus.CreateWnd("...
whizScripting01-06-2010 at 06:33 PM
[help] Windows widths and heights...
I want to make a more visual method of creating windows in Interface Writer, and I need to know if I can get the width and height of a PlusWnd object. I'm guessing that I would need to register the WM_SIZE notification on the window, and also that ...
whizScripting01-06-2010 at 06:15 PM
RE: Plus! Profiles | [release] 1.0 | 25/12/2009
I'll have a look and see what I can do. :P
whizScripting12-29-2009 at 06:54 PM
Plus! Profiles | [release] 1.0 | 25/12/2009
[u]Features[/u] [list] [*]allows you to quickly set a name, PSM, DP, status, font colour and auto-message [*]save as many profiles as you need, and edit them using the simple profile manager [*]change your profile using the Script Menu or through [b]...
whizScripting12-25-2009 at 12:47 PM
RE: MegaBlink | [release] 1.0 | 20/12/2009
You can do it so it can go between two different ones (e.g. online/busy) using the [b]/mb.status.to[/b] command. I'll think about having multiple blinks, so that it can flip between three names/PSMs/DPs/statuses, or four, and so on. Edit: If you w...
whizScripting12-25-2009 at 09:55 AM
RE: [Idea] Blink Status AdOn
Try this: http://shoutbox.menthix.net/showthread.php?tid=932 66
whizScripting12-23-2009 at 03:06 PM
RE: Flip Status | [release] 1.0 | 30/04/2009
Please see this thread: [url=http://shoutbox.menthix.net/showthread.php?ti d=93266]MegaBlink | [release] 1.0 | 20/12/2009[/url]
whizScripting12-20-2009 at 02:00 PM
MegaBlink | [release] 1.0 | 20/12/2009
[u]Features[/u] [list] [*]allows you to continuously blink your name, PSM, DP or status (or a combination of these) [*]custom "blink to" (change the content that the name/PSM/DP/status will change to) [*]change the delay between blinks (default is ...
whizScripting12-20-2009 at 01:58 PM
RE: Microsoft requests 'Cloning' Plus! scripts to be removed
Shame... Duplicator was added to the Coolpicks the day before. :(
whizScripting12-02-2009 at 08:58 PM
RE: [Idea] Blink Status AdOn
I think he means he wants a script that makes the user's name, PSM, DP and status blink... can you explain a little more, Spongshga?
whizScripting11-30-2009 at 04:32 PM
RE: Interface Writer | [release] 3.0 | 22/08/2010
Version 2.2 is out! Enjoy the new features and updated window style! :D
whizScripting11-29-2009 at 05:19 PM
[Hide Excerpts] Pages: (23): « First « 12 13 14 15 [ 16 ] 17 18 19 20 » Last »