convertPointToView issue in os 4.4.2
image scale and convertPointToView issue in os 4.4.2 Titnaium studio 3.2 ,alloy 1.3
View Articleapp can't load in emulator for customise manifest file
My app can't load to emulator when i use this piece of code in tiapp.xml and shows '[WARN] : EGL_emulation: eglSurfaceAttrib not implemented' in console<android...
View ArticleMap View creating problem in tabGroup android how to solve it
Hi I have come across a problem that my android mapView is showing blank screen with zoom buttons.I have heard somebody saying that Trying to make android mapView work with tabGroup or Modal window...
View ArticleTitanium picker scrolling lags for the first time
Application type: mobile Titanium SDK: 1.7.6 (03/20/12 18:32 1e5f126) Platform & version: Android 4.0 Device: Nexus 7 Host Operating System: Windows 8 Titanium Studio: 3.2.0.201312191547 Whenever...
View ArticlecreateController('viewId') makes an -[NSNull krollObjectForBridge:]:...
I've alot views in my application which where created with the 'createController()'. And all these views are nested one in another, working this way was successful but now in one of them i tried to...
View ArticleCustom TableViewRow with multiple anchors inside label
I'm after creating a custom TableViewRow with a label having multiple anchors. Example: 'PersonA started following PersonB.' In this case, I'd like both PersonA and PersonB having a different color and...
View Articlestatus notification intent problem with music player ?
hi guys , i am building a music player app in android platform , i was stopped by a problem for many hours . i need to create a status bar notification to indicate that the music app is running (in...
View ArticleSending ESC/POS commands to a thermal receipt printer
I have been trying to figure out a way of sending ESC/POS commands to a thermal receipt printer from an ios app and have come across the following link:...
View ArticleAlert box firing multiple times inside function
Hi guys, Onto the last piece of my latest app, and i'm having a slight issue I can't seem to fix. Basically, I want the user to click the 'drop' button and for the app to pop an alert to confirm it has...
View ArticleAny Omniture Modules?
I read that an omniture module used to be available in the titanium plus plan. Not sure it was or not though. I need it for android and ios. I saw a link to an ios one on github, but looks...
View ArticleAndroid + replacing the text field value makes the cursor go back to the...
Android + Replacing the text field value makes the cursor go back to the start + Titanium SDK 3.2. Please advice.
View ArticleStretched preview image when using Ti.Media.showCamera together with an overlay
When opening the camera with Ti.Media.showCamera and setting an overlay for it, then the shown preview image is stretched to fill the screen, which results in an image with incorrect aspect ratio. So...
View ArticleapplyProperties not working consistently on rotate
So keeping up to date with the spec and docs, I've read the old way to "apply" properties is simply view.width = yourNewWidth; view.height = yourNewHeight; That is how I've been doing things for a...
View ArticleButtons - Larger than Image
Hi All This is just a question if possible. See I have created this native app which has buttons, and in xcode, a button can have a image set on either: image - property to set image Background -...
View ArticleArchive for Ad-hoc not working
Hi, I am trying to archive my IOS project which was working and archived earlier. Worked perfectly in-fact the app is already in app store. Now tried to update the app but it's failing to archive....
View ArticleGradient Background Colors
How do I count these offset values up by .01 without writing it with 1000 lines of code?var linearGradient = Ti.UI.createView({ top: 10, width: 100, height: 100, backgroundGradient: { type: 'linear',...
View ArticleLongjohn Error on every emulator start
On every emulator start, after starting app(apk was installing successfully) I've got: [INFO] : Starting app: com.ucl.test/.Tp2Activity...
View ArticleIs Assert API still up to date?
I've found the assert API in the doc http://docs.appcelerator.com/titanium/latest/#!/guide/Using_the_Assert_API As you can see it is for the "latest" version, but assert API use aptana. So I'm a bit...
View ArticleLabel appearing before animation completes
Hi guys, Small issue with my app which is annoying me and my client. The app has a view which shows Label1 initially, and then when the user taps the view it flips around and shows label2. This works...
View ArticleHow to auto scroll the titanium UI picker?
Since I already facing a time lag for the first time even when I add the options dynamically. var picker = Ti.UI.createPicker({ top:50 }); var data = [];...
View Article