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

Search Results
Subject Author Forum Time
RE: Cannot CreateChildWnd
Thank you for the demonstration! I guess it will help the people that use the forums search function too (are there any? :p) I think I misunderstood what a WindowChild actually was ^^ Still good to know though If I ever need it.
mathieumgScripting06-26-2006 at 02:39 AM
RE: Cannot CreateChildWnd
In the first post of the thread :p Will test now.
mathieumgScripting06-26-2006 at 01:50 AM
RE: Cannot CreateChildWnd
Script [code] var WndManageFiles = null; var WndAddFile = null; WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles"); WndAddFile = MsgPlus.CreateChildWnd(WndManageFiles, "GUI.xml", "WndTest", 100, 40, true); [/code] XML [code] <Wi...
mathieumgScripting06-26-2006 at 01:37 AM
RE: Cannot CreateChildWnd
Sorry, I had modified the line in my script but not here, I did that simple WndTest as a proof of concept.
mathieumgScripting06-26-2006 at 01:30 AM
RE: Cannot CreateChildWnd
Did the test with that sample window, same behaviour: [code] <Window Id="WndTest" Version="1"> <Attributes> <Caption>Example</Caption> </Attributes> <TitleBar> <Title> <Text>Example</Text> </Title> </TitleBar> <Posit...
mathieumgScripting06-26-2006 at 01:25 AM
RE: Cannot CreateChildWnd
No error, but no window... :s
mathieumgScripting06-26-2006 at 01:05 AM
RE: [REQUEST] Display Picture Change with Status script
I think I read that too fast :D (A)
mathieumgScripting06-26-2006 at 12:32 AM
Cannot CreateChildWnd
I would like to know why this works: [code] var WndManageFiles = null; var WndAddFile = null; WndManageFiles = MsgPlus.CreateWnd("GUI.xml", "WndManageFiles"); WndAddFile = MsgPlus.CreateWnd("GUI.xml", "WndAddFile"); [/code] whereas, this does...
mathieumgScripting06-25-2006 at 11:36 PM
RE: How can I extend the command list?
It depends on what you want this command to do. You can use the quick texts feature.
mathieumgScripting06-25-2006 at 10:58 PM
RE: MSG Plus Live! Feature Request Thread
(!MYMEDIA) :)
mathieumgWLM Plus! General06-25-2006 at 10:23 PM
RE: [questions] CreateChildWnd
I read somewhere in the doc that if you recreate the same window (with the same id, etc.) and it is already opened, it will just put the focus on it. I can't find where in the doc I saw that though...
mathieumgScripting06-25-2006 at 10:14 PM
RE: [release] Music now playing
A quick note that might interest some users, if some of your contacts sometimes ask you to send them the song you are listening to and would like to do that automatically, here is a small piece of code that will do it: [code] function OnEvent_ChatWnd...
mathieumgScripting06-25-2006 at 10:07 PM
RE: Released: Files Lister 0.1
SerGuMa, this sounds good. :p Although it may not be in the first version, I will try to put it in :)
mathieumgScripting06-25-2006 at 08:21 PM
Released: Files Lister 0.1
Hello! It is finally here! Just in time for the contest heh (deadline in less than one hour, anybody?) This is still a Beta version, but pretty stable at the moment. I didn't had the time to complete the edit feature (exams + contest deadline), but ...
mathieumgScripting06-25-2006 at 08:11 PM
RE: Line/Separator
Thank you :)
mathieumgScripting06-25-2006 at 07:25 PM
RE: [Request] Imitate function
Nope it won't and it changes your nickname when it sends the message. It imitates the imitate feature (haha) which modified the header file of the sent message to use the nickname of the other user (just like chat-only names of Stuffplug) and his fo...
mathieumgScripting06-25-2006 at 07:11 PM
Line/Separator
I read the whole documentation yesterday but I'm not sure anymore if there is a line control available for the scripts. There is a Line object but its not a Control, that is why the following code does not work. Will I be forced to use an image to d...
mathieumgScripting06-25-2006 at 07:04 PM
RE: [Request] Imitate function
correct your typo :p [code] }elese{ boolEnabled = true; } [/code]
mathieumgScripting06-25-2006 at 07:01 PM
RE: [release] Quick Contact Adder
If it works well and does the job it is supposed to do, I think you should submit it :p Some users won't come on the boards to find scripts.
mathieumgScripting06-25-2006 at 05:51 PM
RE: [Request] Remove user from multi-conversation
You had the same idea I think :p
mathieumgScripting06-25-2006 at 05:10 PM
RE: Toast event
Not yet :( ;)
mathieumgScripting06-25-2006 at 05:06 PM
RE: Toast event
An example of the sort of thing :p
mathieumgScripting06-25-2006 at 05:00 PM
RE: [REQUEST] Display Picture Change with Status script
Like I pointed out above :p *rolleyes*
mathieumgScripting06-25-2006 at 04:07 PM
RE: [question] Opening a link from a script
[code] new ActiveXObject("wscript.shell").run("http://www. msgpluslive.net"); [/code] Should open using the default browser.
mathieumgScripting06-25-2006 at 04:03 PM
RE: [REQUEST] Display Picture Change with Status script
[code]function OnEvent_Initialize(MessengerStart){ Messenger.MyDisplayPicture = '\C:\\look_listen_speak.jpg'; }[/code] Perhaps?
mathieumgScripting06-25-2006 at 03:52 PM
[Hide Excerpts] Pages: (8): « First « 2 3 4 5 [ 6 ] 7 8 » Last »