Search Type: Posts; User: alexwebb2
Search: Search took 0.01 seconds.
-
23 Apr 2012 8:01 AM
- Replies
- 5
- Views
- 1,342
Thank you very much for not pulling one of these:
34389
[http://xkcd.com/979/]
Here's the actual override code if anyone else is interested:
Ext.define('Overrides.Ext.dom.Element', { -
12 Jan 2012 9:15 AM
- Replies
- 1
- Views
- 797
Ext.ComponentQuery.query() is an amazingly powerful and useful function. I've been using it all over the place. The only problem with it is that it's a pretty long name for something that's used so...
-
12 Jan 2012 8:08 AM
- Replies
- 5
- Views
- 840
Not sure about a fix, but you could always use name or action instead of id and access the items that way.
-
11 Jan 2012 9:20 AM
- Replies
- 5
- Views
- 1,187
I'm sure this will be fixed in the next version, but if anybody needs a fix in the meantime, here's the override:
Ext.define('Overrides.Ext.Decorator', {
override: 'Ext.Decorator',
... -
11 Jan 2012 8:51 AM
- Replies
- 3
- Views
- 847
Ran into this exact issue yesterday (in PR3) while building a TimePickerField. The problem lies in the onMaskTap function of Ext.field.DatePicker: it's always setting the initial value of the picker...
-
28 Dec 2011 6:49 AM
- Replies
- 11
- Views
- 3,311
I've seen the same weird scrolling behavior when using a carousel full of lists (i.e., each panel in the horizontally scrollable carousel contains a vertically scrollable list).
This may sound... -
21 Dec 2011 12:15 PM
- Replies
- 2
- Views
- 819
Instead of this:
this.getViewportContainer().setActiveItem(0, {type:'slide', direction:'right'}); //!@!@ overridden by view/Viewport.js
You might try this: -
16 Dec 2011 8:33 AM
- Replies
- 3
- Views
- 1,032
It's possible that the removeAll() call might be obliterating the indicator, as it does for docked items.
-
20 Sep 2011 12:21 PM
- Replies
- 5
- Views
- 3,447
Same problem as the OP. Fields are completely unusable on Android due to the keyboard scrolling effect - with *every* keypress, the screen jumps up and down several times (on Droid X with Android...
-
15 Apr 2011 7:25 AM
Jump to post Thread: [Beta3] API Doc Issues by alexwebb2
- Replies
- 63
- Views
- 7,926
This is a pretty critical error. The MVC architecture and the new guides are at the center of Beta 3, so it's a pretty big deal when the guided MVC example will not run. I spent a couple hours last...
-
7 Apr 2011 11:36 AM
- Replies
- 5
- Views
- 957
I know you guys are working hard on getting ExtJS 4.0 out the door, so it's definitely understandable. Just figured I'd give this one a kick and see what the status was. Thanks again for the quick...
-
7 Apr 2011 8:35 AM
- Replies
- 5
- Views
- 957
Still broken?
-
23 Nov 2010 12:37 PM
- Replies
- 6
- Views
- 2,300
Bobby,
Swype has been officially integrated into Android, so it's no longer a seperate app. You can enable it by going to Settings -> Language and Keyboard -> Input Method (on the Droid X, at... -
23 Nov 2010 10:22 AM
- Replies
- 6
- Views
- 2,300
More info, in case it's helpful:
I'm using a Droid X with v2.2 and the Swype keyboard. I'm able to enter whole words just fine, but it's not possible to delete them - a delete action with the... -
21 Nov 2010 7:37 PM
- Replies
- 5
- Views
- 957
Thanks for the reply. Glad to hear an overhaul is in the works - the docs are great, and better searching will allow us to make even better use of them.
-
20 Nov 2010 3:02 PM
- Replies
- 5
- Views
- 957
Description:
The Search feature for the API docs at http://dev.sencha.com/deploy/touch/docs/ is still querying the ExtJS docs, not the Sencha Touch docs.
Test Case:
Carousel returns... -
19 Nov 2010 8:04 AM
- Replies
- 1
- Views
- 1,536
http://i56.tinypic.com/2cyfvwh.png
In order to get around the issues with Ext.form.Select components on Android in v1.0, I've created Ext.ux.CustomPicker and its field wrapper,...
Results 1 to 17 of 17
