Android videoPlayer, loads, has endPlaybackTime, just won't play
I'm trying to play a video on Android and having some weird issues, I've stripped my code right back to the following to try and separate it from any view issues elsewhere in my app... the file does...
View ArticleShare multiple images in Facebook
Please advice me how to share multiple images in Facebook. Right now i am using the code 'fb.requestWithGraphPath('me/photos', media[count], "POST", showRequestResult); ' and in 'showRequestResult()'...
View ArticleDesign for different android devices.
Hi All, In Alloy, using device query in .tss file we can add styles for specific platform and device type ( mobile/tablet ). But my question is, While designing for Android, android has devices with...
View ArticleHow to support different resolutions in titanuim Alloy XML
Hi All, I am using Titanium Alloy framework , the issue is I have set the sizing parameters according to iphone 5 when I compile for iphone 4 there comes some kind of disturbance in UI.In short I want...
View ArticleAndroid TableView show problem
Titanium SDK: 3.1.3 G.A. Platform & version: iOS 6.1 Device: iOS simulator Host OS: OSX 10.8++ Hi guys, i'm developing a cross-platform app with titanium studio. I have problems with dynamic table...
View ArticlefaceBook and twitter login buttons
hi all :), i work on titanium SDK 3.1.1.GA.f7592c1 alloy, and i want to make this buttons for both IOS and android simply i want to make 2 button to allow user login in my app throw FB or twitter any...
View Articleswitch video player into full screen when rotating left or right
Hello, I would like to play a video in videoplayer iOS. I put the video player inside a view, but I want it to play in full screen when user rotates his/her phone. activeMovie =...
View Articleproblem on android with acs
now when i am use ACS with android it bring me data good and every thing is fine but some thing wrong when i scroll the table view that include the data the data remove from table and return while...
View ArticleiOS7 defaultCalendar undefined
I am trying to add a calendar event but I am getting an undefined for Ti.Calendar.defaultCalendar and Ti.Calendar.getAllCalendars() is an empty array. I am trying this on a device. Does anybody know if...
View ArticleCan I use icon-lite in Titanium Mobile App?
This is icon-lite: https://github.com/ashtuchkin/iconv-lite in these code:var fs = require("fs"); var http = require('http'); how can i deal with them? Can you give me a sample?
View ArticleLining up data
I need to display 5 lines of summary data at the bottom of a listview. I created a footer and tried: label1.text+num.toString() footer.add(label1) // repeat for 5 labels listview.add(footer) where the...
View ArticleTest Environment Option
How to get the Test Environment option in my titatnium studio. I am unable to get.
View ArticleWhat is Native code?
Hi, I am gone through some websites and seen that javascript converted into Native code. I have a clarification that, here Native code is Android or Java?, If I want to install the application in...
View ArticleSupporting different iOS platform displays
is there a way in the styling file to specify if non-retina display then do so and so, and if retina-tall display then do so and so ? I need to do different styling for different displays in iOS, I am...
View ArticleAndroid - java.lang.OutOfMemoryError
I am trying to load a URL in a web view and I am getting out of memory error. I tried to play around with httpclient.maxbuffersize and threadstacksize as below: <property...
View ArticleArray value problem
Hello, Sorry, because it seems to be a quite stupid problem. I am trying to print "fullName" and I have this small piece of code: var c = contactosInteresados[i]; Ti.API.debug( 'Users: ' +...
View ArticleTitanium thinks ad-hoc provisioning profiles are development profiles, build...
Problems may have started after restoring Studio from a backup. I don't know if Titanium's ignoring the specified iOS 6.1 has anything to do with the invisibility of the ad-hoc profiles. An ad-hoc iOS...
View ArticleSlow typing with textarea
I have an app for iOS and my users are complaining about typing performance. They say that they cannot type so fast, 'cause some letters get missing ... It seems that they can type fast enough in other...
View ArticleCheckbox in ListView
In my app, i've used a customised checkbox in each row. The reason for using customised checkbox is - i can't add a border around default checkmark while i use Ti.UI.LIST_ACCESSORY_TYPE_CHECKMARK...
View Article[ERROR] Application Installer abnormal process termination
I am using Windows 7 OS, Titanium Studio 3.1.3. When I run my project on android emulator it gives some errors like - D:\MyApp\build\android\gen\ca\csa\cepe\MyAppInfo.java:83: ';' expected or ')'...
View Article