Community Questions & Answers
keyboardToolbar goes missing in textField within a tableView
I want to create a TableView with a TextField within where the user will not have buttons to add or delete rows. A new row will be automatically added if some text is typed in the last row and will be deleted if the TextField is empty. There will always be...
bug:cannot set keyboardToolbarHeight of a textArea
Here is the code: ~~~ var textfield = Titanium.UI.createTextField({ color:'#336699', value:'Focus to see keyboard w/ toolbar', height:35, width:300, top:10, borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED, keyboardToolbar:[flexSpace,camera,...
scroll view & animation
Hey all. I have a TextArea, attached to a KeyBoardToolBar, all on a ScrollView. With me so far? Ok, The text area gets focus the keyboard slides up, the textarea slides up as well and the world is good. However, when the done button on the keyboard is...
Keyboard Toolbar - Buttons Go Missing
Hi All, I am having some issues with buttons on keyboard toolbars. I have a window with 6 text fields on it. Each textfield has a keyboardToolbar that has two buttons on it. All works well, until I start to tap through the fields. After a few taps of...
iOS TextArea.keyboardToolbar orientation bug
I've got a TextArea with a keyboardToolbar set. Whenever the device is rotated, the height of the toolbar gets reduced. It stays reduced even when rotated back to the original orientation. This happens whether or not an explicit keyboardToolbarHeight is...
KeyboardToolbar animation unattached to keyboard?
Let me just show you a screenshot to help you picture the problem:  When people type using this keyboard, they're enabled to set the budget...
Keyboardtoolbar - textfield focus
I have a textfield that when clicked, opens the keyboard with my custom keyboardtoolbar. The toolbar also includes a textfield. What I want to do is set the focus on the textfield inside the keyboardtoolbar when it pops up. however, calling focus() on my...
Showing 1-7 of 7