User Tools

Site Tools


prop_tipdelay.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:TipDelay and PROP:TipDisplay ====== Previous pageReturn to chapter overviewNext page

PROP:TipDelay sets the time delay before tooltip display (TIP attribute) for the SYSTEM.

PROP:TipDisplay sets the duration of tooltip display (TIP attribute) for the SYSTEM.

Example:

WinView   APPLICATION('MyApp'),AT(0,0,320,200),MAX,HVSCROLL,SYSTEM

         END

CODE

SYSTEM{PROP:TipDelay} = 50     !Delay TIP display for 1/2 second

SYSTEM{PROP:TipDisplay} = 500  !TIP display for 5 seconds

!It is always a best practice to set the SYSTEM properties

! before opening Frame

OPEN(WinView)

ACCEPT

END

See Also: TIP, TipsFont, NoTips

prop_tipdelay.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1