语言

Menu
Sites
Language
images slideshow using gallery

hi

i have created a gallery and i want a slide show of images to run in my main form.

how to implement the slideshow?

i have created a gallery and able to create the starting image. but i am not bale to use the AddGalleryEventListener....

please help

thankyou

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
muditha murthy
To use the galleryeventlistner and add slide show property your class has to derive Tizen::Ui::Controls::IGalleryItemProvider and Tizen::Ui::Controls::IGalleryEventListener interface.
Alex Dem
Hi Try to look at these tutorials: https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/guide/ui/implementing_gallery.htm and especially at this (here are described basic principles for slide show creation): https://developer.tizen.org/help/topic/org.tizen.native.appprogramming/html/tutorials/ui_tutorial/using_gallery.htm Alexey.