HotSpot
From Doors CS, Doors CSE, and Doors CE Wiki
Jump to navigationJump to searchYou are here : Developers' SDK >> AxeDCS GUI Reference >> HotSpot
Description
Adds an invisible clickable area with custom position to the GUIStack. The program will jump to the given address in case of clicking.
Key : LinReg(a+bx) [stats] [→]
Inputs
- X,Y : the hotspot's position, relative to the container.
- W,H : the hotspot's width and height in pixels.
- onClickFuncr : the address to jump to in case of clicking.
Format
Data(X, Y, W, H, onClickFuncr)→XXX HotSpot(XXX
Or :
Data(X, Y, W, H, LlabelOnClickFuncr)→XXX HotSpot(XXX
Or again :
HotSpot(Data(...))
Always follow this scheme when setting parameters !