E
Earl
I think I see the problem, not as sure I see an easy answer ....
..Net 2.0 CF app with a handful of forms. On the splash form, I have a
notification control. In the module, I have an incoming message stream. When
I get a message, I show the notification control ... this is where the
problem lies.
How I see it:
Thread T1 starts when frmSplash is activated
Thread T2 starts when the message component is created in the module
Thread T3 starts when the notification is called from the module message
My understanding of 2.0 is that this sort of freeze can occur if a "UI
element is not called on the thread where it was created".
Back to the problem: Once the notification appears, it will not fire the
responsesubmitted event when I click on the URL. I've tested the
notification and responsesubmitted event and the event fires properly if
called from the form where it occurs (frmSplash). But this is without the
message stream coming from the module. Any threading experts see my issue?
..Net 2.0 CF app with a handful of forms. On the splash form, I have a
notification control. In the module, I have an incoming message stream. When
I get a message, I show the notification control ... this is where the
problem lies.
How I see it:
Thread T1 starts when frmSplash is activated
Thread T2 starts when the message component is created in the module
Thread T3 starts when the notification is called from the module message
My understanding of 2.0 is that this sort of freeze can occur if a "UI
element is not called on the thread where it was created".
Back to the problem: Once the notification appears, it will not fire the
responsesubmitted event when I click on the URL. I've tested the
notification and responsesubmitted event and the event fires properly if
called from the form where it occurs (frmSplash). But this is without the
message stream coming from the module. Any threading experts see my issue?