Community Questions & Answers
Box with a textfield
I want to have a dialog box coming up with a textfield in there after one button called "OK" clicked. However, alertbox seems not having a field. How can achieve that? Many thanks
"use" or "with" command ?
Hi everybody, I want to know if the struct "with" or "use" exists in tinanium. For example, in visual basic, I cand do : ~~~ with mycontrol .caption="hello" .value="test" end with ~~~ Thanks in advance.
wildcard for finding file with filesystem
I am trying to find any file that starts with 'temp'. ~~~ var fileexists = Ti.Filesystem.getFile(Titanium.Filesystem.applicationDataDirectory,'temp*'); Titanium.API.info('EXISTS: '+fileexists.exists()); ~~~ But this doesn't seem to work, any ideas?
Sax parser implementation in titanium
/* has any body convert http responseText to sax parser object in titanium application , if then plz share with me*/
Problem with Webview
I have a little issue with a webview I have this code ~~~ var window = Titanium.UI.createWindow({ fullscreen: true, // this line does the trick backgroundColor: "#000", navBarHidden: true }); var webview =...
Titanium mobile using CSS
Dear All, We have developed one project using titanium mobile for android and iphone. Now we want to implement css in this project for the part of enhancement but I am unable to find any related example of implementing css. Can you please suggest some...
Can't veryify/upload apps that include spaces in the name, how to fix?
Hi, I am unable to verify or upload any apps that have a space in their name. I used to rename the file and delete the space, but even that is no longer working. I tried editing the ArchiveInfo.plist and removed the space from the...
WebView Issues
What are the main issues with using webViews? & What's the cause of those issues? Should webViews be totally avoided? What tips/tricks would you recommend as a replacement for using webViews?
WebView Issues
What are the main issues with using webViews? & What's the cause of those issues? Should webViews be totally avoided? What tips/tricks would you recommend as a replacement for using webViews?
Showing 1-9 of 9