Suggestion, what do you think?
When generating an iPhone app, if your application name has spaces in it, the resultant file will also have spaces. Apple do not accept filenames with spaces. A great timesaver would be to replace the...
View ArticleOptimization strategies for package size?
I was wondering if there are any optimization strategies for reducing app package size in Titanium Mobile? One thing I've noticed with Ti is that the resulting package size is much larger than a native...
View Articlehow to deal with the blank space when there is no Ad
I am using iAd and Admob as a backup. I tried to use a simple table view with two rows to do this. so the top row is for Ad, bottom row is the content. the height is set to auto, I am expecting the top...
View ArticleExtra space remains after keyboard pops up
When you click on a text field in a ScrollView, some extra space is added at the bottom when the keyboard pops up. However, once you close the keyboard, it never goes away. Here's a super short example...
View ArticleCan't veryify/upload apps that include spaces in the name, how to fix?
Hi, I am unable to verify or upload any apps that have a space in their name. I used to rename the file and delete the space, but even that is no longer working. I tried editing the ArchiveInfo.plist...
View ArticleDesktop Packaging - No space left on device
I am just about to release my desktop system and I got this message: "Packaging failed with message: No space left on device". I have not change any code from the last time I packaged the app. I also...
View ArticleAndroid HTTPClient cannot download a file --> No space left on device
Hi, I am trying to download a tiny file using the Android emulator (Google API 2.2)... Yesterday everything was working....but today when I took and made some tiny changes in my code...downloading a...
View ArticleRemote images that contain a space character can not be loaded in ImageView
Hi, Testing on 1.7.0 RC1, though I suspect this bug may be in other versions as well. On the iPhone, when trying to load a remote image into an ImageView, if that remote image url contains a space the...
View ArticleTabgroup with space between tabs?
Hi, is it possible to create a tabgroup with space between the tab buttons? So that it looks like this: 20px space - TabButton1 - 50px space - TabButton2 - 50px space - TabButton3 ?
View ArticleProblem with space in filename
Hi, I'm trying to build App with titanium with Android Emulator. I solved a first problem causing console command to fail (Program files directory containing a space) The problem now is that titanium...
View ArticleBug when making a GET request with spaces
[INFO] Titanium SDK version: 1.8.1 (01/27/12 17:31 a24502a) [INFO] iPhone Device family: universal [INFO] iPhone SDK version: 4.3 [INFO] iPhone simulated device: iphone [INFO] Found 4.3.2 patch...
View ArticleScrollView not reevaluating scroll distance after resizing
I am using both the android sdk and an android device. Oftentimes when I use a scrollView and change the height, the scroll length does not auto adjust. for example if I have a small label in a...
View ArticleCamera video file double size problem
I'm testing this on iPhone/iPad devices using 2.1.3.GA and 3.0.0.GA sdk versions. Application: I'm recording HQ video files using the iPhone camera. Problem: If I record a 100mb video file, the...
View ArticleActivity Indicator hiding problem
Hi guys, I am working whit alloy and I declare an activity indicator and a tableView, when call activity indicator.hide(),it disappear but the space where it was showed remain,how can I fix it?...
View ArticleJava heap Space Error
I was able to deploy app on device and simulator but suddenly now I am getting this error. I don't know whats the reason. I have researched over the blogs and follow the following instructions 1) --...
View ArticleHow to read file that has spaces in it's name with Ti.Filesystem.getFile
When I try to read a file for example "some file name.txt". It gives me following error "-[NSNull rangeOfString:]: unrecognized selector sent to instance 0x50736c8"; When I try to escape space...
View Article