| Reply | « Previous Thread | Next Thread » |
|
Hi guys
I don't know how it looks at your phones, but on my E70, making a Listbox in the screen modes "large" or "full" looks totally wrong. It misses the background in the lower part along with some other artifacts. Also the same thing happens when switching orientation to landscape (missing background and artifacts on the right side of the screen). |
|
Not used listboxes yet, but had lots of fun debugging appuifw.Canvas callbacks. It's amazing when they get called by system... Most of the times it's almost logical!
Code:
canvas = appuifw.Canvas(
resize_callback = cb_handle_resize,
redraw_callback = cb_handle_redraw)
![]() Well, good luck! Hoping it's your code and not a bug in pyS60 ![]() Btw if you use custom background graphics, you're sure to remember resizing it, too? |
|
Quote:
Quote:
Quote:
![]() |
|
Quote:
Most of the times resize calls redraw.. or at least someone calls, since few times I jump to redraw while in the middle of resize! Not too nice: I'm fixing new graphics, someone forces screen redraw with old graphics and when I'm done I have to call redraw myself ![]() |
|
Are You sure? Read on...
Quote:
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| How to make listbox full screen? | zhangwei_Nirvana | Symbian User Interface | 2 | 2008-01-29 13:53 |
| Full screen listbox skin not rendered correctly | template60 | General Symbian C++ | 2 | 2007-09-11 05:34 |
| listbox in full screen mode has a white bar at the bottom | shareqrahman | General Symbian C++ | 1 | 2007-09-07 15:18 |
| How to refresh listbox screen? | zerglim | General Symbian C++ | 4 | 2004-07-30 10:53 |
| drawing a listbox that doesn't fill up the whole screen | ThreeSixFiveOh | Symbian User Interface | 2 | 2003-11-21 10:30 |