Search Type: Posts; User: SimonDeNooij
Search: Search took 0.01 seconds.
-
18 Mar 2013 5:02 AM
- Replies
- 2
- Views
- 172
Thanks, that works!
-
15 Mar 2013 4:06 AM
- Replies
- 2
- Views
- 172
The following code does not work in 4.2 but in 4.1 the last alert shows "Value A".
var col = new Ext.util.MixedCollection;
col.add("B", "Value B");
col.add("A", "Value A");
alert(col.get(0));... -
15 Nov 2012 2:11 AM
- Replies
- 4
- Views
- 3,333
Saki, has this bug been fixed in 3.4? I've just updated a legacy application to 3.4 for IE9 support and this bug seems to be still present...
-
24 May 2012 5:29 AM
- Replies
- 1
- Views
- 432
REQUIRED INFORMATION
Ext version tested:
Ext 4.1 rev 0
Browser versions tested against:
IE9 Chrome17
DOCTYPE tested against: -
17 Apr 2012 7:53 AM
- Replies
- 2
- Views
- 455
In Ext 4.1x:
When animCollapse=true on a collapsed Ext.panel.Panel in a BorderLayout, an expand will cause 3 resize events to be fired for the Center Panel. (see code below). The first event has... -
24 Feb 2010 3:12 AM
- Replies
- 8
- Views
- 1,942
18909
18910
18911
18912
Ext version tested:
Ext 3.1.1 -
9 Dec 2008 6:21 AM
- Replies
- 2
- Views
- 1,865
tbseparator does not respond well to the setVisible method.
reproduce:
create a toolbar
place a tbseparator on it
try to hide it using the setVisible method (or hide or show)
regards, -
24 Oct 2008 12:19 AM
- Replies
- 18
- Views
- 5,981
Thanks for sorting it out! I hope this makes it into the next Ext release, I allready changed the design of our app to avoid this problem and am now too time-pressed to incorporate this solution, but...
-
17 Oct 2008 2:29 AM
- Replies
- 18
- Views
- 5,981
Ok, but the question remains? will it be solved in the near future?
-
5 Sep 2008 2:46 AM
- Replies
- 18
- Views
- 5,981
Are you planning to solve this bug in the near future? It prevents me from using this otherwise very sex feature (:|
-
4 Jul 2008 4:14 AM
- Replies
- 1
- Views
- 791
It seems that rebuilding the ext-all.js and ext-base.js also did the trick for this problem. (see http://www.extjs.com/forum/showthread.php?t=40217)
-
4 Jul 2008 1:29 AM
- Replies
- 1
- Views
- 791
If a combobox is placed on a normal (non-form) panel it doesn't always display correctly in IE7. The pulldown button is one pixel up (or the text field one pixel down). In Firefox it displays...
-
1 Jul 2008 7:40 AM
- Replies
- 18
- Views
- 5,981
Anything to get it solved :)
-
30 Jun 2008 12:31 AM
- Replies
- 18
- Views
- 5,981
Sizing of 'preview' panels (panels that aren't permanently expanded but 'previewed' by clicking in the header area) is not right.
It can be shown with the complex layout example on your web site:... -
10 Apr 2008 1:34 AM
Jump to post Thread: Update button text by SimonDeNooij
- Replies
- 3
- Views
- 934
Thanks, but I did find that method. I was just wondering why the apply method doesn't update the component. In that way you could update Components in a more generic way.
(btw, I just started... -
10 Apr 2008 1:10 AM
Jump to post Thread: Update button text by SimonDeNooij
- Replies
- 3
- Views
- 934
How do I dynamically update the text of a Ext.Button?
I have the following code:
Ext.onReady(function(){
var myButton = new Ext.Button({text:"initial text"});
...
Results 1 to 16 of 16
