Crazy behavior of draggable annotations (iOS)
This is my code:self.mapview.addAnnotation(Map.createAnnotation({ latitude : e.coords.latitude, draggable : true, longitude : e.coords.longitude, title : 'Apfelbaum', image : '/assets/tree.png',...
View ArticleUploaded push certificate (iOS) not saving properly in ACS console
Hi, I'm attempting to upload the push certificate into the ACS console. All appears to go well but the certificate doesn't appear to save properly In previous projects it would be listed - right now,...
View ArticleTi.barcode as JS modul forget overlay
Hi, I embed the scanner as module: exports.create = function() { var Barcode = require('ti.barcode'); Barcode.allowRotation = true; Barcode.displayedMessage = ''; Barcode.useLED = true; var overlay =...
View ArticleiOS - pausing Ti.Media.AudioPlayer with built-in controls
In my app, which is on the app store (https://itunes.apple.com/us/app/id849967045), I'm having a problem. When I try to pause the audio (a stream) from the lockscreen, the AudioPlayer does not pick up...
View Articleset webview to scroll down to particular point
Hi I was wondering if there's anyway when loading a webview to skip down to a particular portion of a page. I thought it would be called an anchorpoint but that property didn't do anything for me....
View ArticleTableView swipe event triggered when scrolled. [Android]
Hi all, This is probably a known issue but I was not able to find relevant posts. The problem I am facing is the swipe event of table view for android. I am trying my own custom logic to get the swipe...
View Articleant missing in titanium studio preferences
Application type: Module, Titanium SDK: 3.3.0, Host Operating System: OS X 10.9, Titanium Studio: 3.3.0. Hi everyone, I am trying to build a module for my project using the "ant" which is available in...
View ArticlePush Notification Limitations
I've got 100+ subscribed devices for push notifications. However, when I push out a notification, the log says there are only 10. My last push notification in July went to all devices. Has appcelerator...
View ArticleModel not persistent
I set up an app similar to the one in Creating Your First Titanium App but the data won't persist after closing the app. The next time I start the app, the previously entered data is no longer there....
View ArticleHow to loop through all TextFields in an Alloy View
Hello, I have created my view with Alloy markup. Is it possible to loop through similar elements (like a TextField) in a View? so something similar to: for (var x = 0; x < TextField.length; x++) {...
View ArticleDoubt
Hi all i have some doubt regarding titanium mobile When i want to call a view or a window i'll be usingAlloy.createController("(respective controller name)");it is working well and good but what is my...
View ArticleUnable to load bitmap. Not enough memory: bitmap size exceeds VM budget on...
Hi, I have the latest version of studio and I'm having an issue with loading and image from a local file on droid. I cannot reproduce the error on IOS. Here's what I'm doing 1) I select a photo from...
View ArticleRotating ImageView 360 degrees [Alloy]
Hi, I'm trying to rotate imageviews 360 degrees for an infinite amount of time(creating 15 of them on opening of a window), now I have found that this is not so simple on iOS(limitations..) and I have...
View ArticleTitanium Studio editor not showing
The editor view in Titanium Studio is not showing anymore. I tried reinstalling the IDE without success. Mac OSX 10.8.5
View ArticleBest practice when navigating between windows in Alloy?
Hi I finally found out how to use a background image that does not stretch on the various iOS screens (see how) - and with the help of Malcolm Hollingsworth I found an even better way to set a...
View Articleproperties of a table view display as search result with search bar titanium
Hi. I have a table view with a search bar. I set the property allowsSelection of this table view to false but when i searching something, the "new" table view allows selections (i can click over a row...
View ArticleiOS - remote control events
My app has set the following in tiapp.xml:<key>UIBackgroundModes</key> <array> <string>audio</string> </array> so it can play audio in the background. According to...
View ArticleACS Push crashes my App
Hi folks, I have developed a App some time ago and now I decided to use ACS Push Notification but something strange is happening. If I send the Push when the App is opened, it runs fine. I get the Push...
View Articlecom.tripvi.drawerlayout module rightView not working ?
Hi All , I am using slide menu with com.tripvi.drawerlayout module. In this rightView property value taking from TableViewRow values from menu.xml file and centerView property taking from View of...
View ArticleOccasionally on android, I get a black blank screen when i hit the back button
I am adding windows to the stack, to work similar to the way IOS behaves. When i hit the back button i get a black screen...if I hit the back button again...i go where i need to go....And idea?
View Article