Community Questions & Answers

iTunes App Store data sets

Hi guys, We've just made fresh App Store data sets. If you want some, plese go to [www.datasets.biz](http://www.datasets.biz/products). We develop Ti apps too and use our data sets for market research mostly. Code strong.

Problem after Upgrade for iOS 4.3

After, i have upgrade Xcode and iOS i can't compile the app to run on my phone, appears that Result: -------- [BEROR]CodeSign error: The entitlements file '/Users/andre/Documents/Mobile/Troller/build/iphone/ Resources/Entitlements.plist' is...

App won't work twice in a row

Hi ! I have a TabGroup on Android and one of this tab shows a map with several annotations. It works great. But if I close the application, relaunch and come back to the map tab, it crashes. Here is the logCat output : http://pastebin.com/VkHji8j7 Any...

Create a window using python

I am trying to create a python function that will create a window at the moment i have ~~~ from Tkinter import * def confirm (message): root = Tk() root.title='' root.geometry=("200x200") ~~~ which throws " 'module' object has no...

Advertising

Has anyone successfully integrated their iphone AND Android app with an ad network using Titanium? All experiences appreciated.

Add a button to a map Annotation popup

Hi ! When you click on an Annotation on a map, you have a small rectangle displaying title and subtitle. How can I customize this rectangle ? I would like to add a button ot it that would open a new activity with data relative to this annotation. Thanks

Append Section to Table

####Problem: Is there a way to append a section to a table? You can do myTable.appendRow(row), but it appears to fail if you add a section element, that is, a TableViewSection. Is there such thing as an appendSection() method? ####Example: Ultimately what...

MapView Freeze if moved while adding annotations

Hi ! I am trying to show 135 annotations on my map (not all displayed at once when first screen is displayed). Coords are coming from JSON web service. The thing is that if I move the map while it is adding annotations, it will freeze for a dozen seconds...

Apple approval time..

Has anyone noticed a huge delay in approval these days?!.. earlier they used to come back within single digit days.. not anymore. Wat's goin on!? Updated: Thanks all.. it appears @8 business days is what I should expect. I will wait. Appreciate the info.

Mark point on an image

Hello I have a floor plan of a certain location. Now I would like a place to be highlighted, or draw a flag or something (with an image or whatever) when you choose a place. So for example I have room 1, 2 and 3. When I choose room 1 it gets...

Android Notification icon

I am not able set custom icon for notification. some doubts are: 1. Is there any specification for the icon. 2. how the url to be given. It will be great if anybody can give a code sample for this. Thanks.

differences android 1.6 vs APIs 1.6

Hello, I have a question and I try to google it but couldn't find the answer. Whats the difference beetwen android 1.6 and APIs 1.6? I have the same questions in all other version, example, android 2.1 and APIs 2.1 cumps

How can i slide window left to right without tab bar in iphone?

How can i slide window left to right without tab bar and without navigationgroup in iphone? i can't use navigation group because in my app i used tab bar in some screen and in some screen not used.when i go by navigationgroup from that window which not...

XML

Hello sir, i having the hundred or more xml files so from objectivec i copy those files in to the bundle like wise what we shall do in titanium for android

HttpClient Error in Anroid

I have a HttpClient I use it in order to get some data from a remote database. The problem is that in iPhone works OK, but in Android no. I get a Internal Server Error. Here is the trace: ~~~ [TRACE] E/TiHttpClient( 387): (TiHttpClient-2) [108,44345] HTTP...

iPhone apps on iPad?

Hello, When you create an iPhone app with titanium, can you run it on your iPad without any problems? Or will it give errors on some parts (with twitter API's or so?) Thanks!

Delete headers in grouped tableview

**Updated question:** How do I delete sections in a tableview? **Old question:** I'm deleting rows with headers in a grouped tableview. The row itself disappears, but the header doesn't. Is possible to delete the header as well? I get the same problem...

get tweets from twitter

Hello Does anyone know the code to get tweets from twitter by a given hashtag? I am trying to get all the tweets by a given hashtag, but I can't find the correct serach query. For a given name (for example @test) it works perfectly with the following...

Facebookerrdomain error:10000

I get an error while posting to the wall, Facebookerrdomain error:10000 I execute this var data = {name: 'abc', message:'Hi test'}; Titanium.Facebook.requestWithGraphPath('me/feed', data, 'POST', result); I use authorize, my facebook app settings uses...

audio recording

how can we play sound in titanium on android application. also know the recording . can anyone tell me? my code is var audio=Titanium.Media.createSound({url:'Resources/background.mp3'}); audio.play();

ScrollableView bug in 1.6 sdk

I have three pages in my scrollable view. If I change orientation while on the last page the scroll view jumps to the second page. It also seems to be happening in the kitchen sink example as well. Has anyone dealt with this before?... any solutions?

image on android but not on iphone

hi, i have tableViewRows which contains images and texts. on android, images are displayed but not on iphone. could you help me please here is my code for tableViewRow : var row = Ti.UI.createTableViewRow({ title: titreArticle, leftImage:...

optionDialog causing iPad Crash?

I am using **Titanium Developer 1.3.0** and **Mobile SDK 1.6.1**. My code is pretty basic: ~~~ var cancel = Ti.UI.createButton({ systemButton:Ti.UI.iPhone.SystemButton.STOP, ...

Bug : Tableview + searchbar !

Hi I have the same problem that many people. On my TableView with transparent backgroundColor and a searchbar on top,when I use the search bar, the search results appear above the tableview, as 2 overlapping layers. Does anyone know the solution to this...

Error generating R.java from manifest

I am new to titanium and have looked through a few posts with this error and have not been able to resolve. It is a new installation on a Mac Book, I have installed the android SDK and added the SDK's and Google API's. Also checked I have Java installed...

484 views
asked 2 years ago by Trevor Ward
last activity 2 years ago

Link Problem after Packaging

I am using the Mac to packaged up a desktop project for both the Mac and PC. It is set up as a network installer type. The packaging finishes successfully but there are no links available. I have restarted Titanium several times. Any help would be much...

App crashing when trying to add a textArea to a view

Can anyone tell me why my app keeps crashing every time I try to add a textArea to a view? It works perfectly if I change the textArea to a textField, but will not work with a textArea. Any ideas? Code that is causing the crash... ~~~ var statusView =...

Finding the offset of Image on touchend

I am finding the current X and Y position in 'touchend' event. Now say the original position of ImageView is ; left=100 and top=100. On touchend it just gives value in 2 digits that is either 8,10 or 9,11 etc. Now I am not sure what's the offset of image...

editable for textarea is not working

Dear all, When I set editable : false when creating textarea it does not work n I still can add and delete character as I like. May I know what is the problem with editable? How it is suppose to work? Ti 1.6, An2.2

Showing 35,251-35,300 of 47,529 1701 702 703 704 705 706 707 708 709 710 711951