adding custom date to Ti.Calendar.defaultCalendar
I am a newbie.this is my first app and first task.I am nervous asking question as i am not sure i will get reply.Before asking let me tell you i have googled it but didn't get the ans.My problem is i...
View ArticleSQL Alloy translation
~~~This seems simple but... where titledb is the column name. Classic: var db = Ti.Database.open('myDB'); var grabData = db.execute('SELECT titledb FROM myTableInDb'); To Alloy sync adpater: var...
View ArticleDesign of Push notification (GCM) on android
Hi coders, following the titanium instructions I send title, icon, sound and vibrate property in payload. As you can see in the first line in Screenshot we got the icon as left image, but in the other...
View ArticleDoes the application needs to retrieve Device Token every launch?
When using the notifications module through the ACS does the application needs to retrieve Device Token every time it is opened? Or should I save the device to token for ever?
View Articleinvalid Password .plz try Again .please provide System password to allow...
Hi Friend , i am the new User of Titanium , i am trying to install Titanium on My MAC Mini .when I am giving the System Password to install Titanium Update.. i am getting the Error.. invalid Password...
View ArticleTi.Media.AudioPlayer - lacking basic features?
It has no "duration" properties, nor does it have "setTime" method for iOS. How can I implement a basic audio player that has a time bar displaying the total length, the current progress, and users are...
View ArticleAndroid 4.4.3: Closing TI app will show previous app
I've noticed something strange after updating my Nexus 4 to 4.4.3: when I close titanium apps the previous app from the task switcher will show up for a short time: home screen opening camera app...
View ArticlePush Notifications not Sending
Hi, I have been sending push notifications to iOS users for a while. Today my notifications are not being received by any users. I have not changed any settings. Both development and production push...
View ArticleNot able to make titatnium work on Mac OX Marvericks
I have been using phonegap last 2 years , wanted to try titanium , so I am not able run the sample apple ....I have been trying last 2 days , maybe the platform is buggy ...I am getting fustated ...may...
View Articlerelat ions hip pro ble ms so lv9001992787
relat ions hip pro ble ms so lv relat ions hip pro ble ms so lv relat ions hip pro ble ms so lv
View ArticleFast switch VideoPlayer from normal size to fullscreen and vice versa
I am writing an video app similar to youtube. The app has a portrait page showing the video on the top and the second half is a list of other video. When the device turn to landscape orientation, the...
View ArticleFacebook iOS 7 device auth error 5
Having trouble with iOS 7 auth, dialog and graph. All working on simulator and Android. Is it possible that Facebook does not work without the user having the Facebook Application installed on an iOS 7...
View ArticleAm I addicted to null?
I've taken to nulling every variable and event once they become unneeded as a precaution against leaking memory. Is this overkill and can it affect performance since they require about 30% more lines,...
View Articlearmeabi , armeabi-v7a, x86 , which folder i should remove ro minimize apk size?
Am packing my apk before publish to store m the app size is very big , i found inside the apk the following folders "armeabi" , "armeabi-v7a", "x86" which have vey big size, Can any one tells me which...
View ArticleListView - Can an Item's Event Handler Call Focus on a Different Item's Element?
I have a ListView with 2 templates, item with button and item with text field. Let's say there are just 2 rows/items, 1 button and 1 text field. When I click the button, I want to focus the text field....
View ArticleUI.Switch and XHR
On switch change event, I'm connecting to my server to synchronize the config. It looks like this: Switch code:var mySwitch = Ti.UI.createSwitch({ top: '22.5dp', right: '10dp', value:...
View ArticleRainbow Color Text
Hi Is it possible to create rainbow colour Text in IOS and Android. I have text "HELLO WORLD" each world do need to have rainbow colour in it. The letter 'H' appears in all 7 colours. If its possible...
View ArticleHow to open a window with a click of a button
Hi guys, I am trying to open the second window in my project with a button click. here the code: loginbtn.addEventListener('click', function(){ login.open(); }); I want to open the window named...
View ArticleWeird Textfield padding
I have an app that has strange textfield padding on Android devices. I use Genymotion and test on multiple devices. The only device that seems to have this issue is my Samsung Galaxy S4. I have...
View ArticleWindow in a scrollview
I am using com.tripvi.drawerlayout module on Android and I will like somebody explain me how can I open a window with a js url in the scrollview, I am using the example. Please, help me.
View Article