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

Search Results
Subject Author Forum Time
RE: First official script release!
RebelSean - go to wikipedia, and read up on Russian Roulette.
optimism_04-12-2006 at 12:37 PM
RE: Random Crashes
I never used tabbed chats
optimism_04-12-2006 at 12:07 PM
RE: Random Crashes
I get crashes all the time on my desktop. With msgplus they seem to happen more frequently, so i uninstalled the beta. Doesnt happen on my laptop though, so that says it me its something bad on my system thats corrupting it. I'll be wiping the deskt...
optimism_04-11-2006 at 06:39 PM
RE: Embedding ChildTmpl Windows inside PlaceHolderElements
Score! Cheers :)
optimism_04-11-2006 at 06:34 PM
RE: Suggestion: Always on Top (XML)
if you set dont have it always on top, and dont have an icon on the taskbar, then after its created, you can click on another window that goes over the top, and then youve lost it. And because theres no taskbar icon, you cant alttab it back. Please c...
optimism_04-11-2006 at 06:33 PM
RE: Suggestion: OnWindowidEvent_Created()
Mmmm could do yes. Bit messy though. Will do for now however.
optimism_04-11-2006 at 01:22 PM
Embedding ChildTmpl Windows inside PlaceHolderElements
Patchou, Once weve made a parent window containing a placeholder, and another window implementing ChildTmpl, how do we (through code) embed the child inside the parent? Or is it not yet implemented?
optimism_04-11-2006 at 01:11 PM
Suggestion: OnWindowidEvent_Created()
Hey again :P Could use an OnEvent_Created for custom windows. After the dialog loads, we should be able to populate lists and things through code. Cant see how to do that at the moment without some kind of hack.
optimism_04-11-2006 at 11:08 AM
Suggestion: Always on Top (XML)
Hey.. Is there a way to specify the Always on Top style in the xml for CreateWnd? If you select not to show on taskbar, its very easy to lose a window thats not always on top, and i noticed you use it in the debug windows.
optimism_04-11-2006 at 10:53 AM
RE: First official script release!
optimism_04-11-2006 at 09:29 AM
RE: First official script release!
Urm, the scripts arent enabled when you import them by default? Which means after youve imported, you can click edit to see them in the proper plus editor, and if you decide you dont like it, delete it (all using functionality of plus! :P
optimism_04-11-2006 at 09:11 AM
RE: CreateWnd and Images
Test it for me :P
optimism_04-10-2006 at 08:38 PM
RE: CreateWnd and Images
optimism_04-10-2006 at 08:14 PM
CreateWnd and Images
Patchou, How do you display an image from a file using the ImageElement/Image tags in the xml? Where do the image files have to be in order to be found? Presumably you dont have to specify the full path (since this would break compatability)
optimism_04-10-2006 at 07:55 PM
RE: First official script release!
Well i own all of you then, cos i dodged 21 bullets before i died :P I am one lucky mofo :D
optimism_04-10-2006 at 11:52 AM
RE: Request - retval for OnEvent_ChatWndReceiveMessage
In the latest email theres ScriptObjects.zip containing an IDL file. Open it up in visual studio if you have it, else notepad. The file contains definitions and prototypes for all Interfaces provided my msgplus, and all functions available to you - i...
optimism_04-10-2006 at 09:15 AM
RE: Scripts / Open source disadvantages
That's exactly the way it should be.
optimism_04-09-2006 at 10:37 PM
RE: Scripts / Open source disadvantages
There are two arguments running here. 1) That scripts can be signed, much like windows drivers, to verify authenticity. While this might be a good idea, in that you know you are getting stability, and trustworthyness, it will not work for preventing ...
optimism_04-09-2006 at 06:52 PM
RE: Scripts / Open source disadvantages
Prompting for unsigned scripts doesnt help. How does the user know that the unsigned script they are installing is ripped off of an already signed one?
optimism_04-09-2006 at 06:44 PM
RE: CreateWnd
I thought i had read somewhere that the current working directory is not the script's dir? Edit: bah, it works. Thanks :)
optimism_04-09-2006 at 11:48 AM
RE: CreateWnd
I've checked, DialogFiles contains the correct path to the file - [code] var MyDir = MsgPlus.ScriptFilesPath + "\\"; var DialogsFile = MyDir + "Dialogs.xml"; [/code] Some debug info from plus would be nice. For example if the file doesnt exis...
optimism_04-09-2006 at 11:45 AM
CreateWnd
So, I cant get MsgPlus.CreateWnd to work... Simplified code [code] function OnEvent_ChatWndSendMessage(pWindow, sMessage) { //If the first 3 characters are /AL, process the rest of the message if(sMessage.substr(0,3) != "!al") { return; } S...
optimism_04-09-2006 at 11:32 AM
RE: Request - retval for OnEvent_ChatWndReceiveMessage
You rock :)
optimism_04-08-2006 at 09:46 AM
Bug - PlaySound nMaxPlaytime
If i try to use PlaySound with any nMaxPlayTime other than 0, the call fails, and the sound does not play. I have tried with max times both longer, and shorter than the actual length of the sound file.
optimism_04-08-2006 at 01:32 AM
Request - retval for OnEvent_ChatWndReceiveMessage
Hey Patchou, We should have the ability to return a value in OnEvent_ChatWndReceiveMessage so that we can cancel the received message from being added to the window, and replace our own instead (assuming our replacement is shorter than the original)....
optimism_04-08-2006 at 01:29 AM
[Hide Excerpts] Pages: (13): « First « 1 2 3 [ 4 ] 5 6 7 8 » Last »