Annotation can not find image (pinImage) on android for specific png
Hi guys, I'm having a mapview with some annotations: (I'm using an alloy project, so the assets are not in the same folders as they are in traditional titanium mobile apps)// somewhere in my code: //...
View ArticleSelecting multiple rows on a Tableview
I'm trying to create a TableView where I can select multiple rows. I have created the following code and it appears to work to an extent. When I click on a row, the debug statement in the click event...
View ArticleRestart a function from another controller
Hello guys ! I have problem to restart a function defined in the principal view (index.js) from a separated controller. I work with Alloy and Titanium 3.2.2.GA (for Android) Please let me explain : The...
View ArticleV8Object: Runtime disposed, cannot set property 'userAgent'
Hi, While running application on Android device through appcelerator studio, application is not installing on device and its giving blank screen. Error log: -- Start application log...
View ArticleGetting a real Image size (width and height)
Thanks in advance, I'm really getting crazy with this. It's possible to get a real image size? it´s in "photos" folder of my "resources" folder. I had test much more things and find and find...
View ArticleAndroid Tableview Swipe cancels scrolling
I have a tableview that scrolls and populates fine. When I add an empty function to listen to "swipe", the scrolling becomes jerky and the tableview stops scrolling on finger release. Has anyone seen...
View ArticleAndroid Notification Intent doesn't start activity properly any more
What I want to achieve here is that when users click the notification, the app will open and switch to the corresponded tab within a tab group. It was working, but not anymore now. I can't find the...
View ArticlePush notification by ACS with Chinese utf-8 but receive wrong ? Question mark
I receive wrong question mark code that should be ZH_TW(ZH-rTW) UTF-8 Chinese. send to iOS is ok, but android is wrong. Does some server forget to install TW UTF-8 package?
View ArticleEmail attachment
Hi all i had written code for email dialoge to open email from my application but the problem is am not able to send attachments. and my requirement is i need add multiple attachments to email. but im...
View ArticleHow to flip or mirror or horizontally scale an image
No animation involved. Works on Android, latest SDKs.var aMatrix = Ti.UI.create2DMatrix(); Â var anImageView = Ti.UI.createImageView({ image:foo.jpg, width:100+"%", left:0, top:0,...
View ArticleWhy I cannot create a simple menu?
Why is it so had to just create a simple menu to link some file.js ??var tabGroup = Titanium.UI.createTabGroup(); var win = Titanium.UI.createWindow({ backgroundColor: "#FFF" }); var tab =...
View Article'Installing Titanium Updates...' has encountered a problem!
This is the whole error message that appears: Error encountered during update org.apache.http.ConnectionClosedException: Premature end of Content-Length delimited message body (expected: 112462407;...
View ArticleNative maps navigation, how to
I'm working in an android and iphone app and I've implemented Google Maps and "Ios maps" (not sure how they are called". My problem is adding the native navigation options. In case of google maps, it...
View ArticleHow To Send Https Request And Install Certificate Titanium Alloy
I want to send request using HTTPS. Which goes with installing the certificate at client end also. what will be the request parameter in HTTPS, added extra when compare to normal HTTP request. I send...
View ArticleApp Crash
Hello, after upgrading Titanium 3.1.3 to 3.2.2, my Apps chrashing whith an error. I allready reinstalled everything but getting the same error.. Did someone have an solution for my problem? -- Start...
View ArticleSession Handling in titanium
Hi Everyone, i hve login and signup functionality in my app. After login i want user to interact with server data . And after logout i want to refresh my app and only show local data available. Is...
View ArticleEmail with multiple file attachment in titanium android
How to send email with multiple image file as attachment? . I tried but the last chosen image is only being attached in mail, other images are not attaching. I am using Titanium 3.x and platform is...
View ArticleHelloWorld using Alloy is failing to run emulator Nexus
Here is the message I get: DEBUG] : map: "build\map\Resources\android\alloy\controllers\index.js.map" [TRACE] : [1.25202s] TOTAL [INFO] : [INFO] : Alloy compiled in 1.25202s [INFO] : Alloy compiler...
View ArticleWindow opacity
Hello! I am using Titanium 3.1.3, android. I want to make a view when window background have opacity=0.6(user can see previous page) and in middle of window is my custom optionDialog . <Window...
View ArticleACS: Push Notifications and special characters
The problem We're currently working on a project where we need to add Push Notifications to our app. Setting it up went fine and the notifications are coming through to the devices on both iOS and...
View Article