Inspect html pages using Firefox and not Safari for ipad simulation?
If you are making an HTML5 based app you can inspect elements with the Safari Developer tools using the iPad simulator options if you run the app inside the Titanium simulator. Is there a way i can do...
View ArticleInspect html pages using Firefox and not Safari for ipad simulation?
If you are making an HTML5 based app you can inspect elements with the Safari Developer tools using the iPad simulator options if you run the app inside the Titanium simulator. Is there a way i can do...
View ArticleTitanium and webview in a Blackberry app
I've a Titanium app for Android and iOS. Now, I want to create the Blackberry version. In my app I use webview to show graphs. I've tried it in Blackberry simulator, but I've found some problems:...
View ArticleBroadcast of udp module for ios not working
Has anyone succeeded to successfully broadcast a message using the UDP module in ios? I try to use the module to broadcast a message over u UDP socket, but this message is never sent. When I try the...
View ArticleError after update Titanium Studio
I can not open and edit source code Error: Plug-in com.aptana.editor.js was unable to load class com.aptana.editor.js.JSSourceEditor. Titanium SDK: 3.2.2 Operating System: OSX 10.9.2 Titanium Studio:...
View Articlelistview with search bar - how to get no of records during search?
Hi I had integrated search bar with listview, and its working fine. it is showing me proper records when i search from listview. here is my problem I am having one label which shows current status of...
View Articlestop background services in titanium studio?
hi, I am initiating services in app.js, I want to stop the services in active window by using switch. how to do this? my code isTi.App.addEventListener('pause', function(e) { // register a background...
View ArticleTitanium CLI ignorefiles
I have added a file in myhook.js in the plugins folder. I have added a small function /*****FUNCTION START**/ exports.cliVersion = '>=3.X'; exports.init = function (logger, config, cli, appc) {...
View ArticleNeed some very basic but very helpful tips for the applications?
Hi Everyone, I've built more that 10 apps , but most of them work slowly when connected to net , when there is alot of load . I never user background services , intents and other useful elements and...
View ArticleUNABLE TO RUN FIRST APPLICATION
HelloWorld application to run on Android Emulator 10" WXGA. An internal error occurred during: "Launching Titanium Android Emulator!ENTRY org.eclipse.core.jobs 4 2 2014-04-09 18:35:57.433 !MESSAGE An...
View ArticleNo Android SDK's found under specified SDK location
Hi, I know this is a frequently asked question, but I seem to have this problem on both my laptops (Win7 and Win 8.1). I downloaded and installed Titanium, and let it download and install the Android...
View Articlenested ListView!
Hi all, Application Type: mobile Titanium SDK: 3.2.2 GA Platform: IOS Host OS: OSX I am trying to display an item in a list, let's call it Article inside this item, it has again a dynamic list of Tags...
View ArticleFacebook App permissions in iOS
How can I possibly know if a user has revoked My App's permissions without any errors? This scenario only happens if a user logged in, but later decides to revoke My App's facebook permissions in...
View ArticleOpen Pdf file using third party on click on list view item
I have PDF files in my assets folder now i am able to view that PDF files in list view .But the problem is now on click of any pdf i want to open pdf in my pdf viewer. Here is my codepublic class...
View ArticleUSB Debugging state get
Hi Is there any way in titanium that we can get USB Debugging state of android device? whether it is on/off? I have done research on that but did not find anything related to this. I am using alloy...
View ArticleNode.ACS Websockets Disconnect event - What is passed to the callback? MVC
Hi all, the title pretty much says it all! Under the MVC framework for most websocket events I have found so far the callbacks are all passed (data, socket) { "event": "connect", "callback":...
View ArticleCloud.Friends.search order
Hi ! I've a simple question on ACS... :) I use this code to display a user's friends list :Cloud.Friends.search({ user_id : Ti.App.CurrentUser, per_page : 5, page : n }...And I would to get a list...
View ArticleSEO: Is it a trick or a treat?
Internet search engines and content marketing have come a long way from their humble beginnings. In the early days, companies didn't have a good way of preventing spammers and scammers from finagling...
View ArticleHow to sort Phone Numbers?
Hi Friends, I have developed button click to open Android contact list then contact select to show phone number in my tableview. The problem is some contact users having only email id so if i select...
View Articlegoogle maps V2 is different with alloy
Hi, I'm a new user of Titanium. I've tried the sample geocoder and google map works perfectly (anotation, zoom, compas, indoor maps, ...). I've tried the same sample with Alloy framework. Google map is...
View Article