DrawNow does not refresh

Login to reply to this topic.
Sun, 2005-05-22 11:27
Joined: 2004-06-17
Forum posts: 47
Hi,

I have two views in my application, one with labels and editor, the other one with a listbox. When I switch back to the first one, the listboxitems are still shown, although the second view is destroyed and calling DrawNow from the first view.

What is wrong here?

Best regards
Max

Mon, 2005-05-23 07:20
Joined: 2004-07-12
Forum posts: 90
Re: DrawNow does not refresh
Have you implemented CountComponentControls() and ComponentControl() -functions correctly?
Do you have Draw() -function in your view 1? Do you call gc.Clear() in that function?

It's hard to quess without any code..

br,
sav

For quality Symbian idling, join #symbian at irc.freenode.net

  • Login to reply to this topic.