What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » ProgressBar Marquee

ProgressBar Marquee
Author: Message:
FineWolf
Full Member
***

Avatar
Space Artist

Posts: 188
Reputation: 12
– / Male / Flag
Joined: Sep 2003
O.P. ProgressBar Marquee
I'm working on a script that does lengthy instructions on first run (sets up an encryption scheme and everything). Right now I'm trying to use a progress bar in Marquee mode to show the user the script is still working, but... starting the animation on the bar gets tricky.

Control:
code:
<Control xsi:type="ProgressControl" Id="ProgressBar">
    <Position Top="92" Width="280" Left="23" Height="15"/>
    <Marquee/>
</Control>

Code (After window creation):
code:
var WM_USER = 0x400;
var PBM_SETMARQUEE = WM_USER + 10;

var api_response = WizardWindow.SendControlMessage("ProgressBar", PBM_SETMARQUEE, 1, 250);

api_response always returns 1, indicating that the animation should be working,  but it doesn't. Any ideas?
[Image: spacesigkj4.png]
07-02-2006 10:58 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
ProgressBar Marquee - by FineWolf on 07-02-2006 at 10:58 PM
RE: ProgressBar Marquee - by deAd on 07-02-2006 at 11:00 PM
RE: RE: ProgressBar Marquee - by FineWolf on 07-02-2006 at 11:02 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On