Could anyone please clue me in:
1) If I have STATIC variables in a DIALOG callback Fn, can I assume
that there will always be only one instance of that callback Fn
at all times? Ie. Any messages that need to be processed for the
DIALOG must be processed one at a time?
2) If a parent window is 'instantiated' with DIALOG SHOW MODAL and
it initializes child windows with DIALOG SHOW MODELESS, is DIALOG
DO EVENTS implied in the MODAL statement for the parent window?
3) I occasionally find that my PB apps leave a dialog image on the
screen after termination. Is there some style that I need to use to
prevent this from happening? It is not a consistent behavior and it
happens to DIALOGS created with different styles, so I'm at a loss to
figure out what's wrong.
------------------
Bernard Ertl
1) If I have STATIC variables in a DIALOG callback Fn, can I assume
that there will always be only one instance of that callback Fn
at all times? Ie. Any messages that need to be processed for the
DIALOG must be processed one at a time?
2) If a parent window is 'instantiated' with DIALOG SHOW MODAL and
it initializes child windows with DIALOG SHOW MODELESS, is DIALOG
DO EVENTS implied in the MODAL statement for the parent window?
3) I occasionally find that my PB apps leave a dialog image on the
screen after termination. Is there some style that I need to use to
prevent this from happening? It is not a consistent behavior and it
happens to DIALOGS created with different styles, so I'm at a loss to
figure out what's wrong.
------------------
Bernard Ertl
Comment