Search Type: Posts; User: negge
Search: Search took 0.02 seconds.
-
5 Feb 2012 1:03 PM
- Replies
- 0
- Views
- 664
I have a Grid inside a FieldSet. On some user events, the number of items visible in the grid is changed (via a custom StoreFilter). The problem is that the FieldSet/Grid does not expand or shrink...
-
15 Apr 2009 3:44 AM
- Replies
- 1
- Views
- 1,187
When calling setFireChangeEventOnSetValue on a RadioGroup (or any MultiField), the fireChangeEventOnSetValue of each of the items in Fields should be updated. Otherwise, no ChangeEvents are sent to...
-
15 Apr 2009 3:40 AM
- Replies
- 1
- Views
- 795
I am seeing this error when I remove a model from a store using a SelectionListener on a Grid:
[ERROR] Uncaught exception escaped
com.google.gwt.core.client.JavaScriptException: (TypeError):... -
19 Mar 2009 7:02 AM
- Replies
- 1
- Views
- 1,729
The refresh button is missing the icon on the PagingToolBar in svn version r1348. The button still clicks and works, but it is invisible until you mouse over it.
Nathan -
19 Mar 2009 6:53 AM
Jump to post Thread: [r1348] JavaScript bug by negge
- Replies
- 3
- Views
- 1,602
I reported this bug to sven on #extgwt who claimed it was fixed in svn. I get the bug in both IE6 and FF3.
Nathan
[ERROR] Uncaught exception escaped... -
19 Feb 2009 12:55 PM
Jump to post Thread: [CLOSED] [2.0 Trunk] css not found by negge
- Replies
- 12
- Views
- 3,134
I am also on trunk and have managed to move to 1.6 M1. Is there any word on when the css will be back? I don't mind muddling through the trunk while under development, but I'm waiting on HtmlEditor...
-
6 Feb 2009 9:10 AM
Jump to post Thread: [r1230] Grid.reconfigure() hangs by negge
- Replies
- 0
- Views
- 934
I am trying to load a grid with different stores based on what object the user clicks on. When I call grid.reconfigure() with the new store, the grid control loads the new store and shows a loading...
-
27 Jan 2009 8:16 AM
- Replies
- 5
- Views
- 2,212
Hi Sven,
I just pulled down r1205 and tried it against that. It is a little better, but I am still seeing the issue. Basically, when I remove all of the children from Alexandria, and then... -
27 Jan 2009 7:44 AM
- Replies
- 5
- Views
- 2,212
Hi Sven,
I am on the trunk, and I did notice that the test case I gave you did in fact work. Here is what you need to do to reproduce the issue:
1) Remove all the items under Alexandria (the... -
27 Jan 2009 6:37 AM
- Replies
- 5
- Views
- 2,212
I have a project where I am adding and deleting items from a Tree. When I remove the last child, the parent node turns into a leaf (and the expand/collapse control disappears). However, when I then...
-
26 Jan 2009 1:19 PM
- Replies
- 2
- Views
- 2,194
Thanks Sven, that fixed it.
-
26 Jan 2009 9:58 AM
- Replies
- 2
- Views
- 2,194
I have a LoginDialog fashioned after the Mail sample where pressing enter submits the form. When I run the application in IE (either in hosted mode or compiled mode) I get double submit events. ...
-
21 Jan 2009 11:12 AM
- Replies
- 0
- Views
- 665
There are some issues with when and where the "my-tree-drop" style is removed from a Tree on DND. For example, if I have Feedback.BOTH and grab node and try to drop it on its parent, the current...
-
21 Jan 2009 2:40 AM
- Replies
- 0
- Views
- 846
Found this while looking for something else, not sure what the intent here is.
@Override
protected void onDragMove(DNDEvent event) {
if (!event.within(grid.getView().getBody().dom)) {... -
21 Jan 2009 2:25 AM
- Replies
- 10
- Views
- 2,107
Excellent, then I won't have a collision when I svn up :)
This probably also fixes the issue in this thread http://extjs.com/forum/showthread.php?t=56193 -
21 Jan 2009 2:23 AM
- Replies
- 14
- Views
- 3,352
GXT Dev,
Sven gave me a clue as to what is wrong in the other thread. Try applying the patch I posted there and see if it fixes your issue.
Nathan -
21 Jan 2009 2:21 AM
- Replies
- 10
- Views
- 2,107
Sven,
Thanks for confirming this issue and the fix. I went ahead and removed those three lines and tested my code and it works fine. Thanks for your help.
Nathan
Index:... -
20 Jan 2009 10:56 PM
- Replies
- 10
- Views
- 2,107
I did a little snooping around and it looks like the reason the tree is not expanding is that line 137 of TreeDropTarget.handleAppend calls item.setExpanded(true); and line 615 of...
-
20 Jan 2009 6:42 PM
- Replies
- 1
- Views
- 1,260
Here is a complete example that shows the issue.
Nathan
package com.nathanegge.gxt.client;
import com.extjs.gxt.ui.client.Style.Scroll;
import com.extjs.gxt.ui.client.binder.TreeBinder;... -
20 Jan 2009 6:36 PM
- Replies
- 14
- Views
- 3,352
Since this thread is marked [FNR] I made a new thread for the similar issue that exists when a non-asynchronous TreeLoader is used. It can be found here:
... -
20 Jan 2009 6:33 PM
- Replies
- 10
- Views
- 2,107
The original thread where I posted this issue was marked [FNR] yet the bug still exists. Here is a full example that demonstrates the issue. Simply try dragging the node VA onto the node MD before...
-
17 Jan 2009 6:08 AM
- Replies
- 3
- Views
- 1,338
Sven,
I was using the trunk (subversion revision 1181 to be specific). I spoke with Darrell on IRC yesterday and he fixed the issue in r1185.
Thanks,
Nathan -
15 Jan 2009 10:45 AM
Jump to post Thread: Ext GWT IRC (#extgwt freenode) by negge
- Replies
- 6
- Views
- 11,934
The IRC channel is dead these days. Has it moved or is there some other place users congregate?
-
15 Jan 2009 7:12 AM
- Replies
- 14
- Views
- 3,352
I am using the trunk [r1181] and can reproduce this error when my Tree is not asynchronously loaded.
Nathan
DataReader<List<MyModel>> treeReader=new DataReader<List<MyModel>>() {
... -
15 Jan 2009 6:48 AM
- Replies
- 0
- Views
- 556
DataReader<List<MyModel>> treeReader=new DataReader<List<MyModel>>() {
@SuppressWarnings("unchecked")
public List<NavigableModel> read(Object _config,Object _parent) {
if...
Results 1 to 25 of 51
