Community Questions & Answers

Android TableView crash!

Hi! I have 2 table views, A and B, when user selects an item from A, it passes the selected ID to B, B in turn use this ID, fetch model collections from database and display those models. Here is the code A: ~~~ var B =...

iOS Options Table

I am starting to get familiar with appcelerator and I can't seem to find anything in the kitchensink app on how to do a specific function. I am trying to set up a table that is similar to how iOS sets up settings. Where a tableViewRow is clicked and it...

Tableview cant add rows

I have a table declared in my xml, which is as follows: ~~~ <TableView id="goalsTable"> </TableView> ~~~ And then in my controller file i am trying to add rows, using this code: ~~~ for(var i = 0; i < 5; i++) { var row =...

tableView className Problem

Hello, i have a tableViewRow with a class name. on my tableView is an imageView this imageView has an event. on touching that imageView i dynamically change the image. however since the rows get reused due to the class property the changed image also shows...

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

Showing 1-50 of 1,006 1 2 3 4 5 621