Chris Tacke

  • Thread starter Thread starter Peter Morris [Droopy eyes software]
  • Start date Start date
The problem I outlined is with the Bitmap class itself and it's internal
handling of OOM from the OS. If your controls are using bitmaps, then it's
quite possible that you're seeing the same issue and that in your control
you should wrap the contained Bitmap with the same type of logic. If you're
not using a Bitmap, it's unlikely you'll get any benefit from it. It's
simple enough to test though.
 
Hi Chris

I'm not using any bitmaps, only standard controls such as Label, TextBox,
CheckBox. In fact on the control I can reproduce the problem with most of
the time I am using on Labels, disabled CheckBoxes, and a progress bar.

Yes, it is easy enough to try and I will try today or tomorrow. I'm just
hoping that someone might pipe up with a bit of information that proves to
be the problem. Creating + displaying / removing + disposing of user
controls regularly shouldn't be difficult for WinCE to handle after all.


Pete
 
Back
Top