M
Markus Humm
Hello,
we've written some app. in VS2003, VB.net and CF 1.0 to be precise.
The app has one screen where a graph is displayed. This is drawn
directly on the canvas. It works but if the start menu is opened and
closed, part of the graph is missing. The things on that screen which
are objects are redrawn, but not the graph.
We already had a redraw mechanism for the graph depending on some event,
but in the case of the startmenu it simply didn't fire. If fired well
enough if you e.g. got notifications about meetings etc. but not for
startmenu.
Another approach we tried was OnPaint, but this only worked on the
emulator. On the real device it was called way too often. Some idea was
to decide based on the sender object passed to OnPaint whether to redraw
or not, but the programmer couldn't figure out whether reflection works
or not.
What to do with that?
Greetings
Markus
we've written some app. in VS2003, VB.net and CF 1.0 to be precise.
The app has one screen where a graph is displayed. This is drawn
directly on the canvas. It works but if the start menu is opened and
closed, part of the graph is missing. The things on that screen which
are objects are redrawn, but not the graph.
We already had a redraw mechanism for the graph depending on some event,
but in the case of the startmenu it simply didn't fire. If fired well
enough if you e.g. got notifications about meetings etc. but not for
startmenu.
Another approach we tried was OnPaint, but this only worked on the
emulator. On the real device it was called way too often. Some idea was
to decide based on the sender object passed to OnPaint whether to redraw
or not, but the programmer couldn't figure out whether reflection works
or not.
What to do with that?
Greetings
Markus