scrollbar arrows do not show!

Login to reply to this topic.
Fri, 2005-01-28 14:49
Joined: 2004-06-07
Forum posts: 178
Hello, i created a double listbox with some items, my problem is with the scrollbars arrow, they just do not show, though the number of items fits more than twice the screen height.
Any help is greatly appreciated, thx.

Fri, 2005-01-28 14:56
Joined: 2004-12-03
Forum posts: 192
scrollbar arrows do not show!
Code:
iLB->CreateScrollBarFrameL();
iLB->ScrollBarFrame()->SetScrollBarVisibilityL(CEikScrollBarFrame::EOff, CEikScrollBarFrame::EAuto);
Fri, 2005-01-28 15:19
Joined: 2004-06-07
Forum posts: 178
scrollbar arrows do not show!
thanks but still nothing, i already tried it, and changed EOff to EOn but neither one showed the arrows. Any other suggestion?
Fri, 2005-01-28 23:13
Joined: 2003-11-12
Forum posts: 68
scrollbar arrows do not show!
Does scrolling work and the scrollbars are not visible, or does it not scroll either?

Check your SetMopParent's.  That's usually the problem.  I think you can search on Forum Nokia and find 50 threads about this same problem.
Mon, 2005-01-31 09:02
Joined: 2004-06-07
Forum posts: 178
scrollbar arrows do not show!
Quote from: Wapa
Does scrolling work and the scrollbars are not visible, or does it not scroll either?

Check your SetMopParent's.  That's usually the problem.  I think you can search on Forum Nokia and find 50 threads about this same problem.

Scrolling works but the scrollbars are not visible. I 'm using SetMopParent in the appView, right after creating an instance of the container. Nothing changed after commenting SetMopParent.
Further help is appreciated, regards.
Mon, 2005-01-31 19:16
Joined: 2003-11-12
Forum posts: 68
scrollbar arrows do not show!
Unfortunately scroll bars on Series 60 are a pain in the ass.  There is really only one scroll bar, so anytime it changes the model needs to change with it.  You must ensure that the mop parent chain is complete from your listbox all the way through your appui class.  Even if everything is correct with the mop parent chain you can still see problems, but not usually when you just have a normal listbox.
  • Login to reply to this topic.