Search found 1 match

by hashfati
Thu Jun 22, 2006 2:31 pm
Forum: Oracle Forms & Reports
Topic: progress bar
Replies: 5
Views: 2818

you can use a vbx control (I think there is one that is shipped with vb6)
but what I did was...

1. place a display item on canvas
2. initially make it invisible. make it visible where you want it in your code
3. create a timer of a suitable duration
4. and when timer expires, make its width a ...