Create headers in tableview fro SQLite
Hi all I am having a problem with adding headings in tableview from my database. I kinda works but leaves a row gap after the header function getData(){ data = []; var rows = db.execute('SELECT * FROM...
View ArticleCan't use getResponseHeader()
I want to use Titanium.Network.createHTTPClient() to download a media file from a web server and save it locally. The URL's being used do not provide any clue as to what type file is being transfered....
View ArticleTable view with index without row headers?
is it possible to define a working index for a table without specifying headers? or is it possible to custom style the row headers?
View ArticleAutomatically add alphabetical headers in tableview?
In the kitchensink the Tableview with Headers example lists names with headers for each letter of the alphabet. This is hard coded. Is there any example code for Titanium to automatically sort your...
View ArticleBug discovered: Base64 line breaks
Hello all, apparently the base64encode method per default inserts line breaks into strings which encoded are longer than 72 chars, which may not always be desirable. Example: var xhr =...
View ArticleCustom Row Headers/Footers?
I would like to see custom row headers/footers for the iOS platform in one of the next releases. This could be done for table and section headers. I know that this should also be possible for row...
View Articlefilter data in a table view headers
hello I have a table view and I would like to filter content by date "headers will be the date" by having the same result kitchensink "table view headers" but I do not know how I could do it knowing...
View ArticleTableView with headers, updateRow failes, on Android
Hello, guys Still no updates on the bug described here? I really need to find a solution for this problem: I have a tableView with headers, and when I select an item, I want other items to loose their...
View Articleheaders in tableview from SQLite
I need help to dynamically obtain the 'header' attribute into an array generated by a sqlite query. In the end I have an array like this example (var date): table_view_headers_filter . Now I can create...
View Articlealphabetical tableview headers
I am trying to automatically add alphabetical tableview headers, and I have been working from this post:...
View ArticleCustom headers in Android
Hi there, I have followed the Kitchen Sink's example for customising headers in table sections. This technique works well in iOS, but they are not visible in Androids. Any...
View ArticleNeeded PDF Headers for Web View
Hi everyone, I am building an app that passes a pdf into a web view. Everything works great if the PDF is called directly, but now I am trying to protect the PDF by using PHP's readfile() or...
View ArticleCreating an iOS module with bundled framework and headers only
I am a JS developer who has built some Ti Alloy projects before and am currently trying to create an iOS module with a provided framework bundle and 2 small header files. I started with the module...
View ArticleProblem with setRequestHeader in ios
Hi, I'm trying to call RestFull API and wants to send the credentials using headers. It works perfectly fine for android and using POSTMAN or Advanced Rest Client. but the app crashes in iOS with no...
View Article