Flicker Probs in Mobile Device

  • Thread starter Thread starter M. Meganathan
  • Start date Start date
I think you're going to have to be MUCH more-specific. There's not going to
be some registry setting that somehow stops display flicker (OF COURSE).
Tell us what you are doing and what the nature of the flicker is and maybe
we can suggest something that will help, but the code will have to change.
If you're asking about some application for which you don't have the source
code, forget it.

Paul T.
 
Hi Paul,

Even I am facing flickering issue with WM 6.0 whenI try to move a
panel... I am using VS2005 CF 2.0 and WM 6.0 SDK

I am developing kind of scrollable container with my own custom
scrollbar

I have a basePanel resized at runtime to fit all the controls... on
scrolling I move the panel to negative and positive coordinates.

When I have a textbox with large chunk of text, inside the panel...
and when I move the panel... the content flickers...I tried
WM_SETREDRAW but no luck...

I tried suspend/resume layout but still no luck...

Is there something I can do to minimize or stop the flicker.

Thanks,
Krish
 
I'm getting confused to what you're actually doing. You say you are using
custom scroll bars for a panel?? why not use the scroll bar support in CF 2.0?

Show us some code as it will be almost impossible to comment otherwise.
 
Back
Top