Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
502 views

Titanium appcelerator image view load event listener not working with android

i have an image view, when the image loads i want to make an action, for example an alert.I'm using eventListener method to implement this. here's my code imageView.addEventListener('load', ...
3
votes
2answers
361 views

Appcelerator. Handle memory usage. Best practice

Titanium SDK version: 1.7.0 iPhone SDK version: 4.2 I am developing an iOS app and I monitor the memory usage for each window And it keeps decreasing for every screen. What is consuming memory in ...
3
votes
3answers
749 views

How to create a star rating control for an iPhone app using Titanium?

I'm building an iPhone app using the Titanium framework. I need a 5-star rating control in my app, just like the one found in the app store. As a temporary solution I'm using the slider for adding a ...
3
votes
3answers
4k views

Titanium Appcelerator back button closes my window

I'm working on building my first Android app on Titanium. I have an RSS feed loading on the first window, then after clicking a link from the rss list, I create a new window and display the full ...
2
votes
1answer
14 views

Titanium: How to close TabGroup within its Tab?

How can I close the TabGroup within one of its tab ? I want to close the tabGroup on a button click (Log out button) and want to display a window without the tab group. I know how to display a ...
2
votes
1answer
38 views

Appcelerator: How to upload a video using android?

I got iphone/ipad to work fine with the Titanium.Media.showCamera() function. Which is great. However the same code doesn't work on android like I expect. So I did some research and came up with this ...
2
votes
1answer
62 views

Convert Titanium Application into Module

I have implemented Pull to refresh functionality in my android application, its works fine. Now I want to convert this functionality as a module. How can I do this?,Thanks in advance. I am using ...
2
votes
0answers
159 views

Titanium create calendar event

I am trying to create calendar event in my Titanium App for Android Platform. For that I am using below code, It does't give any error also didn't to create any calendar events var calendars = ...
2
votes
2answers
387 views

Bug in appcelerator titanium : nested push animation can result in corrupted navigation bar

I am getting the following message in the logs and a buggy navigation group 2011-10-27 21:41:21.575 bugtitanium[15903:207] nested push animation can result in corrupted navigation bar 2011-10-27 ...
2
votes
2answers
2k views

How to simply handle orientation changes?

I'm not talking about doing anything fancy. I'd just like the standard windows and views to rotate when the user rotates the device.
2
votes
0answers
263 views

Why GAE ChannelAPI Socket.open() fails?

We are using Channel API on our website and it works very well on desktop and mobile site (iPhone/Android). But the same code fails silently on Socket.open command in our mobile app (built with ...
2
votes
1answer
180 views

google calendar api - getting undefined for output for gd$where

i'm able to parse in and display data for all pieces of my code except in this line " where: " + e.gd$where.valueString + // < this line is displaying undefined here is the code block that is ...
1
vote
0answers
32 views

Appcelerator Titanium error message on closing iOS simulator

After I click 'Stop' button in Appcelerator Titanium IDE I get the following message: close failed in file object destructor: With no further explanation. Anybody knows what is that? I just ...
1
vote
1answer
35 views

Pass ASP.NET authentication ticket to & from Appcelerator Mobile App

Looking to integrate a login page in an Appcelerator mobile app with ASP.NET membership. A particular aspect I am looking at is how to keep the user logged in between mobile app sessions, i.e. after ...
1
vote
1answer
56 views

tableView filled with database information

I'm building a calander app for Android in appcelerator, but now I'm having some problems getting the information from a database into a tableView. I'm new at appcelerator and have some questions. I ...
1
vote
1answer
115 views

'Error loading path' with 'url' in createWindow

I have this code in app.js: var login = Ti.UI.createWindow({ url: 'controllers/loginController.js' }); login.open(); In the Titanium documentation, it says this about the url property: ...
1
vote
1answer
229 views

How to Call a WebService in titanium using javascript

I am new to titanium and and want to call a web service from my titanium app. The webService returns the json response. As I am aware of calling the webService using XMLRPC but very confused regarding ...
1
vote
2answers
154 views

java.lang.OutOfMemoryError: bitmap size exceeds VM budget in Appcelerator Titanium

In my Application I have used lots of images on TableView Listing, So that I am getting java.lang.OutOfMemoryError: bitmap size exceeds VM budget also my application crashed in android emulator. ...
1
vote
2answers
192 views

Unable to Create new project in Titanium Studio on Windows 7

I have installed Titanium Studio in windows 7 (64 bit), but I cant able to create new projects. While creating new project I am getting following error Traceback (most recent call last): File ...
1
vote
2answers
376 views

In appcelerator/titanium mobile, when using local html in a webview, how do I load an image from, and reference, the application data directory

In a local html file, that is displayed in a webview, I want to be able to call an image from the application data directory. I have tried several src options in my html, but none seem to work. I am ...
1
vote
1answer
181 views

can't use the camera in Titanium

In my Titanium application I need to take pictures from camera, while invoking the camera action I am getting following error Permission failure: android.permission.CAMERA from uid=10037 pid=407 ...
1
vote
1answer
132 views

Error with required module, argument size must be >= 0

I am developing a mobile application using Appcelerator and am including some configuration functions using commonJS. The code that I am running is as follows: app.js var well = {}; well.config = ...
1
vote
0answers
74 views

Appended row in table view of mobile application must retain permanently (titanium)

I am using titanium for developing Android application. I am using following code for displaying data and using table view.When I click on comment_btn a new row get appended in table view.it works ...
1
vote
2answers
261 views

Titanium popover not working

i'm trying to use the "Popover " functionality in the titanium. i went throught the kitchensink and built a code in my application but some how i'm getting this error: Result of expression ...
1
vote
0answers
148 views

Titanium appcelerator Android Drill down

I am having difficulties to find a way to drill down my tableview created for Android. I have 2 or 3 levels of data and I see its not working the same way as for iOS so my question is how the hell to ...
1
vote
0answers
107 views

Fluid layout for android

I'm targeting android but I don't know how to layout the UI so it works for all devices. How do I do this? I have a TextField with a Button for searching and the search results are displayed below in ...
1
vote
2answers
489 views

Titanium: How to to display text and images together inline in a tableview?

What I have is an XML feed of data that are basicly like facebook wall posts. The posts themselves contain text with interspersed images and video links. Now I can parse (using regex) all the links ...
1
vote
0answers
214 views

unable to launch kitchen sink app in titanium studio

Im attempting to take a look at the kitchen sink app example through titanium studio and everytime I attempt to open and run the project it tells me git.exe has stopped working and shuts down, theres ...
1
vote
0answers
68 views

Appcelerator. Insert index value into array access fails

I am developing an iOS app using Appcelerator. I got a table and on each row I got a property that holds the index for that row (position: i). I am sending this property along into the edit window so ...
1
vote
0answers
160 views

Appcelerator. Update table with JSON data without refresh

I am developing an iOS app using Appcelerator. I got a table on one window which contains six sections. Every section contains one or more items (rows). When a user clicks a row she is forwarded to ...
1
vote
1answer
487 views

Titanium Mobile and Google Maps

Can you use the google map API directional services in Titanium? And if not what can I use instead of it?
1
vote
0answers
155 views

Assets folder in Titanium

I wrote a module that creates a cameraview overlayed with an imageView to shoot the photo, my problem is that since i can't pass the image in the "res" folder i need to place it in "assets", in pure ...
1
vote
1answer
831 views

How to deploy apps made by titanium studio? In both app store and android market. What are the things to do for that?

I am new to Titanium studio. I was working in X-code before this. I have some questions to be asked. If my questions are cleared, then I would like to purchase a membership from Appcelerator for ...
1
vote
1answer
231 views

Setting a Recurring Event using Appcelerator Titanium

I've got an app I'm building using Appcelerator Titanium that will be a combination alarm clock/url fetcher. The part I'm having problem with is that I need to be able to set a time for the app to go ...
1
vote
1answer
476 views

Compile Appcelerator titanium app with native Google Maps MapActivity

Actually, I can open a native Activity from titanium framework but, when I switch it to a MapActivity with a MapView, I get a hundred errors on references to Google Maps classes as follows: [ERROR] ...
1
vote
0answers
102 views

Appcelerator. Dynamic options dialog from array

Titanium SDK version: 1.7.0.RC1 iPhone SDK version: 4.2 I am developing an iOS app in Appcelerator that fetches tweets from twitter and inserts them into a table. For each tweet I am extracting the ...
1
vote
3answers
372 views

What unit of measurement is Titanium Mobiles “font-size”?

Trying to find what unit of measurement Titanium uses for defining the font size in mobile applications. Want to match it up to Photoshop for mockup purposes.
1
vote
2answers
830 views

Titanium: iPhone app to android problems

I have created an iPhone app which works perfectly smooth on my simulator. Now I try to deploy it on an android device (i've tried it on the simulator and also on an android device) and my app runs ...
1
vote
2answers
53 views

Non browser JS library

I'm using Appcelerator Titanium but I want a good JS library to help with object and array manipulation. A cut down version of dojo or jQuery with out references to window, navigator or the DOM would ...
1
vote
1answer
119 views

why is my titanium application going into infinite loop wer it works fine in the iphone?

i'm starting up in titanium and i successfully created an app, or i thought so.... i launched application in iphone and the code is working fine with no issues. but wen i deployed the appin android ...
1
vote
1answer
421 views

How to save data or a set of lists in the application using titanium?

i'm trying to save a list of data into the application wen ever i want to save a list that has come from internet. i'm not saying like a bookmark it's like keeping or saving all the lists that i ...
1
vote
2answers
424 views

Appcelerator Titanium startMonitoringForRegion

I am using Appcelerator Titanium for building my mobile app(iphone + android). I found titanium.geolocation in their documents , but I couldn't find any method such as "startMonitoringForRegion" or ...
1
vote
2answers
219 views

Breaking from default behavior of TabGroups and new windows

Typically, opening a window in a tab is pretty straighforward Ti.UI.currentTab.open( Ti.UI.createWindow( {url: 'foo.js'} ) , {animated: true } ); However, this initiates the "navigation ...
1
vote
1answer
414 views

How to handle sub-content in tabGroups in Titanium Mobile

What is the designated way to handle alternating content in the active tab of a tabGroup? In my case I have a tableview with a toolbar on top, and when a row is clicked, I'd like to switch the content ...
1
vote
1answer
2k views

What to do about “Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.”

I'm writing an iPhone app using Appcelerator Titanium Mobile. I am hiding and showing the tab group based on what window has focus. dashWin.addEventListener("focus",function(e) { if ...
1
vote
1answer
399 views

How to track database changes on local SQlite before updating web database

I am developing a mobile application and I am not sure how to do this. I am going to use Appcelerator Titanium for iPhone. I don't want the user to make calls to online database whenever there is a ...
1
vote
1answer
443 views

Why does this Appcelerator code work on iPhone but not on Android?

I am using Appcelerator Titanium and the code below works fine on iPhone but not on Android and I am unable to find out why. Can anyone help? It fails with the following error: TypeError: Cannot ...
1
vote
1answer
493 views

Appcelerator:Finding current position of Image

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 ...
1
vote
1answer
409 views

Appcelerator custom module receiving callback for onActivityResult

I'm trying to create a custom module in Appcelerator for the new Square API for Android. I have everything the way I want it, but the main problem is that I want to be able to notify the caller that ...
1
vote
2answers
2k views

Titanium.UI.currentTab.open duplicating windows / window not closing?

I'm developing an iPhone app at the moment using Appcelerator Titanium which has 3 tabs in a tab group. My app.js can be found here: http://pastie.org/private/zoignwv05l9t6pbrfm01dw In the 'Company ...

1 2 3 4 5