Search Type: Posts; User: hulseware
Search: Search took 0.03 seconds.
-
31 May 2012 4:10 PM
Jump to post Thread: setIconStyle and Firefox 12 by hulseware
- Replies
- 0
- Views
- 615
Has anyone been seeing problems with setIconStyle and Firefox 12? When I use a url to locate a graphic, it works fine in all the browsers. When I use a css style, it works for IE8/9, but I get no...
-
16 Feb 2012 5:20 AM
Jump to post Thread: Client-side filtered Combobox by hulseware
- Replies
- 1
- Views
- 647
If the combo box is editable, you can type in the text box. If you want to have that item entered into the pulldown list for future use via selection, you need to take the getRawValue data, create a...
-
16 Feb 2012 5:04 AM
- Replies
- 1
- Views
- 409
When I expand a tree node, I'd like to use one of the modifier keys to signal that I want to fully expand the full subtree instead of just one level at a time. So I have a BeforeExpand listener set...
-
16 Feb 2012 4:51 AM
- Replies
- 4
- Views
- 1,107
I had a similar problem - you don't get the expander on the tree node without a child. So on those nodes that I know need future expansion, I add a child node with the name field of Expanding... and...
-
15 Oct 2010 3:10 PM
- Replies
- 3
- Views
- 3,090
We see a similar error intermittently and occasionally on both 2.1.3 and 2.2.0. Does anyone know where this might be coming from? It always seems to clear with a refresh of the browser window.
I... -
13 Oct 2010 3:21 AM
Jump to post Thread: ComboBox missing scrollbars by hulseware
- Replies
- 6
- Views
- 1,490
My problem turned out to be my upgrade from 2.1.3 to 2.2.0. When I upgraded, I forgot to copy the resources directory from the distribution into my public area, so my css files and various images...
-
4 Oct 2010 6:02 AM
- Replies
- 9
- Views
- 1,732
When I upgraded, I had forgotten to copy the contents of the resource directory into my source tree. Once I did that and rebuilt the GXT app, the problems all went away. Sorry for not putting the...
-
22 Sep 2010 3:47 AM
- Replies
- 1
- Views
- 1,208
I have noticed that FormPanel.getFields() does not scan a MultiField for all of its contained Field objects. It only ever sees the first Field added to it. Is this an intentional behavior or an...
-
19 Sep 2010 6:00 AM
- Replies
- 9
- Views
- 1,732
Here's my test program. This demonstrates both problems on my system. You referred to upgrading the resources - I'm assuming that means overlaying my public area with everything in the resources...
-
18 Sep 2010 1:39 PM
Jump to post Thread: ComboBox missing scrollbars by hulseware
- Replies
- 6
- Views
- 1,490
in 2.2.0, I have lost scrollbars on my ComboBox Fields. Even when I put this chunk of code into one of my screens (basically the code from the showcase), I don't get scrollbars on the list even...
-
18 Sep 2010 12:45 PM
- Replies
- 9
- Views
- 1,732
In 2.2.0, if a ComboBox has a large enough maxHeight to make the list move from the bottom of the text field of the combo box, all the user gets is a drop shadow where the list should appear. When I...
-
18 Sep 2010 12:30 PM
- Replies
- 4
- Views
- 1,624
We have a code freeze coming up in the next couple of days. I'll be able to try to build a small sample after that
-
14 Sep 2010 4:36 PM
- Replies
- 4
- Views
- 1,624
Of course, I couldn't come up with a trivial example, but in doing so, figured out that a getView().refresh(true) call in the resizing event code for my EditorTreeGrid subclass was the culprit....
-
14 Sep 2010 7:35 AM
- Replies
- 4
- Views
- 1,624
I had code that was properly adjusting my TreeGrid sizes within it's parent ContentPanel that was working with GWT 2.0.3 / GXT 2.1.3. When I upgraded to GWT 2.0.4 / GXT 2.2.0, the expanders work...
-
2 Sep 2010 4:48 AM
- Replies
- 3
- Views
- 1,316
What are you planning to go away from? Field objects? Or the restriction that they are parented by a FormLayout in order to be rendered properly? We're using Field objects very heavily and before we...
Results 1 to 15 of 15
