D
datamodel
hi,
I have an application built for CE 4.2, which has many forms.
Some of the forms close themselves after the user invokes another form,
some don't.
Regardless, the number of window stubs on the taskbar at the bottom of
the screen
just keeps increasing. And by the time I return to the top level form,
i can see all those forms closing at once .
For instance Going
from the main form to --> a menu form that has buttons for New and Edit
forms --> to an Edit or new forms,
The menu form in the code closes itself when the Edit or New forms are
loaded.
leaves three window stubs in the taskbar (representing three open
windows)
if i go from Edit to the New form, and the Edit should close itself.
Again it stays open,
and now i have four windows open.
When i click any one of the window stubs (i don't know what else to
call them) on the taskbar, (opened from earlier) , the corresponding
window becomes focused '
but thankfully no controls on it are active - no response to clicking
on them.
How do I get around this issue? what could i be doing wrong?
I'd like to hear if others have noticed this sort of behavior as well
and how to avoid it.
Thank you.
the clicked window
I have an application built for CE 4.2, which has many forms.
Some of the forms close themselves after the user invokes another form,
some don't.
Regardless, the number of window stubs on the taskbar at the bottom of
the screen
just keeps increasing. And by the time I return to the top level form,
i can see all those forms closing at once .
For instance Going
from the main form to --> a menu form that has buttons for New and Edit
forms --> to an Edit or new forms,
The menu form in the code closes itself when the Edit or New forms are
loaded.
leaves three window stubs in the taskbar (representing three open
windows)
if i go from Edit to the New form, and the Edit should close itself.
Again it stays open,
and now i have four windows open.
When i click any one of the window stubs (i don't know what else to
call them) on the taskbar, (opened from earlier) , the corresponding
window becomes focused '
but thankfully no controls on it are active - no response to clicking
on them.
How do I get around this issue? what could i be doing wrong?
I'd like to hear if others have noticed this sort of behavior as well
and how to avoid it.
Thank you.
the clicked window