Internal Server Error', when trying to upload a photo from ACS backend web...
I can't create a new photo from the web app interface of the ACS. Each time I choose a file and press submit I receive a red error , saying: 'Internal server error' Anyone can guess what's wrong ?
View Articlequery custom objects using several tags
My database contains custom objects that have several tags each. I"m trying to retrieve objects that have 2 tags using tags_array, but it seems that I can't get the correct syntax. my query:...
View Articleleft: 'auto' on Android (automargin)
Hi all, I would like to know what automargin setting, if any, I may use on android. On iOS it is left: 'auto' or top: 'auto' to center on the x or y axis. You may even animate against it on iOS, for...
View ArticleUnable to upload an image file to PUBLISHED node.acs application
Hello Experts I am trying to build a front end to my ACS database. As a part of the admin front end, users will upload images and I am using Photos object to save them. I am using following code to...
View ArticleiOS Simulator slow to launch - 20 seconds of black screen
Hi, This happens to me from time to time of different macs, titanium studio compiles my project in 11 seconds, then it says launching iOS Simulator, the simulator comes up and shows a black screen. I...
View Articlemultiple items within a view from JSON
Hello all. I have a data source which returns a collection of items which looks like this var data = [{"Id":"1","ItemName":"football"},{"Id":"2","ItemName":"tennis"}] after the data is displayed, I...
View ArticleNo implementation found for v8 runtime? - Android
Hi guys, Getting an error that native method not found for v8 runtime engine, weird or what? This is when trying to run directly on an android device... I've finished development of this app for iOS,...
View Articleios uniq id , Titanium.Platform.id blocked ?
Hello after many research i found "Titanium.Platform.id" is blocked by apple so i need to use unique ID this is urgent , dose Appcelerator provide unique id of apple platform not blocked by apple ?
View ArticleModule attribute concept !!!
Hi, in this tutorial Module Attribute create view named foo and invoke it in index.xml is the module used for create view only? OR it can be used to make any function as add two number or search in...
View ArticleRelational Objects question
We have a custom relational table we are creating...that associated users to some of our custom objects. We created a custom field on the relational table that points to an array of many records. If we...
View Articlenot saving to db after migration
i have a table groupChats, i have created migration file adding two columns like thismigration.up = function(db) { db.db.execute('ALTER TABLE ' + db.table + ' ADD COLUMN groupID INTEGER;');...
View ArticleMAC Titanium Studio update issue 3.2 to 3.3 XX
Can't seem to get Android detected by Titanium Studio. When I choose platform configuration it downloads/installs the selected SDK and I can see it appear in the platforms folder in the...
View ArticlePush Notification to specific users not being sent
I have managed to send push notifications to my channel with a php script by using the code your evangelist Ricardo Alcocer posted: Cross-platform ACS Push Notifications with PHP If my $to_ids is set...
View ArticleInternal Server Error', when trying to upload a photo from ACS backend web...
I can't create a new photo from the web app interface of the ACS. Each time I choose a file and press submit I receive a red error , saying: 'Internal server error' Anyone can guess what's wrong ?
View Articlequery custom objects using several tags
My database contains custom objects that have several tags each. I"m trying to retrieve objects that have 2 tags using tags_array, but it seems that I can't get the correct syntax. my query:...
View Articleleft: 'auto' on Android (automargin)
Hi all, I would like to know what automargin setting, if any, I may use on android. On iOS it is left: 'auto' or top: 'auto' to center on the x or y axis. You may even animate against it on iOS, for...
View ArticleiOS Simulator slow to launch - 20 seconds of black screen
Hi, This happens to me from time to time of different macs, titanium studio compiles my project in 11 seconds, then it says launching iOS Simulator, the simulator comes up and shows a black screen. I...
View ArticleURLSession - backgroundtransfer
will backgroundtransfer be fired during inactive state? e.g. incoming call I think not. Since the app is still running, there is no need to fire this event. Can anyone confirm?
View ArticleAdd the event in the calender
HI, i'm trying to do the calender functionality for both in ios and Android, Actually the calender functionality having the add events according to date,month like as normal calenders having in the...
View ArticleMove, Scale and Crop an Image
This question is related to Crop Image in Preview Screen I would like to crop an image in a specified size(320x160). I was able to create a preview screen, which contains an image from camera/gallery....
View Article