Search Type: Posts; User: BarryN
Search: Search took 0.01 seconds.
-
21 Sep 2012 12:17 PM
Jump to post Thread: Nexus 7 Softkeyboards not working by BarryN
- Replies
- 3
- Views
- 668
I can confirm my app exits when attempting to enter numbers into a Ext.field.Text input box. After the 4 or 5 numeric characters the app dies. Non-numeric chars seem to work.
All other app... -
1 Feb 2012 10:30 AM
Jump to post Thread: Panel reuse by BarryN
- Replies
- 2
- Views
- 437
Don't need to hide because the panel is overwritten with a new panel.
But do need to show it again.
// Original panel with ajax call
var viewport = new Ext.Panel({
fullscreen: true, etc., ... -
1 Feb 2012 8:45 AM
Jump to post Thread: Panel reuse by BarryN
- Replies
- 2
- Views
- 437
I have a panel with button. One button does ajax call which creates a new panels with buttons. So far so good. Now, one of the new button should display the original panel.
// Original panel
var... -
31 Jan 2012 6:06 AM
- Replies
- 3
- Views
- 919
Thanks sasha. The short way worked.
-
30 Jan 2012 5:28 PM
- Replies
- 3
- Views
- 919
Hi,
I have a seemingly simple requirement to grab the text of a dockedItem's item's textfield value. I.e, what the user has entered in an input box.
The handler is an ajax call. How do I access... -
30 Jan 2012 2:22 PM
- Replies
- 0
- Views
- 498
Hi,
I have a seemingly simple requirement to grab the text of a dockedItem's item's textfield value. I.e, what the user has entered in an input box.
The handler is an ajax call. How do I access...
Results 1 to 6 of 6
