最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Appcelerator Titanium Slider - Stack Overflow

programmeradmin4浏览0评论

I am new to the whole Appcelerator world so I had a question:

Anybody is aware if appcelerator titanium provides slider functionality similar to this screenshot?

If not, what would be the first docs to look at?

No need for fancy animation or anything, just simplest transition.

I just need basic slider for titanium that has slide selectors looking like small circles (or something I could modify or adjust to custom needs).

Also, yes I'll use this as a startpoint .UI.Slider-object

But the page doesn't have screenshots of how the slider object looks and acts.

I am new to the whole Appcelerator world so I had a question:

Anybody is aware if appcelerator titanium provides slider functionality similar to this screenshot?

If not, what would be the first docs to look at?

No need for fancy animation or anything, just simplest transition.

I just need basic slider for titanium that has slide selectors looking like small circles (or something I could modify or adjust to custom needs).

Also, yes I'll use this as a startpoint http://developer.appcelerator./apidoc/mobile/latest/Titanium.UI.Slider-object

But the page doesn't have screenshots of how the slider object looks and acts.

Share Improve this question asked Jan 13, 2012 at 6:57 EvgeniusEvgenius 9551 gold badge9 silver badges17 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 6

You want the ScrollableView control, with the paging ponent enabled.

http://developer.appcelerator./apidoc/mobile/latest/Titanium.UI.ScrollableView-object

For displaying such kind of progresbar or slider u have to create custom view and inside that custom view put as many as dots images as you have photos and just scrolling of each photos change dots image as per e.current / e.views ...

and set previous image to default image. and make it touch enabled = false.

ScrollableView control, with the paging.

link

发布评论

评论列表(0)

  1. 暂无评论