Community Questions & Answers
How to increase performances of rendering views
Hello, I'm working on an iPhone and Android application. In my application I use a lot of big views with many nested elements and the rendering time is too long. My views are build with horizontal and/or vertical layout. Any tips or best practices to...
createVideoPlayer not rendering in android 2.3 and emulator
I'm trying to play videos from sdcard in an android 2.3 device, but all i get is a black screen. the player play the audio but is not displaying the image, all i have is the video song and a black screen my code is: ~~~ this.movie =...
event to catch on tab open, after it's already opened
I have create a simple app with two tabs. One tab has several settings which once changed they should cause some changes at the first tab. I am using the window 'open' event listener which works great, but only at the first time the tab is opened. how...
Picker.setSelectedRow(..,..,..) on iOS
Hi, The mentioned function does not work. Altough I have a console output where it sais that the function has been called, the picker won't update and selected the passed row. In the doc it is mentioned that 'On iOS, this method must be called after the...
Webview doesn't load async in tab window with Google Charts
I'm trying to load Google Charts inside a tab window. If i'm adding it to the tab window the click functionality is gone, while it's still working if i add it to the main window. - Seems like a loading / rendering problem, any suggestions? ~~~ var...
backgroundImage is not shown correct after swapping the Image
I have several buttons in my app that use backgroundImages. When I swap the backgroundImage of those buttons on click. If I press long enough on the button the image is rendered correct, but if I tab the button the image is stretched. [Correct...
Include PHP to render HTML
OK I know there is a lot of questions already asked about including PHP files however I am still having trouble after reading all of them. I am creating a desktop application, what I want is to include a common file that renders common HTML. For example,...
Open .doc or other supported documents
Are there anyway to replicate this functionality on the webview: http://developer.apple.com/library/ios/#qa/qa1630/_index.html .doc is supported in a webview, but im not able to render it. Just a blank white screen shows up. The file is downloaded and...
image toBlob AND toImage
hello all, i have recored my application image as blob in the DB. var bookPoster = Ti.UI.createImageView({ image:"http://rebooks.me"...
How to start the app, then render html in background, then show it?
I would like to be able to start the app and render the html in the background while staying on the Default.png screen. And then after the HTML is rendered switch to the HTML view. I have had limited success with the below code... What's the correct way...
Titanium for Blackberry and iOS4
Hi Few weeks ago, I signed up for Ti Blackberry beta. Any update on that? Also, when will mobile sdk 1.4 be available. The issue with Grouped Rows not rendering properly is very visible/obvious to users... Thanks!
Picker doesn't render correctly
Hi. Sometimes (often) when I run my app in the simulator my pickerViews goes black, just a black rectangle. Even the height can change. Have anyone else had this problem? Does anyone recognize this problem? Is it something wrong with the simulator? Is it...
Render bug in 'back' action
The problem. When i hit the 'Populair' button on the top the tabbedbar leaves a black rectangle when i go back to the main window. Is the resolveable? Or disable the slide out animation from the tabbedbar. ![alt...
Showing 1-13 of 13