Hi,
i am trying to make a window like a notification window or message, after some action regardless which application has focus it must shown. On click jump back to the PB application or gain the focus.
I tried on open of called window:
calling Window set position to TopMost!
called Window set position to TopMost!
called window setfocus
on close of called window
calling Window set position to NoTopMost!
calling window windowstate = Minimized!
close called window
However when when do the test, clicks of the mouse freeze on other application so that continuing to work is not possible.
Some ideas how can do notification window or message regardless which application has focus?
Regards
Marko