Community Questions & Answers
Moving Android App to New Account?
If I deploy my app to google play under my developer account can I later move it to my clients account?
Android Soft Keyboard Pushing Controls Up
I can't seem to figure out why the appearance of the soft keyboard whilst editing a text field on Android causes some of my controls to get pushed up the page. Is there a way to stop a view or a button from being moved up? It makes a real mess!
Shadow outside the window
Hello! I have an app, which provides Facebook-like sliding menu beneath the windows. When the user clicks the button, the frontmost window slides right, and reveals the menu. While it is slided, it had a shadow (a transparent png in a view on negative...
Accelerometer object limit move
Hi; I m developping an accelerometer application it's working fine, but my 2d object is passing through the device screen height and width. it is possible to limit the move of the object inside the device screen width and height. Thanks in...
Android Strange Bug move views
Hi, i have a view with a button - lets say at top:10 and left:10 Now i wanna move the view to the right .... - no Problem BUT the "click" event for the button still is on 10/10 and seems not to move along with the visual stuff... This doesn't...
Move recorder audio file after recording complete
Can anyone tell me what I'm doing wrong here. I get a "undefined is not a function" on the "move" line below. If I take that out and just have the sound player play the tmpFile then it plays so the sound is getting recorded, I just...
TableViewRow disable delete button on edit
I have a tableViewRow which is has the ability to change from position: ~~~ var row = Titanium.UI.createTableViewRow({ backgroundImage: "./images/priority_row_background.png", backgroundColor: "transparent", selectedColor:...
resizable rectangle view
hi, i would like to show a view that user can resize by drag the corner. someone have do it? any suggestion?
Copy or move a directory and all of it's contents inside
I need to move a folder and it's contents from resourcesDirectory to applicationDataDirectory and i was wondering if there was any way to do it by just interacting with the parent directory... ~~~ in the past i've done the same thing this way: var...
Move a view from a view to another one
Hello, I would like to move a view between views. I have two views "tagsViewOrigin" and "tagsViewDestination". There are some "tag"s in the "tagsViewOrigin", and I want them to "move" to...
How to close current window and open before one.
Hello. My app structs like this.. App.js : Ti.APP.property check (they have login information) If there are no Property, then open login window. Else open main window (auto-login) in Login window, if input the login information (id,pw) and click...
How can I move the page (window) ?
Hello. I'm making login window... and.. If I success to login (id, pw correct) I want to "MOVE" the page to app.js again... Not making a new tab...;;; How can I move the page? Is there any function?
TableView moveable on Android
It seems a 'moveable' TableView (ability to drag TableViewRows up and down I assume) is currently not supported under Android. Is this true? If so - any updates on when it'd be supported? Thanks...
How to move project to new system?
I have a titanium project that was given to me from our vendor. Problem is Titanium hard codes the path to the developer's Titanium SDK ALL OVER THE PLACE. What do I need to do when opening an iOS Titanium based project on a different system with a...
update label text cause main container mooving
Hello, I have a serious graphic problem on my app. I have a view named `label_container` with layout horizontal containing an icon on left and a label on right. label_container is added to a `main_view` with layout vertical, and is placed at the end of...
Delete and Add an Annotation Array
Hey Guys, Just wondering if anyone knew the easiest way to do this. What I am trying to do (on iPhone for right now) is do an HTTP request and get the current location of something...and then plot it to the map. I have that part working fine, but the...
touchmove limits
I have problem with a touchmove eventListener. I have an imageView that I want to scroll up and down. It containes other images inside, kind or like a gallery. But when it gets to the top I want it to stop and the same on the bottom. How can I do...
TableViewSection with the TableView moving property problems
Hi, So I'm currently using a TableView to show some data, the rows of this TableView are inside "sections". Now, I'm working on a re-ordering code module, but I've come accross a problem: Whenever I enter "moving mode" with the...
Moving row to end of previous section crashes the app
Hi, [This code](http://pastie.org/private/xzqyuhvhkb1qwqm0e0rvew) crashes in the iPhone Simulator when doing the following steps: 1. Click the "move" glyph of one of the rows from the second section. 2. Move the row to the END of the first...
Is there anyway to jump to a specific point in a textfield?
For example, I would like to move the cursor to the 3 character in the text field.
Move elements around
I'm trying to make an application where I can select one of many views and drag it around, and do a resize of the element. Then I can select one of the others views and do the same. Is this possible? Currently I have just achieved this with one element,...
Image - zoom, rotate, move (pinch/spread/rotate/swipe)
Trying to figure out how to take an image and move the image when you swipe your finger over it, zoom in on pinch, zoom out on spread, and rotate on two finger rotation. Is this possible. I can do it in XCode however the rest of my app is already created...
Android Move/Edit Rows?
I'm pretty sure Titanium doesn't support a method to easily edit or move table view rows for Android. I believe this is because Android doesn't have a similar native functionality. I'm not an Android user, so I'm not familiar with how this functionality is...
Tips or techniques for solid file handling in iPad app
Hello all, I'm building an iPad app that has file management capabilities such as copy, move, delete and rename file(s). My current functionality is this: 1. Browse and select multiple files. 2. Select a 'management' option - copy, move, delete, etc 3....
Does File.move() not overwrite existing file?
Using File.move() to move selected files from one folder to another. This works great if the file(s) don't already exist in 'target' folder. Problem is, if they do exist, nothing happens. Is it a built-in feature of the FileSystem to not automatically...
Hint: slight changing to delete/move row commands
Hi there, In testing my apps upgrade for iOS4 I noticed that a change had occurred in the methods used to control editing & moving rows in a tableview. Previously, the tableview was set as 'editable' to allow swipe to delete feature. We then used the...
Dashboard view currentPage and scrollTo
I've experienced few bugs with the Dashboard View, not saying that it doesn't work, on the contrary it works just fine but needs to be improved. The only problem I'm having with it right now is determining the currentPage and how can I change it...
Combine delete and move
Hi All, I've been working with the 1.0 release and I've run into something I'm not sure how to do. I have a tableview that I want to allow the user to both delete and move rows all from the same "edit" button in the navbar. However whenever I...
Pull down to refresh
Hey guys! I know everyone is on pins and needles awaiting the outcome of the Section 3.3.1 issue, I was hoping someone could answer this question for me. Is it possible to implement a "pull down to refresh" using a tableview (or something...
Move and animate an image by changing properties ?
Hello ! I would like to move a character, but I don't know how to do it properly. I've made this, just to move on X axis, between initial position and 50px: ~~~ chara = { interv : 0, img : Titanium.UI.createImageView({ url:'chara.png', top:280, left:20...
Moving View/animation
Hello everybody. I'm trying to move 3 views at the same time thanks to Titanium animation. Each view is a roll like a roll of film (I create a slotemachine...). The roll move from a top position to a bottom position limit, after what it must at the top...
Showing 1-31 of 31