UIAdv (Advanced User Interface module)

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

UIAdv (Advanced User Interface module)

 

Description

 

UIAdv is a module implementing additional advanced controls.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "UIAdv"

 

Restrictions

 

 

Important notes about UIAdv module usage

 

1.UIAdv module needs UI module loaded in order to properly work.
So inside your script, before calling any UIAdv module specific keyword, add the following line:
 
USES "UI"