Community Questions & Answers

Problem displaying picture

Hi, I am programming an app where I want to display a picture in a scrollable view where the first view is the picture of the item with its name and there are three other views with data about the item. The problem I am facing is that the first view does...

ScrollableView Singletap

hi there, i have a scrollableview which is working on iOS with singletap event but on Android i can't make it work ? is there a special event for this on Android? i have searched on Q&A and couldn't make it work? what should i do for this? ~~~ var...

Reload Button Problem

hi there, this code works great Thanks to Jigar, but i have an issue :( when i press the reload button, while my setTimeOut duration is 8000, scrollview changes in 4000 or 2000 ? how can i solve this? i have try return command but this time it doesn't...

ScrollableView Reload

Hello, i have done many things but i can't reload this imagegallery with reload button :( what should i write to make it work? :( ~~~ var win =Ti.UI.createWindow({ title:'Slideshow' }); var refreshBTN = Ti.UI.createButton({ ...

Left - Right | Up - Down

Hi All, I need to have the some views in scrollable view for the user to scroll left or right and if he choose some view to swipe from top to bottom. Please see the image to understand my problem http://www.freeimagehosting.net/3y246

ScrollableView auto-scroll?

Is it possible to make a ScrollableView scroll automatically? For example, I have 3 images in a ScrollableView, can I make them swap say every 5 seconds?

ScrollableView show multiple pages?

I have a ScrollableView that scrolls View columns horizontally. I would like to show two View columns on the page at once, but only advance by one column at a time. Hopefully that makes sense. Here is an illustration: Screen -------------------- view 1...

TableView customization

I have two customization questions relating to my TableView. The first question I have is how do you create a TableView that does not scroll, but the window is capable to scroll and reveal the rest of the table? Right now I have disabled the scroll on the...

Clearing a scrollable view does not work sometimes

Hello, I need to clear a scrollable view when i press a button, en i then add new items to that view. I need to do this several times in my application, but sometimes it gives me an error that the index is out of bounds. So my question is: Is this the...

Showing 1-50 of 434 1 2 3 4 5 69