G
Guest
Hi,
In my PocketPC application, I am using several forms. Some of which are
using the InputPanel for user input. All forms have their own InputPanel
object and a MainMenu object (from before SP3). Some forms have the
InputPanel.Enabled property set to true by design and some don’t. And some
forms are responding to the InputPanel.EnabledChanged event while some don’t.
Now the problem is; that after .NET CF 1.0 SP3 was installed (that addresses
some of the issues with the InputPanel component); - I can not register the
various forms own EnabledChanged events. Only the first form that registers
for this event gets it, and is still referenced too after that form has been
disposed, thus creating an exception with the other forms.
So my question is; - does anyone else know something about this, and what
should I do about it? Am I mistaken?
BRG
Eskild
In my PocketPC application, I am using several forms. Some of which are
using the InputPanel for user input. All forms have their own InputPanel
object and a MainMenu object (from before SP3). Some forms have the
InputPanel.Enabled property set to true by design and some don’t. And some
forms are responding to the InputPanel.EnabledChanged event while some don’t.
Now the problem is; that after .NET CF 1.0 SP3 was installed (that addresses
some of the issues with the InputPanel component); - I can not register the
various forms own EnabledChanged events. Only the first form that registers
for this event gets it, and is still referenced too after that form has been
disposed, thus creating an exception with the other forms.
So my question is; - does anyone else know something about this, and what
should I do about it? Am I mistaken?
BRG
Eskild