1.2k views
in GUI Development by
Hi,

I use verticallist effects. I can change verticallist items with SliderTouchHandler. But I design UP and DOWN button and I want to change verticallist items this button with SimpleTouchHandler. Verticallist items not change . How can I succeed this ?

1 Answer

0 votes
by
 
Best answer

Hi,

please take look at the chapter Vertical List. In particular the section Implement keyboard navigation treats something similar. In your case, however, instead of handling keyboard events you handle the touch events from SimpleTouchHandler.

Hope it helps you.

Best regards

Paul

by
Thank you very much
by
Hi Paul,

One more question about vertical list. İf I want to change verticallist items automaticly every 5 seconds , how can ı do this ? I look at the Vertical list  chapter but I could not find .

Best regards
by

Hi,

when the content of an item changes, you have to invalidate it. Accodingly, the list will refresh the item. See the section Force the list to reload items. To do this periodically you can use a timer object. If the number of items within the list changes see the section Specify the number of items within the list.

Best regards

Paul

by
Thanks for your help.

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...