I'm using GXT 4 and can't get radio buttons to display the clickable button - I only get the text label.
My application has been upgraded from GXT 2 and they were fine in that version.
I've...
Type: Posts; User: AndreV
I'm using GXT 4 and can't get radio buttons to display the clickable button - I only get the text label.
My application has been upgraded from GXT 2 and they were fine in that version.
I've...
In my GXT 2 app I embed a hyperlink in some grid cells in order to open a URL in a new browser tab in response to a cell click.
However, following an upgrade to GXT 4.x this no longer works - I...
I want to format some of the entries in the To list of a DualListField to display them in bold.
This was pretty simple in GXT 2 as I used ListField.setDisplayField for the To list and the...
The problem seems to be that the generated theme jar doesn't contain the class files - I think that's why those imports are failing. If I extract the Triton theme and rebuild a jar from that, the...
Just remembered something...
I created some custom appearance stuff some time back (so far back I'd forgotten all about it), and this appears to relate to those changes.
I appearance class I...
I've followed the steps to modify and build a theme based on Triton but am getting compilation issues. I suspect I've done something wrong so any pointers would be much appreciated.
I've unzipped...
I'm trying to import the Executive Dashboard project using IntelliJ but not getting too far.
I've downloaded the files locally and created an IntelliJ project from Maven. I'm new to Maven and am...
I'm upgrading my GXT app from GXT2 to GXT4 and using an accordian layout in the WEST panel of my Border Layout.
The layout gets initialised as part of the onAfterFirstAttach event and this...
Thanks Brandon - appreciate your help.
-Andre
Sure - I'm [email protected] - but I have it now.
Thanks anyway.
-Andre
Thanks for the reply Brandon but I think I may be able to obtain it from a colleague. Will create a ticket if I still need it.
Regards - Andre
I'm struggling to locate GXT 2.3.0 - Anybody know where I can find this? Or 2.3.1 which I guess is compatible?
Thanks.
Thanks for the input - much appreciated.
I guess I need to start looking to convert my app to a later version of GXT - I thought version 4 was slated for later this year but not sure if that's...
I'm a bit (quite a lot actually) confused by recent talk of a lack of browser support for GWT Dev Mode and the need to move to Super Dev Mode. I'm hoping I can keep my head in the sand and ignore it...
That seems a bit better than handling in the viewport events.
I can handle the move away condition reliably now but the browser close still fails to complete.
I tried using the setMessage to...
When the user closes the browser or navigates away from the page I need to make a server call to log the user off.
I've attempted to do this in the viewport onUnload and also on the Detach event....
I'm trying to work around this but it's proving very difficult.
It's looking like a bug in the GXT codebase to me. The funtion deferStartEditing in the class EditorSupport is always called with a...
If I page down in my live grid and update a cell with a text editor, the change doesn't display in the cell when I complete the edit.
However, if I page up I see that the corresponding row on the...
Resolved this now. Appropriate use of applyEmptyText and removeEmptyText appears to do the trick.
I have a multi-select combo which uses a ComboBox and CheckBoxListView. When selections have been made in the list the combo's text field is updated from the collapse method by calling setRawValue.
...
Sorry ignore this - I had an error elsewhere in my code - so the setChecked(false) is working as expected.
If there's a better way to uncheck all items then please let me know, otherwise ignore...
I'm trying to clear all selections from a CheckBoxListView but not having much joy.
I can't find a simple way of doing this but thought I'd be able to do it by calling listView.setChecked(d,...
Thanks for that - I actually used deselectAll which does just what I need.
Cheers
I want to remove the highlight from a grid row when a highlighted row is clicked a second time.
I thought I could do it with the following code -
...
Any ideas on this one please?