Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Process bar
Message
From
21/09/2004 05:45:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00941827
Message ID:
00944459
Views:
18
>hi all
>i was just wondering what people use for a process indicator bar. i have a routine that exports information but it takes a minute or two and i want to show a moving indicator bar, it doesn't have to be linked to the information just moving to show that something is happening.
>Slán
>~M

Hi Mark,
If it'd not relate to information and just about showing it's doing something I wouldn't try to do something relatively complex. A simple wait window or set message to would do IMHO. You could say show 3 wait window messages in succession with a timer like:
wait window nowait 'Processing .'
wait window nowait 'Processing ..'
wait window nowait 'Processing ...'
looping between 1-3 dots it'd provide it's working info I think.
Or just 'working.gif' animated gif as an image on form.

For wait window or a label on form you might choose a simplier text like:
Elapsed xx seconds. With timer it'd work nice IMHO.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform