Community Questions & Answers

channel live streaming

Hi every one, Do any one knows if channel live video streaming for Android and for iPhone is implemented or not yet and what are the supported formats of streaming video. I tried to test the Remote Streaming 2 in the KitchenSink but I have always the...

Android tab icon for different density screen

Is there any tutorial that provide guidance to create tab on android for different density screen? I have created one, looks nice on hvga but looked cramp on qvga. May I know how to create tab icon that fit to all type of screens? SDK:1.6 Android2.2

simple database usage

I cannot follow the example in the kitchen sink well enough. Can someone please show me how to make and read from a simple database that stores a number. ~~~ var db = Ti.Database.open('myNumber'); db.execute('CREATE TABLE IF NOT EXISTS myNumber(id...

Packaging error

Hi all, Im facing a problem when packaging my code for submit to app store, error code as below, Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.5.1/iphone/builder.py", line 1205, in...

776 views
asked 2 years ago by Hew YC
last activity 2 years ago

Tweetanium Design Question

The UI approach used by Tweetanium seems to assume that users will not change orientation when using it. If I change orientation from Portrait to Landscape I actually see a "tab and a half" at a time. A similar issue is plaguing my app as I...

Location top/bottom issue - iPhone only

Here is a nice one I found. If you do not provide the height of an element, top/bottom in iPhone behaves weirdly. Top will be moving downword from the middle of the screen and bottom moving upward. The movement rate is about 50%. In other words setting top...

1.6 issues iOS

1. I notice in 1.6 when you add rows to table the text is a little fuzzy until it finishes rendering. I'm using table.setData() to set and add rows to a table with each row using a vertical layout. This did not occur in 1.5. 2. I can still force apps to...

Any documentation for the new Facebook component in 1.6

I downloaded the 1.6RC1 release today and wanted to test the new Facebook component as the old one stopped working for me, at least the isLoggedIn() call. Is there any documentation or sample code on how to use the new component with the Graph API. I want...

1.6 RC Layout Issue

Just upgraded to 1.6 rc and have one interesting issue. In a number of places my app has "button rows", basically a row with N buttons positions evenly horizontally. The original code had a "row" view: ~~~ var headerView =...

Random Ti Dev Update?

So today I opened up Titanium Developer (1.2.2) for the first time and it installed an update on my shitty 5 KB/s connection. After like 30 minutes the update finished and Titanium Developer opened up, but the version was still the same:...

iPhone emulator - dumb(?) question

On the basis that there are no dumb questions, here's mine! Can I run the iPhone emulator (only the emulator, no more than that) on a Windows machine? Or is it Mac only? If the answer's "yes", what do I need to do to set it up? If the answer's...

titanium developer is getting stucked

Hello. I'm developping for android mobile in windows xp. Today, after some weeks of development and apparently without any special reason, when I try to launch my app in the android emulator, it stays stucked after the info message "Copying project...

Link is not Kitchensink?

I am just getting started with Titanium and was hoping to get a better understanding with the Kitchsink app. However when I download it from GitHub it does not run the kitchensink app but an app with 2 tabs app as shown at...

Bug with ScrollableView and Label

Hi, if you store a label in a view managed by ScrollableView and the said label has width '100%' then on Android the label will disappear when swiping from one page to the other in the ScrollableView. It happens on 1.5.2, 1.6.0RC1 and 1.7.0 from the CB...

Can't update my app 1.0 on iPad with 1.0.1

I've finished coding 1.0.1 and before I upload to the store, I want to make sure that my database update code is working properly. I selected Run on Device, and Developer puts it into iTunes. Under Library, Apps, I checked the info on the app and it...

iPad app showing up in iPhone sized window on device

Is there a setting or something I'm missing? I've changed the target in Xcode to target the iPad, runs fine on my simulator (I don't have the device), but Apple rejected it because it ran in the iPhone mode. What settings do I need to change to get...

Efficient use of Memory while switching views

In my app I have only one window and I am using VIEWS to show different screens. In last screen I want to give BACK Button so that user could move back to original screen. Now my question is, do I need to ADD and REMOVE views every time or just use...

Adding a view to the nav bar.

Hi, I'm working on an iPhone app, and currently I'd like to add 2 buttons to the right area of the nav bar. Is this possible? I tried creating a view, adding the 2 buttons there, and then assigned this view to window.rightNavButton, to no avail. Any...

iPhone app size

I successfully generated my app ready for distribution using Titanium. The problem is that I don't if it is normal, but there are three files: ArchiveInfo.plist Foobar.app Foobar.app.dSYM The last one is really big: 44 mb! First question: What does it...

WebView doesn't fire error event

I've just tried to catch a loading error from the WebView on iPad by using the following code: ~~~ var browser = Ti.UI.createWebView({url:startpage, top:0, height:win1.height - 44}); browser.addEventListener("error",...

view xml output

I am trying to push an image to my xml-rpc web service. I can push xhr data to twitpic successfully and am using that as a model for sending data to my own site. The problem is I'm getting a response of "fault code 104, XML error: Not well-formed...

the nasty error : Error generating R.java from manifest

I have a Windows XP, Titanium Developer 1.2.2, using API 2.3.3 or the older ones (none works). I keep getting the mentioned error when I try to create a new mobile project for Android and run it. With KS, th eproblem is of different kind - it says...

Result of expression 'Titanium.Gesture' [undefined] is not an object

Hi, I am getting this error when i try and build. The rest of the debug data is as follows;- ~~~ [INFO] Titanium SDK version: 1.5.1 [INFO] iPhone Device family: iphone [INFO] iPhone SDK version: 4.2 [INFO] Launching application in Simulator [INFO]...

1,227 views
asked 2 years ago by Jez Manser
last activity 2 years ago

RSS Demo can't display the items

I compile the KitchenSink Mashups-RSS demo, I changed the url to http://developer.appcelerator.com/blog/feed I got the info: ~~~ [INFO] >>>> loading RSS feed http://developer.appcelerator.com/blog/feed [INFO] >>> got the feed!...

Desktop UI Controls or lack thereof.

From what I can see from the Desktop API documentation none of the controls that are available for Mobile are available for Desktop. ex. Titanium.UI for Mobile has Button, Label, Picker, TextArea etc.etc., however none of these are available for the...

Iphone Facebook API out of use??

I just found that all my facebook function has gone, the login button does not show any more, the old version app also can not see any login page any more? does anybody know what happens??

Showing 37,651-37,700 of 48,772 1749 750 751 752 753 754 755 756 757 758 759976