Search Type: Posts; User: jadrake75
Search: Search took 0.03 seconds.
-
7 Apr 2013 9:13 AM
- Replies
- 1
- Views
- 133
Ok, I may have found a cleaner work-around using the filters afterall. What I did is:
in my controller call
store.clearFilters(true);
store.filter({property:'$filter', value:... -
7 Apr 2013 8:23 AM
- Replies
- 1
- Views
- 133
So I ran across something that I solved but I am not sure what I did was any more than a "hack" and I would be interested in knowing how others might solve it.
My REST based web services use... -
3 Mar 2013 9:40 AM
- Replies
- 1
- Views
- 125
I noticed that EXT-JS checkboxes when rendered with a name set were not outputting a name value in the input control. While they were posting successfully, the lack of the name makes it rather...
-
22 Dec 2012 5:40 PM
- Replies
- 13
- Views
- 6,532
I think in terms of frameworks there are three..... Ext JS, Dojo and SmartClient. Dojo is impressive (and I really like a lot of the changes they made in their latest version) but I have found Ext...
-
22 Dec 2012 5:29 PM
- Replies
- 1
- Views
- 514
I should also mention that in some respects I would have thought this to be a bug. If the store is updated and the combobox (forceSelection and read-only) is bound to it, shouldn't the text field be...
-
21 Dec 2012 9:41 PM
- Replies
- 1
- Views
- 514
I have a situation where I have a slaveStore (ie. a masterStore controls its content) attached to a combobox. The displayValue is set to the Model's name. When the store is updated (from a master...
-
17 Dec 2012 9:24 AM
- Replies
- 1
- Views
- 878
Marte - this is absolutely wonderful. I was able to adapt this for my hobby application that is hosted in Glassfish with form based authentication. A few changes I had to make:
In my development... -
12 Dec 2012 8:28 PM
- Replies
- 0
- Views
- 236
Hi - I decided about 3 months ago to move my substantial hobby project from GWT+GXT base to a Javascript base. After experimenting with SmartClient, Dojo, jQuery, YUI and even looking at Google...
-
27 Sep 2012 9:39 PM
- Replies
- 3
- Views
- 593
It does result in some odd visual effects (for example the filter is reapplied but the FilterField has no value).
-
25 Sep 2012 9:43 PM
- Replies
- 3
- Views
- 593
I am using GXT 3.0.1 GPL.
When a filtered tree view deletes a row (for example a user uses a filter field and filters a tree and then selects a row and deletes it) if you call remove( ) on the... -
31 Aug 2012 1:46 PM
- Replies
- 2
- Views
- 755
UPDATE (Using GXT 3.0.1 GPL) Interesting.... it is working better (in that nodes are getting inserted in a sorted state) but there is a small issue.... they are getting inserted at sort position -1...
-
16 Aug 2012 7:59 AM
- Replies
- 0
- Views
- 282
Required Information
Version(s) of Ext GWT
3.0.1
Browser versions and OS
(and desktop environment, if applicable)
All -
16 Aug 2012 7:10 AM
- Replies
- 3
- Views
- 2,158
The release notes link on the GXT Download page takes you to the Javadoc instead of release notes.
-
15 Aug 2012 9:08 PM
- Replies
- 1
- Views
- 426
If you have a series of TextButtons with icons, the default "text-align" attribute is "center". There is an icon align capability but there does not appear to be a way to override the text...
-
13 Aug 2012 11:10 AM
- Replies
- 0
- Views
- 603
So in my grid I have a couple of columns that show an icon which is pretty much a static icon (it is either shown or not depending on a property of the model - a few columns have multiple icons... no...
-
13 Aug 2012 9:33 AM
- Replies
- 2
- Views
- 734
It is not supported and it would appear they do not plan to support it.
I thought I would miss it, but so far it is only for layouts that I have missed it. -
3 Aug 2012 4:38 PM
- Replies
- 9
- Views
- 1,691
amit, you might want to post some details on the browser version and GXT version you are using. (see their bug reporting template)
I am using MSIE 9 with the latest security patches and I am not... -
3 Aug 2012 4:31 PM
Jump to post Thread: Migrating CSS by jadrake75
- Replies
- 2
- Views
- 946
This is interesting..... I wonder what Sencha's answer will be on their skinning support without having to recompile.
Thanks for the tip on the pretty class names. I am thinking this might be the... -
3 Aug 2012 4:26 PM
Jump to post Thread: How to create ImageResource? by jadrake75
- Replies
- 12
- Views
- 2,488
This is standard GWT functionality. Did you try googling for GWT Image Resource first - it is not related to GXT at all?
Here are some links to make this convienent for you:... -
26 Jul 2012 8:00 AM
- Replies
- 9
- Views
- 1,544
I think you can add a ValidationHandler to elements that can evaluate whether they are valid or not. If they are set to validateOnBlur( ) these will get called. Could you not listen here and if it...
-
25 Jul 2012 9:31 AM
- Replies
- 2
- Views
- 755
Required Information
Version(s) of Ext GWT
3.0.0 GPL
Browser versions and OS
(and desktop environment, if applicable)
Firefox 12, Windows 7-64bit -
21 Jul 2012 11:11 AM
- Replies
- 0
- Views
- 409
One difficulty with the new GXT 3.0.0 release is it is a little more difficult to test appearance of items with Selenium (note: The form value testing and data entry is WAY better for selenium!)
... -
19 Jul 2012 11:31 AM
Jump to post Thread: Blank upon compile by jadrake75
- Replies
- 4
- Views
- 633
I have verified it is reproducible - here is a simplied application. If you remove the setHeight() on the ButtonGroup it does render correctly (remember this is ONLY during GWT compilation - it is...
-
19 Jul 2012 11:07 AM
Jump to post Thread: Blank upon compile by jadrake75
- Replies
- 4
- Views
- 633
Hi Colin, thanks for the response.
Well this is interesting..... I removed the setHeight("69px") calls from the Button Groups and voila... I have a working compiled application. So it is... -
19 Jul 2012 7:29 AM
Jump to post Thread: Blank upon compile by jadrake75
- Replies
- 4
- Views
- 633
I have discovered one thing....
In hosted mode the buttonBar is getting sizes generated in a style statement. I am setting the height with the GWT height using setHeight("85px");
<div...
Results 1 to 25 of 108
