[Request]Help B4 I Go INSANE - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Request]Help B4 I Go INSANE (/showthread.php?tid=78555) [Request]Help B4 I Go INSANE by waynewilson2 on 10-31-2007 at 06:11 AM
I looked around the forums(with the search, of course) and found nothing for this... RE: [Request]Help B4 I Go INSANE by NanaFreak on 10-31-2007 at 06:39 AM
you dont want to do it with the script... it would be better if you do it with the xml... though you could do some xml work with the script to edit it before load... code: that should make the window red... also you can make a Figure Element span the whole window and make that a color... code: that will make the window red for a 200x200 window I hope this is what you wanted... please tell me if you need the code to edit the xml before loading the window... and i will try my best for you RE: [Request]Help B4 I Go INSANE by waynewilson2 on 10-31-2007 at 08:23 PM
ok, ty, but the first method did not seem to work, and i have not tried the second one, also, i'm using a DialogTmpl, not WindowTmpl...lol RE: [Request]Help B4 I Go INSANE by NanaFreak on 10-31-2007 at 08:37 PM
ok... with the first one you can only use windowtmpl not dialogtmpl RE: [Request]Help B4 I Go INSANE by waynewilson2 on 10-31-2007 at 08:53 PM
ok, TYVM RE: [Request]Help B4 I Go INSANE by RaceProUK on 10-31-2007 at 09:40 PM
quote:It should be possible though, with MSXML. Mind you, it's been a while since I've looked at scripting Plus!, so I don't recall exactly how window XML is loaded. RE: [Request]Help B4 I Go INSANE by waynewilson2 on 11-01-2007 at 12:31 AM and another thing i was wonderin about, how would i put my own images into a window? RE: [Request]Help B4 I Go INSANE by markee on 11-01-2007 at 12:44 AM
quote:I'm not exactly too sure about what you wanted to do, just have an image that you can pre-define (like as in hard code into the XML) or change an image with a script. have a look at Download file for the latter. There is also the XML code for an Image element in one post as well which goes in the elements area, you can define the path to the image in there. I won't give you the actual XML code because I get NanaFreak to do that stuff for me but if you need it I'm sure someone else can give it to you, I just don't want you complaining when I give you bad code RE: [Request]Help B4 I Go INSANE by waynewilson2 on 11-01-2007 at 02:33 AM
using the xml file to load it into a window when the window starts, i got the pictures, but i don't know how to incorperate them into the window...Thanks In Advance RE: [Request]Help B4 I Go INSANE by waynewilson2 on 11-01-2007 at 05:23 AM
ok, i got that done now, so now i got it all but...anyone know how to do a damn timer? i have been trying to figure it out for almost 3 hours now...lmao, not a smart move on my end, but...what can ya do, right? RE: [Request]Help B4 I Go INSANE by NanaFreak on 11-01-2007 at 05:50 AM a timer like MsgPlus.AddTimer([string] TimerId, [number] Elapse) ? RE: [Request]Help B4 I Go INSANE by Matti on 11-01-2007 at 08:35 AM
For a timer, you need to first create one: code:and have an event for it: code: Of course, you can have multiple timers, like "MyTimer" and "MyOtherTimer". To make those work, call MsgPlus.AddTimer whenever you want for one of them and add a "case"-statement to the "switch"-block in the OnEvent_Timer function. RE: [Request]Help B4 I Go INSANE by waynewilson2 on 11-01-2007 at 07:36 PM lol, ok, tyvm |