[?] Dynamic Range - 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: [?] Dynamic Range (/showthread.php?tid=83880) [?] Dynamic Range by Spunky on 05-23-2008 at 02:57 AM I'm trying to make a progress bar, but I need the maximum range value to update every now and then, without re-writing the XML file and preferably without closing the window at all. I'm assuming there must be some sort of API to take care of this? RE: [?] Dynamic Range by Volv on 05-23-2008 at 03:20 AM A cheaper (and simpler) work-around: just make the max value a large number and change the incremental amounts I believe that's what most applications of progress bars do anyway RE: [?] Dynamic Range by Spunky on 05-23-2008 at 04:21 AM It'll take a lot of "calculating" though lol RE: [?] Dynamic Range by felipEx on 05-23-2008 at 04:54 AM
quote:Yes, you can do it by sending some messages to your Progressbar control ;) quote: code: code: code: * see also: Progress Bar Control Reference |