I've got these popup reminder messages that happen occasionally.
Basically, a sub-stack opens with the stack size set the the size of a text field.
But sometimes while the user is typing away in a text field on the main stack,
one of these popup reminder sub-stack messages happen,
and focus goes to the reminder sub-stack window,
and suddenly the user is no longer able to continue typing,
because the main stack has lost focus to the sub-stack.
I've tried to no avail:
Code: Select all
select empty
set the cantSelect of this stack to true
focus on nothing
Maybe-- is it possible to save a focus point in the main stack before the sub-stack opens,
then have the sub-stack return focus to that saved main stack focus point as soon as it opens?