Splitview sliding master view
Is it possible to show and hide the master view, while in portrait, like the ios mail app ? (Sliding on top of the detail window)
View ArticleInitializing Node.acs stops at 30%
My titanium studio stop initializing node.acs after it reach 30% Please help
View Articleimage taken in portrait orients itself to landscape
On android image taken in portrait orients itself to landscape using an overlay, is there a way round it? I have tried using the camera without overlay, but on some android devices will crash the app...
View Articlecheck GPS and Location status on/off on Android
Hi there, I'm working on an app where location services functionalities have maximum importance. Basically I need to check that both GPS and Network Location services are activated in Android settings...
View ArticleGPS issue Always getting speed and heading value equal to -1on iOS.
I have folowing code to get GPS data Ti.Geolocation.preferredProvider = Titanium.Geolocation.PROVIDER_GPS; Titanium.Geolocation.accuracy = Titanium.Geolocation.ACCURACY_BEST; Ti.Geolocation.purpose =...
View ArticleTitanium 3.1 with Admob 2.1.0, no error, but nothing shows
I'm trying to integrate Admob into my Android app. No error but nothing show up. My environment: Titanium 3.1.0 and 3.1.1 Admob 2.1.0 Android SDK: 2.3.3, 4.0.3 Dev machine: win7 I followed instructions...
View ArticleUnable to install android application on device
I'm trying to install my app on htc desire hd, using titanium studio but I get the following error: [ERROR] Timed out waiting for device to be ready, you may try reconnecting the USB cable [ERROR] :...
View ArticlesetInterval function causes my android emulator to freeze at splash screen
My app uses setInterval function, I updated my titanium sdk to 3.1.1 and from tht point my app is not working setInterval function causes my android emulator to freeze at splash screen pliz help
View ArticleCannot found reviews object in json
I made ??one places the object, and reviewed it, but when I call places/query.json, I do not see the "reviews: Reviews []" in json that, although appears reviews_count, ratings_average,...
View Articleopen window while service runs in background
Hello! I created a service which is doing a scan, and when the check returns a valid value it should open a window! While my app is open it works, when I close my app the back button, but he remains...
View ArticleAlloy Button call returns SkImageDecoder::Factory returned null
Hi, I have a pair of forms in a tabgroup. One form works correctly allowing a user to create an account. The second tabgroup form allows users to create a list of frequent contacts. After entering data...
View ArticleAlloy model directory structure
Is there any way to have models exist in subdirectories under the models directory when using Alloy? I'm not having any problems with controllers/views/styles when using subdirectories.
View Articlemodal window with horizontal scroll
var win = Ti.UI.createWindow({ width:"100%", height:"100%", backgroundColor:"#fff" }) var botaopop = Ti.UI.createButton({ title:"pop", width:"10%",height:"10%" }) botaopop.addEventListener("click",...
View ArticleAndroid Can't Get Location Services when on 3G
I am trying to get location services to work when the user has wifi turned off or cannot get wifi service. I know the devices I am using do have GPS but it never seems to work. If I have wifi turned on...
View Articlemodal window with horizontal scroll ! This code is ready to use.
modal window with horizontal scroll This code is ready to use. --------var win = Ti.UI.createWindow({ width:"100%", height:"100%", backgroundColor:"#fff" }) var botaopop = Ti.UI.createButton({...
View ArticleScroll Bar does Not Show All Button ,i make a project For a android device...
var scrollView = Ti.UI.createScrollView({ top:'33', botton:'20' }); var mainLeft=4,MainTop=2,Maincount=0,lblTop=12; //alert(json.Info.length); for(var i=1; i<20;i++) { try { var btn=...
View ArticleRemove from Collection in a swipe at a TableView
The title is pretty straight forward. I have a tableview that has its rows filled from a collecion. Usin the 'editable' = true in the tableview I can delete the row, but how do I remove the item from...
View Articlejava.lang.IllegalStateException: Can not perform this action after...
Device: Android 4.2.2 (Nexus 4) and SGS2 (4.?) SDK: 3.1.1 Map v2 Hi, I got some strange error message appearing, when I try to add a mapview to another view:(main) [25864,25864] Sending event:...
View ArticleApp in Background
Boa Noite! Eu preciso sair da minha app, mas eu não quero que ela feche, quero que ela se mantenha em segundo plano, e que quando receba informações, ela abra novamente. Eu estou tentando usar o...
View ArticleBuild Errors when adding FB Module
SDK Version 3.1.0.GA I added the module definition as follows: <?xml version="1.0" encoding="UTF-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org"> <id>com.CoachSeven</id>...
View Article