Search Type: Posts; User: cpopp
Search: Search took 0.02 seconds.
-
27 Nov 2009 8:44 AM
Jump to post Thread: How apply CSS to TabItem by cpopp
- Replies
- 1
- Views
- 685
You can try:
TabItem t = new TabItem();
t.setStyleAttribute("attribute", "value");
You can also try: setStyleName("your css class name"). -
25 Nov 2009 12:44 PM
- Replies
- 1
- Views
- 663
I solved the problem
To render all 4 borders I had to apply a setSize(x, y) to the window.
To fix the background color issue, I had to change my style attribute from "background" to... -
25 Nov 2009 10:17 AM
- Replies
- 1
- Views
- 663
I'm creating a custom MessageBox so I can do things like add animated gif and control the look and feel.
I have a class that extends Window
setModal(true);
setClosable(false);... -
1 Oct 2009 7:55 AM
- Replies
- 2
- Views
- 822
That was the issue.
I so enjoy making rookie mistakes. :">
Thanks again sven. -
1 Oct 2009 7:48 AM
- Replies
- 2
- Views
- 822
This is a continuation of previous post about turning an icon into a WidgetComponent.
Here's the basic code setup:
WidgetComponent w = new WidgetComponent(myIcon);
w.setToolTip("test");... -
1 Oct 2009 5:34 AM
- Replies
- 3
- Views
- 1,445
Your solution worked perfectly. My project has an image bundle. The .createPath() method returns an AbstractImagePrototype, so I just needed to use the .createImage() method on the actual...
-
1 Oct 2009 4:42 AM
- Replies
- 3
- Views
- 1,445
You are the best. =D> Thanks for the quick answer. I'll try it out today.
How can we get you into the premium forums? -
26 Aug 2009 10:51 AM
- Replies
- 1
- Views
- 2,634
Version: GXT 2.0.1
Browser: Firefox 3.5.2
Navigate to Explorer Demo > Drag and Drop > TreeGrid to TreeGrid
Expand Mozart
Expand Concertos
Drag on of the songs to My Music
Drag the Concertos... -
19 Aug 2009 7:22 AM
Jump to post Thread: Purchased wrong support by cpopp
- Replies
- 3
- Views
- 1,413
Thanks for the quick response. We have a couple of people working the issue from our end as well. So I'm going to step out of it so as to avoid and confusion or cross communications.
-
19 Aug 2009 5:46 AM
Jump to post Thread: Purchased wrong support by cpopp
- Replies
- 3
- Views
- 1,413
My project's prime contractor submitted a purchase order for Premium support for GXT. However, the order was mistakenly placed for ExtJS support instead of GXT support. Can we still get access to...
-
19 Aug 2009 5:40 AM
Jump to post Thread: LayoutContainer vs FormPanel by cpopp
- Replies
- 4
- Views
- 1,280
Excellent thanks for the feedback
-
19 Aug 2009 5:34 AM
Jump to post Thread: LayoutContainer vs FormPanel by cpopp
- Replies
- 4
- Views
- 1,280
Thanks sven, I think that pointed me in the right direction.
I'm trying to use a couple radio buttons in this Container to change the sort order within a TreePanel. Would I need the... -
19 Aug 2009 5:10 AM
Jump to post Thread: LayoutContainer vs FormPanel by cpopp
- Replies
- 4
- Views
- 1,280
Just getting started with GXT. I'm laying out the various components within a TabItem. I want to use a couple of radio buttons to control some behavior.
I found I can create a LayoutContainer...
Results 1 to 13 of 13
