Progress Wheel

Hello everyone
Xojo

I am grateful for the interest and scope of the following:
If anyone has an example of the Progress Wheel control for a desktop application to get it to me, I need a reference how to use this control

Cordially,
Raul Juarez Pulache

you mean besides just dragging & dropping one from the library onto a layout ?

A little info about what you want to do would help the process.

Thanks Norman
Thanks Roger

Basically it is an example code that I must program when starting and finishing a process

Raul

Make it visible when you start the process and invisible when you end it.

progresswheel1.visible = False

Thank you
Greg O’Lone
Roger Clary
Norman Palardy

Very simple, to be visible when the process starts and when it ends invisible.
This solved the problem.

regards

Raul Juarez Pulache