G
Guest
Hi,
Ive encountered a very strange problem with my application. Initially I
wrote the application to work on a QVGA mode resulotion (240*320) and all was
well.
I then rewrote the code to work for the VGA mode resolution (480*640) and
started encountering a very strange problem with Labels.
A bit difficult to describe but i'l try ...
When I move between forms by calling the frm.show or frm.showdialog methods
parts of the text on label controls (displaying simple text strings) seem to
disappear. I have a form called frmServer and a label (lable1) that display
"Enter Server Number" and when I call frmServer from another form by
"frmServer.show" then Sometimes I'l get the "EN" letters completely obscured,
sometimes the "EN" and parts of the T letter obsured. The same applies on
other forms too.
This also affects my custom message boxes that are shown using the
frm.showdialog.
Why is this happening?
Ive tried calling frm.refresh, frm.invalidate, Application.doEvents but to
no success.
Maybe I could call the Windows CE.NET screen refresh? How do I do that? Is
there anthing else I can try?
Thanks in advance.
Zahid.
Ive encountered a very strange problem with my application. Initially I
wrote the application to work on a QVGA mode resulotion (240*320) and all was
well.
I then rewrote the code to work for the VGA mode resolution (480*640) and
started encountering a very strange problem with Labels.
A bit difficult to describe but i'l try ...
When I move between forms by calling the frm.show or frm.showdialog methods
parts of the text on label controls (displaying simple text strings) seem to
disappear. I have a form called frmServer and a label (lable1) that display
"Enter Server Number" and when I call frmServer from another form by
"frmServer.show" then Sometimes I'l get the "EN" letters completely obscured,
sometimes the "EN" and parts of the T letter obsured. The same applies on
other forms too.
This also affects my custom message boxes that are shown using the
frm.showdialog.
Why is this happening?
Ive tried calling frm.refresh, frm.invalidate, Application.doEvents but to
no success.
Maybe I could call the Windows CE.NET screen refresh? How do I do that? Is
there anthing else I can try?
Thanks in advance.
Zahid.