Scrollview with 8 bitmaps across AND a title below

joolzg

Member
Licensed User
Longtime User
Ive been looking through (lots) of examples but not seen any that have a text description below the bitmap

What i was looking for was a scrollview with max 8 bitmaps across by ?? down.

Each bitmap would have a short description, 20 chars, below.

The idea is to be able to scroll up/down and select 1 from the block.

Any pointers

joolz
 

joolzg

Member
Licensed User
Longtime User
Ok heres my code bit and this shows the problem.

On running you have the ChannelInfo bar onscreen, UP/DOWN/LEFT/RIGHT toggles this on/off

Center DPAD should bring up the scrollview but if you try you see it flash on and then off, if you look at the debug you see 2 KeyPresses?

joolz
 

Attachments

  • test.zip
    10 KB · Views: 223
Upvote 0

klaus

Expert
Licensed User
Longtime User
Here you are,

Attached you find a modified version that works.
I have begun a new project from scratch and added the different functionalities to follow what happens, took quite some time.
I got a double KeyPress event too, and to avoid it I needed to add a timer to delay the display or hide of the ScrollView.
Instead of removing and creating the ScrollView I just show or hide it with the Visible property.

Best regards.
 

Attachments

  • ScrollViewMove2.zip
    10.3 KB · Views: 329
Upvote 0

joolzg

Member
Licensed User
Longtime User
Ok i have made a really small demo to try and get this problem licked.

using DPAD

UP/DOWN
CENTER

Problem is that when the picker box is up, UP/DOWN scroll the box not the picker

Any help??? As i could not get the reflection stuff working

joolz
 

Attachments

  • IPTVdemo.zip
    10.6 KB · Views: 257
Upvote 0
Top