Search Type: Posts; User: MD
Search: Search took 0.02 seconds.
-
18 Apr 2012 1:16 AM
Jump to post Thread: Ext JS 4.1 RC3 Now Available by MD
- Replies
- 40
- Views
- 19,525
It'd be great to have long-standing EXTJSIV-3034 fixed as well before GA as it's still present in the 4.1.0 RC's - http://www.sencha.com/forum/showthread.php?137963 and also discussed here...
-
15 Apr 2012 9:15 AM
- Replies
- 7
- Views
- 969
Does this explain the behaviour I was seeing here?
-
15 Apr 2012 7:47 AM
- Replies
- 2
- Views
- 371
image[url] select 'image' elements that have an attribute named 'url'. So it's just selecting your image node(s), not mapping to the value of the url attribute, which I assume is what you're going...
-
14 Apr 2012 11:19 AM
- Replies
- 0
- Views
- 482
The Ext.DomQuery docs http://docs.sencha.com/touch/2-0/#!/api/Ext.DomQuery for Sencha Touch 2 describe the same Pseudo Class selectors as those available in Ext JS.
In our source XML, the... -
14 Apr 2012 9:48 AM
Jump to post Thread: Parse ISO8601 string to date object? by MD
- Replies
- 3
- Views
- 786
var dt = Ext.Date.parse('2012-01-09T22:21:53.716Z', 'c');
-
7 Apr 2012 3:39 AM
- Replies
- 10
- Views
- 1,892
Perhaps bad form, but you might want to try re-submitting it as a bug again in the Ext:Bugs subforum so that there'll at least be some hope of it getting fixed before 4.1 GA.
-
2 Apr 2012 10:32 AM
- Replies
- 10
- Views
- 1,892
According to the other post, it was classified as a bug in 4.0.2a as of late June, 2011, and now 9 months later this bug is still present in 4.1 RC1. Surely a fairly ugly styling bug like this would...
-
25 Mar 2012 10:11 PM
Jump to post Thread: x-grid-empty missing by MD
- Replies
- 3
- Views
- 861
+1
-
23 Mar 2012 10:12 AM
- Replies
- 4
- Views
- 824
Right now, the Sencha SDK Tools generate json config files for Sencha Touch 2 with the level set to 7 for Android 2.1.x.
Going by what you're saying, are we then best advised to change the default... -
9 Mar 2012 12:26 AM
- Replies
- 70
- Views
- 18,283
This is such great news -- really made my day -- thanks dongryphon and Animal! There seemed to be a lot of uncertainty and issues with respect to Grids and virtual/infinite scrolling since 4.0 and...
-
26 Feb 2012 12:28 AM
- Replies
- 4
- Views
- 1,086
I'd like to suggest/request that new release availablity be better communicated across the forums, blog, product, download pages, and the newsletter.
I check the Sencha Blog daily as part of my... -
19 Feb 2012 12:13 AM
Jump to post Thread: UI changes by MD
- Replies
- 17
- Views
- 2,034
+1 for swapping Project Inspector to the left and Toolbox to the right
-
18 Feb 2012 2:44 AM
Jump to post Thread: Can't view any content by MD
- Replies
- 10
- Views
- 1,514
The update pushed out on Feb 15th (Sencha Designer 2.0.0 beta build 268) doesn't yet appear to have autoCreateViewport enabled by default. Is that change still forthcoming, or was it decided against...
-
3 Feb 2012 5:32 AM
Jump to post Thread: Can't view any content by MD
- Replies
- 10
- Views
- 1,514
I can see this as potentially being something very puzzling for anyone not savvy with Ext JS or Designer. A resultant blank page isn't very telling, and it's not immediately obvious where and what...
-
3 Feb 2012 2:34 AM
- Replies
- 1
- Views
- 730
Sencha Designer 2.0.0 beta build 268
31328
With the 'Everything' group selected in the Toolbox, the 'Form Fields' list contains 18 items, including Multi Slider and Slider. However, these two... -
3 Feb 2011 8:30 PM
- Replies
- 34
- Views
- 7,217
I ran into this same issue today. pbaker99, could you possibly post your solution here for the benefit of everyone?
-
8 Apr 2010 2:54 AM
- Replies
- 2
- Views
- 1,690
Ok, sorted it out. By default, Ext.menu.Menu initializes an instance of Ext.menu.MenuNav which restricts tabbing and certain other keystroke events in a menu. Adding in the following override and...
-
8 Apr 2010 12:41 AM
- Replies
- 2
- Views
- 1,690
Darn, no takers on this one yet :( I've just encountered the exact same issue, having added a formpanel in the menu of a toolbar button. I tried it in 3.1.1 and 3.2.0.
Just as you described, I... -
16 Aug 2009 11:16 AM
- Replies
- 15
- Views
- 6,572
Right on! =D>
-
11 Aug 2009 9:12 AM
Jump to post Thread: Double boxWrapping by MD
- Replies
- 9
- Views
- 1,188
Thanks, Animal. I took a look back at the docs, but I don't see how that applies now because I'm no longer setting up listeners in the way I had originally -- neither in 'listeners: {}' form, nor as...
-
10 Aug 2009 1:56 PM
Jump to post Thread: Double boxWrapping by MD
- Replies
- 9
- Views
- 1,188
Thanks! \:D/
You mean {single: true} as part of the Ext.apply() like this, or?:
Ext.apply(container, {
onRender: function(container){
Ext.Container.superclass.onRender.call(this,... -
10 Aug 2009 12:06 PM
Jump to post Thread: Double boxWrapping by MD
- Replies
- 9
- Views
- 1,188
Thanks, Animal -- makes a lot more sense to me now. As you suggested, I created a little plugin. It works, but I'd appreciate any suggestions on improving it.
Ext.ns('Ext.ux.plugin');
... -
10 Aug 2009 5:42 AM
Jump to post Thread: Double boxWrapping by MD
- Replies
- 9
- Views
- 1,188
Yes, that's right. You think the two images I attached look weird? That's the effect I'm able to achieve by using two custom wraps.
Thank you for the suggestion -- I'll take a look at doing a... -
9 Aug 2009 9:42 PM
Jump to post Thread: Double boxWrapping by MD
- Replies
- 9
- Views
- 1,188
I'm having some trouble wrapping my head around doing a double-boxWrap(). I got a point in the right direction from Condor and evant in this thread:
That works perfectly fine when I'm only doing a... -
9 Aug 2009 6:17 PM
- Replies
- 3
- Views
- 1,140
Evidently, nothing! lol, wow, that's embarassing -- I'd completely forgotten that I'd previously submitted a bug report for this. My sincere apologies. :">
Condor's and evant's explanation cleared...
Results 1 to 25 of 120
