Search Type: Posts; User: databass
Search: Search took 0.03 seconds.
-
29 Mar 2011 6:41 AM
Jump to post Thread: dotted or dashed line chart by databass
- Replies
- 4
- Views
- 1,774
I'd like to know the answer to this too....anyone out there who can provide some details, or some examples as to how to do dashed .vs. dotted line charts?
Thanks. -
1 Dec 2010 2:15 PM
- Replies
- 5
- Views
- 1,117
I got it to work. You were right about setStatus, but after looking at a related post with DND, I realized that I also needed to cancel the event immediately after the setStatus.
Here's the... -
1 Dec 2010 1:23 PM
- Replies
- 5
- Views
- 1,117
None of these worked.
And now I'm realizing that what I'm trying to modify is the Icon that appears with the Drag Source component, not the Target Component (normally red when it's dragged over an... -
1 Dec 2010 10:45 AM
- Replies
- 5
- Views
- 1,117
When dragging something over a target, I'd like to give visual feedback indicating that dropping is illegal, depending on the criteria of the drag source. Displaying the default red no-enter icon is...
-
17 Jun 2010 2:47 PM
- Replies
- 10
- Views
- 3,555
Is the 2.2 release still on schedule for June 2010?
-
28 Feb 2010 1:55 PM
- Replies
- 1
- Views
- 741
Got it figured out...
public static native String getServicesTemplate(Integer limit) /*-{
return
[
'<tpl for=".">',
'<tpl if="displaySequence < ' + parseInt(limit) + '">',
... -
27 Feb 2010 12:54 PM
- Replies
- 6
- Views
- 2,060
I could really use a tree node renderer. My tree is also not a grid but has complex ui requirements. I work around it by using templates with a custom label provider.
Hopefully you can add this... -
27 Feb 2010 11:26 AM
- Replies
- 1
- Views
- 741
I've got a hopefully simple question about using variables in templates.
I have a function that returns a template, and that function has an integer argument 'limit'. I'd like to use that limit... -
21 Jan 2010 9:09 PM
- Replies
- 2
- Views
- 2,939
I'm trying to do the same thing. Would appreciate a response from someone who might know the answer.
Also wondering if there's an example out there of how to do 'and' and 'or' conditions?
... -
14 Jan 2010 12:45 PM
Jump to post Thread: ExtendedRowExpander by databass
- Replies
- 16
- Views
- 13,930
Thank you so much. This is exactly what I need. I've added a link to this thread in my original post in the premium forum.
-
21 Aug 2009 6:11 AM
Jump to post Thread: FormHorizontalPanel by databass
- Replies
- 2
- Views
- 3,893
Thanks. This may be useful when I need to start building forms.
I do hope that future versions have GXT have more robust support for form layout and validation.
Grids and trees have amazingly... -
5 Aug 2009 2:14 PM
- Replies
- 2
- Views
- 2,336
Thanks for the quick fix. I'll give it a try.
-
5 Aug 2009 11:23 AM
- Replies
- 2
- Views
- 2,336
I'm populating a store with a list of ModelData, and then adding this store to a ComboBox.
The ComboBox loads perfectly. But when I select an item from the list, and then refresh the store, the... -
9 Jun 2009 1:36 PM
- Replies
- 2
- Views
- 2,819
Thanks...I went with the first approach. Worked perfectly.
-
9 Jun 2009 8:27 AM
- Replies
- 2
- Views
- 2,819
I'm trying to simply add an ONCLICK event-handler to an HTML widget:
Html alertHtml = new Html();
alertHtml.setHtml("Click Me");
alertHtml.addListener(Events.OnClick, new... -
15 May 2009 6:16 AM
- Replies
- 10
- Views
- 3,555
I'm hoping that this makes it into 2.0 as well. Our product would really benefit from this feature.
-
10 May 2009 8:52 AM
- Replies
- 4
- Views
- 1,761
Thanks. I'll stick with my workaround until then.
-
8 May 2009 10:05 AM
- Replies
- 4
- Views
- 1,761
Thanks for your reply. Yes, Label/Value is the Model class.
I tried your suggestion, but this gives me a null pointer exception when I click on a value.
[ERROR] Uncaught exception escaped... -
7 May 2009 2:38 PM
- Replies
- 4
- Views
- 1,761
I have a listener which returns the values of each cell of a record clicked on a grid.
The grid is bound to a store which contains a list of LabelValue objects. The LabelValue class consists of... -
27 Apr 2009 5:05 PM
- Replies
- 0
- Views
- 1,331
I'm having trouble getting tooltips to display in a list.
I'm binding a ListView to a ListStore. The ListStore contains a list of "Fast Facts".
Fast Facts simply has a "summary" and "detail"... -
25 Mar 2009 11:56 AM
- Replies
- 10
- Views
- 3,555
Ditto. I'm really hoping Grid Column reordering makes it into 2.0.
-
17 Mar 2009 12:32 PM
- Replies
- 4
- Views
- 1,469
Thanks. That's one of the reasons why our company is leaning toward Ext GWT over Ext JS, since we have more Java expertise in-house. And I'm more like you--I have more JavaScript than Java...
-
17 Mar 2009 12:08 PM
- Replies
- 4
- Views
- 1,469
Yes, my main concern are UI features that aren't available in the GXT version, such as grid column drag and drop. And whether Ext JS 3.0 will introduce new features that won't be available in Ext GWT...
-
16 Mar 2009 6:40 PM
- Replies
- 4
- Views
- 1,469
[I posted this same question to the Ext GWT forum last week...I'd especially like to hear from folks who have used both Ext JS and Ext GWT...thanks]
Hi,
My company is currently evaluating... -
13 Mar 2009 11:30 AM
- Replies
- 3
- Views
- 1,667
Thanks. I did take a look at the roadmap, but still didn't see anything specific as to actual feature differences between Ext GWT and Ext JS.
I'm hoping that Ext GWT 2.0 will completely close the...
Results 1 to 25 of 26
