Search Type: Posts; User: cvs_fif
Search: Search took 0.02 seconds.
-
5 Aug 2009 7:47 AM
- Replies
- 0
- Views
- 616
The GXT presentation is really flexible when the things are doable with the CSS changes, but sometimes there's a need to do something more, and there things become a bit more complicated... I need to...
-
5 Aug 2009 7:42 AM
Jump to post Thread: Show tool item menu on mouse over by cvs_fif
- Replies
- 0
- Views
- 1,587
In GXT 1.2.4, I'm trying to slightly change the behaviour of the tool button menus. Originally, I have something like this:
TextToolItem toolItem=new TextToolItem();
// The menu variable is... -
5 Aug 2009 7:38 AM
Jump to post Thread: Show menus on mouse over by cvs_fif
- Replies
- 0
- Views
- 501
To moderators: please remove this from here, it's belonging to the forum on 1.2.x...
In GXT 1.2.4, I'm trying to slightly change the behaviour of the tool button menus. Originally, I have... -
15 Jul 2009 2:49 PM
- Replies
- 2
- Views
- 1,014
There is a moment when I do removeAll on the layout container, but it's only in response to a button press, so at that moment everything should be already rendered... Anyway, would it be that, it...
-
15 Jul 2009 7:54 AM
- Replies
- 2
- Views
- 1,014
I have a stack trace apprearing in the middle of nowhere, without any relationship with any particular action in my GXT application, I just find it sometimes in the stack window under the hosted...
-
8 Jul 2009 11:29 PM
Jump to post Thread: 1.2.x support by cvs_fif
- Replies
- 3
- Views
- 1,442
I've seen in this forum something about a patch to apply to GWT 1.6 to make it work with GXT (thing that I personally don't really like), is it still needed with the version 1.2.4?
-
8 Jul 2009 8:20 PM
Jump to post Thread: 1.2.x support by cvs_fif
- Replies
- 3
- Views
- 1,442
This is the question to the GXT's team: now that we have the 2.0 release, will the 1.2.x be continued, and how long it'll be?
More concretely, should we still expect the version 1.2.5 and... -
28 Jun 2009 6:09 AM
- Replies
- 4
- Views
- 2,284
Another remark: in this context for some reason the setTitleCollapse option doesn't work at all, though the collapse button functions fine. Is there any special reason for that?
-
27 Jun 2009 6:03 AM
- Replies
- 4
- Views
- 2,284
Any comments for that? Could anybody tell me _what_ are the issues in this code and how to to something similar to what's shown in the attached image with a normal layout, I mean without the scroll...
-
25 Jun 2009 12:23 PM
- Replies
- 4
- Views
- 2,284
That's fine, and how else can I explain to GXT that in each "cell" of the vertical layout I need to fill all the available space with my control?
-
25 Jun 2009 11:43 AM
- Replies
- 4
- Views
- 2,284
When you put many collapsable panels in an auto-scrollable FirLayout container and a vertical scroll bar appears once some panels are expanded, this scroll bar half-hides the collapse buttons of the...
-
25 Jun 2009 1:53 AM
Jump to post Thread: [1.2.4] Center layout bug by cvs_fif
- Replies
- 0
- Views
- 1,610
When an element inside any scrollable panel/viewport is too big and the layout is the Center one, the scroll size is not calculated correctly and the inserted element is cut on the top and on the...
-
21 May 2009 1:49 AM
- Replies
- 0
- Views
- 1,380
There is an interesting layout bug when you add a "bottom" tab in a "top" one as a response to an event: the tab title is only half-visible and the contents of the tab are not rendered (see first...
-
4 May 2009 1:34 AM
- Replies
- 1
- Views
- 1,274
I have an exception (that doesn't affect the overall application behaviour) that I cannot locate exactly in my code and that seems to come from the GXT events system. I'm not sure it is a bug, but it...
-
27 Apr 2009 9:07 PM
Jump to post Thread: Ext GWT v1.2.4 Released by cvs_fif
- Replies
- 100
- Views
- 42,363
One thing that's not mentioned in the release notes: is it built with GWT 1.6?
-
20 Apr 2009 5:04 AM
Jump to post Thread: GXT 2.0 by cvs_fif
- Replies
- 56
- Views
- 18,279
Yep, that's it. I've seen it in another thread, but it was precisely about this grid.
-
20 Apr 2009 4:43 AM
Jump to post Thread: GXT 2.0 by cvs_fif
- Replies
- 56
- Views
- 18,279
I've lost this thread and I don't remember the exact component name, but I remember well that a couple of months ago there was a post (and even an "alfa" demo) about the future grids that are capable...
-
19 Apr 2009 11:31 PM
Jump to post Thread: GXT 2.0 by cvs_fif
- Replies
- 56
- Views
- 18,279
And what about the "huge datagrid"? There was a very interesting prototype, but I didn't see it in the demo presented. Did I simply miss it?
-
13 Feb 2009 8:44 AM
Jump to post Thread: [1.2.2] CenterLayout bug by cvs_fif
- Replies
- 4
- Views
- 1,183
Ok, you mean simply the code to show what happens, not the unit test broken, I see. :) We have a terminological misunderstanding in this case. Give me a day or two, I'll find a moment to manage for...
-
13 Feb 2009 8:30 AM
Jump to post Thread: [1.2.2] CenterLayout bug by cvs_fif
- Replies
- 4
- Views
- 1,183
Well, if I have presentation problems behind the Java code that behaves correctly, how do you want me to test that? Selenium or something else?
I think this case is at the limit of what you can... -
13 Feb 2009 8:00 AM
Jump to post Thread: [1.2.2] CenterLayout bug by cvs_fif
- Replies
- 4
- Views
- 1,183
When I have:
TabItem item = new TabItem("Blabla");
item.setLayout(new CenterLayout());
item.setScrollMode(Scroll.AUTO);
ContentPanel panel=new ContentPanel();
panel.setWidth(SOME_WIDTH);... -
13 Feb 2009 3:31 AM
- Replies
- 8
- Views
- 2,786
I use Chrome a lot with my applications (it's five times faster than other navigators with GXT) and I noticed a couple of very annoying problems that don't go with the the new versions:
- The... -
25 Jan 2009 10:08 AM
Jump to post Thread: GWT Reflection? Can it be done? by cvs_fif
- Replies
- 4
- Views
- 4,542
Personally, I always prefer annotations to naming conventions, at least you have a kind of declaration, and when the system grows it becomes easier to maintain a consistent domain.
As far as I... -
24 Jan 2009 5:00 AM
Jump to post Thread: Multiple lines of tabs by cvs_fif
- Replies
- 0
- Views
- 764
Is there (or will it be) any way to split the tabs panel in multiple lines when there are too many tabs to show?
The solution with the scrollable tabs panel is fun, but not very easy to use in a... -
24 Jan 2009 4:48 AM
Jump to post Thread: GWT Reflection? Can it be done? by cvs_fif
- Replies
- 4
- Views
- 4,542
Why don't you simply use generators in this case? The only constraint would be to have all your invoked classes visible at compile time, but it's the case for the majority of cases.
At generation...
Results 1 to 25 of 29
