Scripter2004
(Fresh Scripter)
2004-03-09 10:47 PM
KiXGUI: centering progress bar form on screen

Is there a way to center a KiXGUI form with a progress bar on the screen? If not, does anyone have a good script example of how a KiXForm progress bar can be used?

Thx
Ron


Sealeopard
(KiX Master)
2004-03-09 10:55 PM
Re: KiXGUI: centering progress bar form on screen

See for example KiXforms Progressbar Example and read the KiXforms CHM Manual.

Scripter2004
(Fresh Scripter)
2004-03-10 04:52 AM
Re: KiXGUI: centering progress bar form on screen

I've seen that example, but I don't get how I can use it to display a progress bar while 10 steps are being carried out, with the bar progessing 1/10th upon completion of each step.

Ron


ShawnAdministrator
(KiX Supporter)
2004-03-10 04:59 AM
Re: KiXGUI: centering progress bar form on screen

Might want to give this script a try ... its a combination listview tasklist and a progress bar driven from a table (array) of tasks (user defined functions) ...

-Shawn


LonkeroAdministrator
(KiX Master Guru)
2004-03-10 08:51 AM
Re: KiXGUI != KIXFORMS

KiXGUI and KiXFORMS are totally different products so you shouldn't mix them up.

Sealeopard
(KiX Master)
2004-03-10 04:01 PM
Re: KiXGUI != KIXFORMS

It's just an example to illustrate the ProgressBar. If your requirements are different then you'll need to adapt the example to your particular requirements. And, BTW, you didn't even mention your particular requirements in the first place.