BlackBerry Simulator not formatting images
So I'm making a blackberry version of an alloy app I made for android and iphone earlier this year, I've set up the blackberry simulator (as I don't own a BB10 device at this time) and ran my app as...
View Articleimplement controllers in listView
hi all, i want to use createController method to implement some view from old code which was working based on table view, so instead of re write the row again with its all details and subControllers in...
View ArticleAlloy Model addAttachment
Hello, Anyone have an Example how i can add an Attachment? I create my Model with: var bivouac = Alloy.createModel('Bivouac'); bivouac.set(xxx); bivouac.set(xxx); bivouac.set(xxx); bivouac.save(); But...
View ArticleNew Facebook module login
Hi. I have in my app a function that listens if the user is logged in on FB or not and if not it will authorize. It all worked well withTi.Facebook etc.... But now when i have changed it to the new...
View ArticleApp Header images
how to create images that look fine in different screens like a header image
View ArticleEmoji in Android
Hello there, this may be a rookie question, but how do I enable/incorporate Emoji in my Android App (like Whatsapp does)? It doesn't show up in my textarea nor in a label. Maybe someone can give me a...
View Articlecustom widget and styling with master .tss
hi I have an alloy project and within the project i have created a custom checkbox widget. In the checkbox widget.js, I have the following code to take in args and initialize x, y, position of the...
View ArticleUnderstanding Alloy Windows
I've not understood Alloy Windows yet. Let's say the app has the following structure: Home Screen (index) Main site 1 (site1) Main site 2 (site2) detail site 1 of 1. main site (detailsite1) From the...
View ArticleGenerated build files for Android module not working
I'm using the latest 3.1.1 Appcelerator on Mountain Lion, and already created an iOS Module successfully. However, when I use: titanium create --platform=android --type=module --name=testmoduleandroid...
View ArticleHow to play several audio files?
On my device I have 10 short audio files i need to play them one by one. How can i do this on android?
View ArticleRead file from full file path.
Hi all, I have a file path like "/mnt/sdcard/DCIM/Camera/video-2013-07-01-12-50-34.mp4" how can I read it's content so I can operate on it ?
View Articlewhen i goind to open titanium he give me this problem
An error has occurred.see the log file C:\users\moghazy\my Document\Titanium_studio_Workspace\.metadata\.log.this error run when i open titanium studio can any one help me , please
View ArticleHow to call overridden function in alloy controller?
Alright so I've recently discovered how to inherit and override(if necessary) functions in Alloy controllers using exports.BaseController. So now I have this view page that contains a table whose rows...
View ArticleUnable to run Android Emulator
Every time I attempt to run an app in Titanium through the Android Emulator, I get this error. Each question I could find on here (that had already been asked) had to do with Windows, and I am using...
View ArticleRebuild Backbone database
Is there any way to rebuild database without migrations (create a new, empty one)? During development and changing database I don't want to create migration each time. Do you have any solution for...
View ArticleListView renders blank
I am using the Titanium mobile SDK (3.1.1 GA) with the "bleeding edge" Alloy framework as I wanted to take advantage of full support for data binding and ListViews. (I am migrating from using the...
View ArticleTitanium.Network.HTTPClient.cache
httpclient have the same response. eventhough i've set client.setRequestHeader('Cache-Control', 'no-cache'); Please help
View ArticleCloud.Objects.query only recently started returning "The request timed out"
I have ACS successfully set up with data and it has tested well with my application for weeks. I started noticing frequent timeouts when making calls to Cloud.Objects.query shortly after the first of...
View ArticleACS Android device not receiving push
Hi, I've got push messages working on iOS and Android Emulator. When run on an Android device, in production or development, messages are never received. I tried complete reinstalls, deleting of all...
View ArticleUncaught TypeError: Cannot read property '1' of null, but code work in normal...
Hi, Im getting an error: Uncaught TypeError: Cannot read property '1' of null Source: X.push( check [ 1 ]); what is the problem? wspolrzedne.value = text typed in textArea like that: "2.4 5 1 67 15 67"...
View Article