Community Questions & Answers
Pagination for scrollview
Hi, I'm trying to load around 100+ images in a scrollview....but the app crash because of memory. So, I'm trying to do pagination. Can someone show an example how to do it with scrollview?
Can't Refresh Tableview because of Pagination
My Setup: - Latest Titanium SDK iOS Application - Trying to get it working on iOS 4.3 and above. - Working off a Mac, OSX Mountain Lion. Below is a striped version of the code I am using to paginate a list of items from a JSON feed. The feed displays 15...
fetch() with add:true and tableview
Hi all, I'm learning the brand new Alloy basics and began with a test populating a tableview bound to my models collection (the source is a paginated rest webservice). On table "scroll" event I check if I'm near the end of the list, I increment...
Make Array empty and reload with next page
Hi there, i am trying to make a next page event with scrollableView, when i use this code it is getting the first 15 data and push them into the scrollview and i have button named Next Page, when i press this i want it to load next 15 items but it...
appending rows to tableview from sqlite (pagination)
i'm trying to add a "view more rows" from an sqlite db - i had working code when i pulled from an online mysql (via json) so ive tried to amend it i've got so far that i get the view more but clicking seems to get the next 8 records but only...
Query regarding ACS pagination - limit and skip
I am confused with the pagination variables limit and skip. My question is if we use skip, for eg. limit=50 and skip=20, then will 20 entries be skipped from the 50 entry limit or the response will contain 50 entries but they will be after the 20 first...
table view with page selection
Hi, Does anyone have a example of a dynamic table view with page buttons, next, back, last, first page 2 , 3 , 4 etc
Table view with load more pagination feature?
Hi, I need to create a table view for ipad/iphone with a load more feature such that * calling service fetching and parsing json data and push 10 rows &with a 11th row as loadmore text has to be displayed *on click of loadmore row, service has to...
Scrollview in blocks with pagination
Dear people, I need a horizontal page scroller (one view, not a scrollableview because i have to split it in more views) with 4 views for each page within it. I need no scrollableview because the views loaded within one page are dynamic (for landscape...
Is there any way to add pagination in scrollviews !
I have been working with Titanium from around 2 3 weeks. In scrollviews wecan have arrows for the paging control. Also we can directly scroll to a view using scrollto function in it. Is there any way we add pagination into it. One way it to add five...
How to hide DashboardView pagination?
I have tried showPagingControl:false but it doesn't work. Any idea? ~~~ var dashboard = Titanium.UI.createDashboardView({ data:dataDV, top:0, editable:false, width:290, height:380, showPagingControl:false }); ~~~
Tableview best way to do pagination?
Hello! I need to display ~250 items in a tableview. I want to display 50 items at the time, and when the user gets to the bottom of these 50 items they get the option to load more items from the list, and then the previous items is removed, and the next 50...
TableView pagination?
Is there a way to do pagination in TableViews? I'm looking to fetch the next recordset when you are at the bottom of the table. Similar to how the Apple Store does it. I have tons of data and loading them all at once is too long and server...
Pagination for iPhone apps
I would fetch several records and want to display in same format as Apple shows Icons on Home Screen. I also want pagination ( the dots on bottom) for indication of currently selected page. How could it be achieved? Thanks
Table Pagination / Dynamic Scrolling
I am trying to implement pagination or dynamic scrolling in a table (something like Twitter apps). I got the code from KitchenSink as follows: ~~~ function beginUpdate() { updating = true; navActInd.show(); tableView.appendRow(loadingRow); // just...
there is a possibility of changing the paging arrows ScrollViewer?
Hello, I Desired change the pagination arrows ScrollViewer defined by default because it is big enough and ugly you have a solution please
List Pagination
I don't know if Titanium has a way to paginate. I've been writing code to get Titanium to load a certain number of games from the server at a time, as opposed to all 80, for example, but the below code is not working -- the tableview of games does not show...
The QA pagination system is acting up again
If you click on a TAG for example IPHONE and then go to page two, it goes somewhere else. http://developer.appcelerator.com/questions/tag/iphone Can you guys fix this? Its really important. Thank you. Alex
Displaying lots of HTML content
I'm looking into possible ways to display large amounts of local HTML content, which would seem to necessitate a WebView. Is there any way to automatically paginate the content so that it displays a screenful at a time? It seems like this might be...
Programmatically go back
If I have a tab-based pagination scheme, and a user drills down several layers, is there a way to programmatically go back one page - basically drill up?
Adjust Back Button Text
I thought I saw it somewhere, but where can you force the back button text to "Back"? Current example looks too squished: [http://drp.ly/HNsN](http://drp.ly/HNsN) *Table data was cleared out on purpose*
Showing 1-21 of 21