Community Questions & Answers
Alloy docs reference wrong moment.js docs
The current moment.js version is 2.0.0 alloy uses 1.7.2, but the docs link to the moment.js website. Please update moment.js in alloy and please copy the docs instead of linking, so that on next update the docs still match.
How to use Ti.Network.HTTPClient.onreadystatechange?
I've tried sometime ago to use `onreadystatechange` callback for HTTPClient, but it didn't work, and so I tried another, dirtier approach. Now I got time to go back and work on this again, and I'm willing to understand what's going on. My idea was to have...
Popover docs
From the documentation it shows this line in the example: ~~~ popover.show({view:button}); ~~~ but in the documentation for the show method it doesn't list any parameters. In the list of properties, there is no "view" property. What is...
Google Docs upload help
Hello there, I'm creating a writing application and I want to give people the ability to upload to Google Docs. I found the corresponding API information here: [Google...
docs.appcelerator.com offline?
Hello, Is the website docs.appcelerator.com offline or responding so slow that it doesn't work anymore?
Download old Titanium SDK docs?
Hi There are some package or any way to download API reference for old versions? If I need to fix something in an old app and Appcelerator delete this docs, I can't access this docs... Example: http://developer.appcelerator.com/apidoc/mobile/1.8.2/ Thanks!
Where can I submit errors I found in the docs?
Hi I find a lot of errors in the API docs. Example: http://cloud.appcelerator.com/docs/api/v1/messages/create "The thread_id of the first outgoing message is its own id." --> The id/thread_id's are different. Even in the example they are...
Global / App events list
Where can I find a list of all application level events, i.e. things like "application exits" and similar? I would assume that there are such events, but I can't find documentation for them. If there is no such list to link to, can someone...
Where can I find the JSON formatted API docs for the 2.0 SDK?
I'd like to know where I might be able to find the 2.0 version of the api-docs. Previously (and still available) the 1.8.2 docs can be found at: http://developer.appcelerator.com/apidoc/mobile/1.8.2/api.json, no later releases appear in this form.
The NavigationGroup example is not working as expected
The example for `NavigationGroup` at the bottom of [this](http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.UI.iPhone.NavigationGroup-object) page is not working as expected, at least in the iPhone 4.3 Simulator. For me it just shows a red...
Titanium module SDK 1.8.0.1 javadocs? where to find them?
where is the titanium android module sdk 1.8.0.1 javadocs are located? any other resources that i can tap into for 1.8.0.1 android sdk? thank you for the info!
Examples in API Docs
In the old docs we could go in and add examples. Is there a way to add / edit examples in the new docs? I am not finding it. I had done this numerous times in the old docs and felt that it helped us help the community. Especially while documentation is...
URL for 1.7.2 API Docs?
Where are the 1.7.2 API Docs? They used to be at http://developer.appcelerator.com/apidoc/mobile/ but that has now been replaced by 1.7.3. I haven't updated yet and would like to access 1.7.2 but can not find it or any usable navigation to get...
Incoming links to API docs should maybe redirect to latest version?
Several times, I've found that Googling for something gives you a link to an outdated version of the API. Not a big deal if you notice, of course, but it would make more sense to just redirect the user to the latest version (maybe with a notice at the top...
Docs for Contacts API?
Hi! I'm trying to use the Contacts API. However, unfortunately, this is currently neither in the Docs or in the Kitchensink example. The best docs I could find are at...
Is there any provision to edit Titanium API docs
I have come across some corrections in the Titanium Mobile API reference docs.I would like to edit the documentation .Is there any way I can do that ?
Titanium Docs for iPad - new App in the AppStore
Hi everybody and thanks for your support with [iPhone version of Titanium Docs application][iphone]! During the last two weeks we have updated the app and released iPad version of the docs (with code examples) [which you can take from the AppStore][ipad]....
Why is hideTabBar function not explained in API docs?
Hey There, I'm pretty new to Titanium SDK and while I try to learn I wondered how to hide the task bar and found in the Q&A that there's a function for that in Titanium.UI.Window (.hideTabBar()). That works nicely for what I need. However I can't find...
What docs am I missing?
I'm just getting started with Titanium, and wanted to add a button to the left of my title bar. I found the answer via these forums (use setLeftNavButton) but when I searched on setLeftNavButton in the API docs I could find no reference to it. Are there...
Titanium docs app update
All the new Titanium Docs 1.6 in the AppStore: [iPad][ipad] and [iPhone][iphone] Support the development of the Titanium docs by getting the apps & following us on the [Facebook][facebook] [ipad]:http://ow.ly/46Alg [iphone]:...
Error/Typo in docs for File.getNativePath vs File.nativePath
this page: [http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Filesystem.File-object](http://developer.appcelerator.com/apidoc/mobile/latest/Titanium.Filesystem.File-object) It should reference: File.getNativePath, but it currently calls it...
Question on titanium api
So I am trying to find information on the 'returnKeyType' property. I searched the API for it and nothing came up. I understand that the API isn't complete yet, but how or where do I even look that up if it isn't the API? How do people find these...
Are there plans for providing developers with a JSDoc enriched dummy file?
I did this for Titanium 0.8.x by hand and tried to develop a parser for your HTML documentation on codestrong ... but then you switched to the new API documentation on appcelerator.com and I would have to rewrite the whole parser. So I'm asking you...
install issues
I'm using Ubuntu 10.04 and i got really excited when i found titanium can help me to build apps for android, and "Catch up" with this really good market. I downloaded the titanium zip that has an installation script (or something like) to install...
Any docs coming for the dashboard object?
I just started playing around with the dashboard object I found in Kitchen Sink and noticed that it's not in the API documentation at all. It would be a huge help if you could post some docs for it. The Kitchen Sink example is enough to get started using...
Is there a Titanium API compatibility chart by platform?
It'd be great to see what API calls are supported on what devices in a grid to make it easier to develop apps that will move across platforms easily. Anybody do this yet? Looks like the data in available in JSON as well.
There is gap in the new Docs
The page about iPad Split Views ends truncated: "Custom Fonts The iPad supports the ability to embed your own fonts in your iPad application. To add your own fonts, you should add the"
Cannot use Android SDK
Although Titanium claims to have recognized my android SDK, the emulator tab is completely empty, and the testing tab says the project is "not configured to work w/ Android" OSX 10.6 java -version Unable to find a $JAVA_HOME at "/usr",...
Looking for documentation
Hello, I am new to Titanium and mobile development, but excited to finally be able to get going on my app (after years of wanting to write an iPhone app but not knowing how). My question is in regard to the documentation. The API docs don't seem to be...
Showing 1-29 of 29