Search Type: Posts; User: thejoker101
Search: Search took 0.03 seconds.
-
24 Aug 2012 10:16 AM
Jump to post Thread: CheckBoxListView replacement by thejoker101
- Replies
- 0
- Views
- 501
What's the GXT3 equivalent of a CheckBoxListView in GXT2? Is there some way through the ListView appearances?
There's a post in the premium forums that I see through Google results, but... -
19 Dec 2011 7:53 AM
- Replies
- 3
- Views
- 1,431
I recently read that Microsoft will soon auto-update IE to the latest available versions automatically. WinXP users will go to IE8 and Vista/Win7 users will go to IE9. This is planned to start in...
-
11 Aug 2011 1:29 PM
- Replies
- 5
- Views
- 2,253
Not sure if it's still this bug, but I see duplicate SelectionChanged events for the combobox with 2.2.4.
If I do a stack trace in my listener, I get two that look like:
at... -
29 Apr 2011 11:36 AM
- Replies
- 1
- Views
- 1,161
EDIT: I meant FormButtonBinding, not FormFieldBinding
Why does FormButtonBinding use a timer? Isn't that a bit inefficient? Would a change listener be better?
Just curious. -
29 Mar 2011 7:46 AM
- Replies
- 2
- Views
- 1,898
This seems easy, but I'm not figuring it out...
I have a SimpleComboBox that I load with some values from an Arrays.asList(). That's all fine.
In my application, I sometimes don't want to show... -
3 Feb 2011 8:21 AM
- Replies
- 1
- Views
- 1,262
I tried searching on the forum for this, as I figured someone would have asked it already, but didn't find anything.
Is there any way to do Checkbox / Radio groups like you can in ExtJS? From... -
27 Jan 2011 8:14 PM
Jump to post Thread: GXT vs. GWT by thejoker101
- Replies
- 7
- Views
- 4,304
Has anyone seen this site: http://gxtvsgwt.appspot.com/ ?
When I ran all the tests GXT was significantly slower in every one.
Any commentary by the developers of GXT? Just curious. -
11 Nov 2010 8:46 AM
- Replies
- 7
- Views
- 2,604
Hmmm, not consistently. See attached picture. (WinXP, FF 3.6.12) Though it does work on my laptop (OSX FF 4.0B7)
23291
23292 -
11 Nov 2010 8:06 AM
- Replies
- 7
- Views
- 2,604
I can understand that. Shouldn't it put icons in at least then?
-
11 Nov 2010 7:47 AM
- Replies
- 7
- Views
- 2,604
I came across this issue and while I don't think it's a bug, it is an issue that should be looked at I think. If the toolbar overflows then the user can't discern what each of the overflowed buttons...
-
6 Oct 2010 7:38 AM
Jump to post Thread: Make GXT more extendable by thejoker101
- Replies
- 1
- Views
- 867
It seems like it's a toss of the coin that decides whether something is private or protected in GXT now which makes it hard to extend functionality. Sometimes I'll want to override a function and...
-
12 Aug 2010 7:11 AM
Jump to post Thread: TreePanel Hide Root Node? by thejoker101
- Replies
- 1
- Views
- 1,824
Can this be done? I thought it was possible with regular Ext using something like "rootVisible: false", but I don't see anything in the GXT Docs. Am I blind? I didn't find anything for GXT on the...
-
29 Jul 2010 11:08 AM
Jump to post Thread: Accordion Layout Scrolling by thejoker101
- Replies
- 1
- Views
- 917
Say I have a ContentPanel as part of a Window, in it I want to have an AccordionLayout. I don't know how many entries in the AccordionLayout I'm going to have, it's variable. The AccordionLayout...
-
28 Jun 2010 12:25 PM
Jump to post Thread: Regular expression problem by thejoker101
- Replies
- 1
- Views
- 1,070
This isn't directly tied to GXT I don't think, but I have a problem with a JSNI function I'm calling that does a regular expression:
var matches = /(No Group|Group: (\d+)) \(\d+... -
11 Jun 2010 12:16 PM
- Replies
- 1
- Views
- 916
What's the correct way to delete a Radio field when it's added into a RadioGroup? Should it be done through radio.removeFromParent() and/or formContainerThatRadioGroupWasAddedTo.remove(radio)? This...
-
26 Apr 2010 11:23 AM
Jump to post Thread: Json Encoding in Provider by thejoker101
- Replies
- 2
- Views
- 954
Why does the Provider class always encode/decode values as JSON? I know this is necessary for the default CookieProvider, but shouldn't it be in the CookieProvider class, as opposed to the base...
-
23 Apr 2010 10:30 AM
Jump to post Thread: Issues With Saving Grid State by thejoker101
- Replies
- 1
- Views
- 610
Neeeevermind. It's all already done in GridView. Whoops.
-
23 Apr 2010 7:04 AM
Jump to post Thread: Issues With Saving Grid State by thejoker101
- Replies
- 1
- Views
- 610
Looking at applyState() in Grid, I see that saving column width, column hidden-ness, and sort info has already been set up.
So, I can do something like this for column resizing:
... -
20 Apr 2010 6:35 AM
- Replies
- 0
- Views
- 925
I'm working on a GXT Desktop app. I'd like to have the whole thing be stateful. Has anyone done this already? Anything I should be aware of before I start?
The only potential issue that comes to... -
7 Apr 2010 5:11 AM
- Replies
- 5
- Views
- 2,046
Yes, you mentioned that. Not everyone has SVN access, which you also mentioned.
-
6 Apr 2010 7:49 AM
- Replies
- 5
- Views
- 2,046
After looking into this a little more, I just added this to my CSS:
.x-unselectable, .x-unselectable * {
outline: none;
}
seems to do it. -
5 Apr 2010 8:26 AM
- Replies
- 5
- Views
- 2,046
I have a menu inside the west region of a border layout. That region has a fit layout.
Everything seems fine until you mouse over one of the menu items. When you do, it causes a dotted border to... -
30 Mar 2010 11:41 AM
Jump to post Thread: Auto-Resize Toolbar Component by thejoker101
- Replies
- 1
- Views
- 1,737
I have a simple top toolbar in a window. If it matters, the contents of the toolbar are [button], [button], [combo box], [button].
What I'd like to do is have the combobox auto size to fit the... -
30 Mar 2010 6:02 AM
- Replies
- 0
- Views
- 532
I need to know if there is a scrollbar in a form panel. The panel is in a window and can be resized, so at any given time it could or could not have a scroll bar.
If I was using regular... -
22 Mar 2010 8:08 AM
- Replies
- 1
- Views
- 1,849
I didn't find anything else on the forum about this, so I figured it warranted a post.
If you have a tab panel with the tabs at the bottom position, and then set the tabPanel style to plain, the...
Results 1 to 25 of 110
