#BUNDLE Loading

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Tools > thinBundle >

#BUNDLE Loading

 

Description

 

This BUNDLE directive is used to create a "Loading ...." window when bundled executable is created.

Loading window will contain a text box and a progress bar.

 

Syntax

 

#BUNDLE Loading "Loading text"

 

Returns

 

None.

 

Parameters

 

Remarks

 

If not declared in script, no "Loading ..." window will be created.

It can be used when bundled executable is executed on slow computers. Loading window will let user know something is loading.

 

Restrictions

 

This directive is a pre parsing directive.

It means all #BUNDLE ... statements will be solved before starting script execution.

 

See also

 

Examples

 

#BUNDLE Loading "Please wait ..."