Search Type: Posts; User: glenn
Search: Search took 0.01 seconds.
-
16 Jan 2009 1:02 PM
- Replies
- 60
- Views
- 49,048
Nothing wrong with borrowing code Saki - I do it from you all the time ;)
No I haven't tested cross browser, but there seem to be some respectable folks who claim to have done so:
... -
15 Jan 2009 8:05 PM
- Replies
- 60
- Views
- 49,048
Saki (et al) this is great!
I thought Ext.apply() did a deep copy until I started getting some weird problems and a quick check of the source code shows it only goes one level deep. Some warnings... -
12 Jan 2009 12:59 PM
- Replies
- 4
- Views
- 1,029
Eccehomo - sorry that didn't work - but thanks anyway.
Mystix - thanks for pointing that out to me. I was grepping for 'visible' in the docs.
Unfortunately it doesn't fix the problem of the... -
11 Jan 2009 7:56 PM
- Replies
- 4
- Views
- 1,029
Hi folks,
I want my Ext.form.ComboBox to be initially invisible and then dynamically appear when required. Currently I'm doing this by creating the widget and then using the setVisible() method.... -
7 Jan 2009 2:38 AM
Jump to post Thread: [2.2][FIXED] Ext.onReady and onLoad by glenn
- Replies
- 124
- Views
- 107,126
Thanks for the super quick response Evan
That's the one I did apply. It's really good to know that it will be in the next release. It's also heartening that nobody has been reporting issues with... -
7 Jan 2009 1:09 AM
Jump to post Thread: [2.2][FIXED] Ext.onReady and onLoad by glenn
- Replies
- 124
- Views
- 107,126
Hi guys,
I've read this thread all the way through a few times and can't figure out if Doug's solution or Brian's solution is the way to go so I've tried both and still have problems with an... -
22 Dec 2008 10:06 PM
Jump to post Thread: An ExtJs Designer for Eclipse by glenn
- Replies
- 23
- Views
- 55,798
This is a very handy tool David.
I see that you sensibly sidestepped the gnarly graphical issues by drag and drop to the tree then rendering afterwards.
The upcoming GUI tool in Ext 3 doesn't... -
19 Dec 2008 1:54 PM
- Replies
- 12
- Views
- 3,483
Thanks everyone.
It's interesting (and valuable) to learn about the subtleties of child components, but I don't think your average programmer would appreciate the differences. To avoid unnecessary... -
19 Dec 2008 1:25 AM
- Replies
- 12
- Views
- 3,483
Here's some code that demonstrates the two techniques:
var MyWidget = function(){
var myConfig={
buttons: [
this.thisButton = new Ext.Button({
text:... -
18 Dec 2008 6:15 PM
- Replies
- 12
- Views
- 3,483
Maybe I'm using the wrong terminology, but don't they get used in the id= field of the element that is rendered? I suppose that doesn't mean that elements not rendered by Ext components will be...
-
18 Dec 2008 12:04 AM
- Replies
- 12
- Views
- 3,483
A lot of Ext examples use Ext.getCmp (AKA Ext.ComponentMgr.get) which returns an Ext.Component for a given DOM id.
I'm worried that this approach is going to lead to problems where the component... -
17 Dec 2008 9:19 PM
- Replies
- 0
- Views
- 1,500
If you pass an empty items array to an Ext.Container constructor it will fail. Firebug simply reports the error as "comp is undefined" and this problem can be quite hard for the programmer to track...
-
7 Apr 2008 10:05 PM
- Replies
- 9
- Views
- 3,196
Does anyone know how to do this? I have a similar problem. If my data load fails initially I have to then destroy the whole TreePanel in order to set a new root node, which is less than ideal. I can...
-
4 Feb 2008 10:15 PM
Jump to post Thread: Disable drag and drop of treenodes by glenn
- Replies
- 1
- Views
- 994
Kind of obvious really
The enableDD item is for "enable Drag and Drop" - just make it fals or remove it from the config.
It's wonderful how much just sending a forum post focuses the mind ;) -
4 Feb 2008 10:00 PM
Jump to post Thread: Disable drag and drop of treenodes by glenn
- Replies
- 1
- Views
- 994
I've been playing around with the excellent TreePanel examples like this one:
But I can't figure out out to turn off drag and drop of the tree nodes. I've read the docco but I'm clearly missing... -
20 Aug 2007 6:58 PM
Jump to post Thread: Resize column problem by glenn
- Replies
- 3
- Views
- 1,113
Yes I have this problem as well and I see it in IE6 and IE7, but as you say not FF
I can make the problem "go away" by making sure the grid is not inside a table, but it's not 100% satisfactory.... -
8 Aug 2007 2:21 AM
Jump to post Thread: Grid form by glenn
- Replies
- 0
- Views
- 1,591
Hi folks, another newbie here
I wanted to have an editable grid appear within a dialog with no special layout requirements. I couldn't find an example that did what I want, but after quite a bit...
Results 1 to 17 of 17
