Alloy code completion not working
Hello, I have just switched from developing using classic mode to alloy. my problem is that when i try to create a button for example, i dont get the options available after i type < in the index...
View ArticleAndroid 2.3 problem CA
Hello, In trying to make a request to a server with SSL 2.3 Andoroid I found that the devices do not have the record of this CA returns an error code -1 so add a module that allows anezar our CA but...
View ArticleAndroid module creation: pass arguments at creation time
I am working on an android module and have a small but inconvenient issue: I would like to use my module as follows:var myModule = require('be.myModule'); Â myModule.createService({ hostName:...
View ArticleText decided to not show up today on android
So I have been developing an app for android and iOS for quite a while. Today was supposed to be the submission day! I have been doing all my android testing on a Samsung Galaxy S4 with Android 4.4.2....
View ArticleHow to create a View like this
Hi I want to create a view like this using one Label and one imageView at the left.Now the problem is that when i use constant width and height.Some of the text of my label goes beyond ImageView how...
View Articleti.map module: change the size of the map according to the delta
Hello, I need to display a portion of the map indicating the current position and the delta. I would like the size of the map would change according to the delta. For example, if I have: // tss "#...
View ArticleDashboard "Cannot connect to destination" using proxy
Hi, I'm having problems getting Titanium Studio to run behind a proxy on Linux. The proxy is set correctly in the settings (http and https) and Studio uses it correctly for logins and updates. However,...
View ArticleMobileWeb packaging mess and image path
Hello there, I've been evaluating Titanium/Allow for more than a week now and would like to present the results to my customer. The prototype app I have works fine on iOS simulator, Android (emulator...
View ArticleError and several warnings in my app
Platform & version: Android 2.3.7. Host Operating System: Windows 7. My application is working perfectly, but in some console errors and warnings appear. I would like to know the explanation for...
View ArticleKeyboard Height Android or similar.
Hello, I wonder how do I get the size of the keyboard on Android. Equal to 'keyboardframechanged' function that works only on iOS. In fact what I want to do, is a row of buttons (camera, location,...
View ArticleKeyboard toolbar [prev / next] on webview with multiple forms?
Hi Guys. I have a web view with local html and 3 forms on it. The forms are correctly formatted, but i want to stop the keyboard toolbars prev and next buttons from jumping to the next form? When on...
View ArticleListView is flickering. How to solve it.
Hi, i am using ListView to implement infinite scroll. I was using ScrollView but it freezes when new rows was added, so i switch to ListView. It's performance is much better but i have strange...
View ArticleCan't debug in running android emulator: "Waiting for emulator to become ready"
I can't run app in Debug mode on the Android emulator: "Waiting for emulator to become ready". But emulator was work perfectly in Run mode.
View ArticleEdit content of XML
Hi, I want to edit the content of my XML (see below). I'm trying to change the value 50 with 70 in my file. Here is my code, I don't know what I'm doing wrong please helpvar file =...
View ArticleHow to use node.js cluster module with Node.acs
Hi I have a rather simple question. I have my webserver running node.js with acs as the backend system. My system is multicore and I want to take advantage of the other cpus. When I type acs run...
View ArticleAndroid repaint webview
I have a webview. I set an url, and execute a webview.evalJS function. But when I do this, I got a strange border. When I turn my screen the webview repaints and the strange border is gone. I know the...
View ArticleImpossible to test on device or build ad hoc version...
Hi, I have the latest version of titanium and titanium sdk 3.2.2 I have the latest version of xcode : 5.1 and the latest version of mac osx : 10.9.2 when i try to generate ad hoc version with the good...
View ArticleAndroid Emulator Not Running
My Environment details: T SDK v 3.2.2, Ti Studio v3.2, on OSX Mavericks, Android SDK installed via Ti Studio, configured Android via Ti Studio and reports same as configured and installed correctly;...
View ArticleLaunch Activity from Service without Notification
I am using the benconding Alarmmanager Plugin to set an alarm on Android. The alarm triggers a service. When the service launches a Notification, I can click the Notification and start the main...
View ArticleCannot show button image on a window using alloy
Hello, I'm trying to use an image with a button, the problem is that after i compile and run the app on the emulator or a real device i cannot make the button display the image. i have added the image...
View Article