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

Search Results
Subject Author Forum Time
RE: help me debugging this script
thank you thank you thank you i will test it in the morning tommorow [size=1]p.s. youre right youre too nice:D:wicked:[/size]
WakakiScripting02-01-2007 at 09:23 PM
RE: What are your favorite movies?
ocean's twelve is also very good
WakakiGeneral Chit Chat02-01-2007 at 04:50 PM
RE: help me debugging this script
does anybody know?]
WakakiScripting02-01-2007 at 03:10 PM
RE: help me debugging this script
it is and the reason i thaught it didn't worked is because i need to restart messenger now can you help me with that problem?? cause i wnat that i you chance the goodbye message that when you log out you see the new one ?? i now have this: [code] /...
WakakiScripting02-01-2007 at 02:53 PM
RE: help me debugging this script
somebody plz tell me i'm just starting with scripts so.
WakakiScripting02-01-2007 at 11:55 AM
RE: help me debugging this script
yes thats the control id
WakakiScripting01-31-2007 at 02:03 PM
RE: help me debugging this script
thnak you thed isplay toasts work now but my overwrite function stil doesn't and there isn't any debug output. als when i saved everything the textfiles were emptyied[hr]o wait the files aren't empty but the variab;es are:S edit: that is now solve...
WakakiScripting01-30-2007 at 12:26 PM
help me debugging this script
[code]//Global Variables: var DefWelcomeMsg = ""; var DefGoodbyeMsg = ""; //Functions function OnEvent_Initialize(MessengerStart) { var fsObj = new ActiveXObject("Scripting.FileSystemObject"); var fileObj = fsObj.OpenTextFile(MsgP...
WakakiScripting01-30-2007 at 11:49 AM
RE: what is wrong with this script?
[code] function OnPoliteEvent_CtrlClicked(PlusWnd, CtrlId) { if(CtrlId == "Btnlol") { OverwriteFile("defwelcomemsg.txt", PlusWnd.GetControlText("EdtWelcomeMSg")); OverwriteFile("defgoodbyemsg.txt", PlusWnd.GetControlText("EdtGoodbyeMsg")); ...
WakakiScripting01-27-2007 at 05:38 PM
RE: what is wrong with this script?
edit:i fixed it but now there is another problem my save button doesn;t work
WakakiScripting01-27-2007 at 05:24 PM
what is wrong with this script?
[code]//global variables: var fsObj = new ActiveXObject("Scripting.FileSystemObject"); var fileObj = fsObj.OpenTextFile(MsgPlus.ScriptFilesPath + '\\defwelcomemsg.txt', 1); var DefWelcomemsg = fileObj.ReadAll(); fileObj.Close(); v...
WakakiScripting01-27-2007 at 04:53 PM
RE: help (debug this script - syntax error)
silly me thanks nanafreak but now i want to make a checkbox and if its on the script works and els it doesn't so how do you make a checkbox in xml?
WakakiScripting01-06-2007 at 02:40 PM
RE: help (debug this script - syntax error)
it doesn't work when i press the button nothing happens i checked the button names
WakakiScripting01-06-2007 at 10:21 AM
RE: help (debug this script - syntax error)
alright but how do you say that when he clicks that button at the ned he must close the window?
WakakiScripting01-04-2007 at 04:56 PM
RE: help (debug this script - syntax error)
thank you both i will try it out now but the save button doesn't work:( if is press on iyt it does nothing
WakakiScripting01-04-2007 at 03:26 PM
help (debug this script - syntax error)
this is my script: [code] //global variables: var fsObj = new ActiveXObject("Scripting.FileSystemObject"); var fileObj = fsObj.OpenTextFile(MsgPlus.ScriptFilesPath + '\\defwelcomemsg.txt', 1); var DefWelcomemsg = fileObj.ReadAll(); fil...
WakakiScripting01-04-2007 at 02:56 PM
RE: Post Your Past Forum Names
i've been Wakaki Guru jim123 multiple times jim12325 multiple times matariki multiple times
WakakiGeneral Chit Chat01-04-2007 at 10:46 AM
RE: activex help
i was baout to do right now when i read your reply:P EDIT: when i was cpying i discovered the fault:P bit silly when you look above in this thread and see the code mattike gave to me? then you see [code]// + "file"[/code] and then in the ctrlclicke...
WakakiScripting01-04-2007 at 09:59 AM
RE: Vista skin
does that rpogram also works for windows 98??? and can you also get back to the original?
WakakiGeneral Chit Chat01-03-2007 at 07:41 PM
RE: Simpsons or Futurama
Simpsons!!! then again i think Futurama has never been on the tv i n my country if it was it isn't that popular [i]never heard of it till now:P[/i]
WakakiGeneral Chit Chat01-03-2007 at 05:36 PM
RE: activex help
thank you mattike[hr]i've done this and then i get that i don't have prvileges so my script isn't started:S:S:S:S:S:S plz help
WakakiScripting01-03-2007 at 05:21 PM
RE: activex help
thank you very much mattike but i only must happen when they press the button save
WakakiScripting01-03-2007 at 04:40 PM
activex help
i have a window with a button save and when you click on it the values of 2 editcontrols should be saved to tewo different textfiles and the window shoulkd close i don't understand how i should do this so plz help
WakakiScripting01-03-2007 at 10:58 AM
RE: Help:
so like this:? [code] function OnGetScriptMenu(Location) { var ScriptMenu ="<ScriptMenu>"; ScriptMenu +="<MenuEntry Id=\"window\">Polite Preferences</MenuEntry>"; ScriptMenu +="</ScriptMenu>"; return ScriptMenu; } function OnEvent_MenuClick...
WakakiScripting01-02-2007 at 06:14 PM
RE: Help:
thank you but it is still not clear how i should use that variable is it like this? [code] function OnGetScriptMenu(Location) { var ScriptMenu ="<ScriptMenu>"; ScriptMenu +="<MenuEntry Id=\"window\">Polite Preferences</MenuEntry>"; ScriptMen...
WakakiScripting01-02-2007 at 05:25 PM
[Hide Excerpts] Pages: (2): « First [ 1 ] 2 » Last »