HTC S710

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an app running WM6 Standard on HTC S710. I open a form to enter text
in landscape mode. If I enter info using slide out QWERTY, then slide back
in and click 'Cancel' to close form (me.close) I get what seems to be a HTC
Task screen. If I use the 'Back' button the Task screen closes and I get my
parent form. Is anyone else experiencing something similar? Thanks.
 
Is anyone else having the problem of opening a modal screen on an HTC device
and being sent to the Task Manager when closing the screen?

Standard code:

Dim NewTextItem As New TextItem()
AddTextItem.ShowDialog()

Is this a HTC problem? I haven't noticed on the few other devices tested.
Thanks.
 
Back
Top