Using JRL's great trick to keep a compiled dialog always on top, (and using panels as buttons), I am finding that Hints are hidden behind the dialog.
Has anyone come across this previously?
Code: Select all
Show>Dialog1
Label>Loop
Wait>0.01
//The next four lines only needed for compiled scripts
Let>WIN_USEHANDLE=1
GetWindowPos>Dialog1.handle,Dialog1X,Dialog1Y
MoveWindow>Dialog1.handle,Dialog1X,Dialog1Y
Let>WIN_USEHANDLE=0
Goto>Loop
Code: Select all
Show>Dialog1,resd