Jump to content

Recommended Posts

Posted

Hi all,

I have a thermometer bar window that loops for n seconds while loading Data for a VFP screen.

I then launch another thermo window while screen components initialize.

VFP is doing stuff between the data environment loading process and the screen instantiation.

We have fast machines and slow dog boxes.

I want to simply unconditionally close the thermometer window when I reach the end of my

"Loading Data" script loop. Because right now it reaches 100% and sits there while VFP initiates.

What command can I use?

Thanks.

Posted

I want to simply unconditionally close the thermometer window when I reach the end of my "Loading Data" script loop.

simply using "exit" perhaps ?
Posted

Hi all,

I have a thermometer bar window that loops for n seconds while loading Data for a VFP screen.

I then launch another thermo window while screen components initialize.

VFP is doing stuff between the data environment loading process and the screen instantiation.

We have fast machines and slow dog boxes.

I want to simply unconditionally close the thermometer window when I reach the end of my

"Loading Data" script loop. Because right now it reaches 100% and sits there while VFP initiates.

What command can I use?

Thanks.

Maybe GuiDelete()? Depends on how you created it in the first place. No code = no definitive answer... :)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...