Search Type: Posts; User: emka
Search: Search took 0.02 seconds.
-
24 May 2010 5:14 AM
Jump to post Thread: [CLOSED] Dialog autoWidth bug in IE by emka
- Replies
- 1
- Views
- 1,371
Dialog with autoWidth(true) takes full browser window with, not auto size
public void onModuleLoad() {
Dialog dialog = new Dialog();
dialog.setAutoWidth(true);
dialog.show(); ... -
9 Apr 2010 6:02 AM
Jump to post Thread: CenterLayout of Image in Chrome by emka
- Replies
- 0
- Views
- 559
CenterLayout fails in Chrome when rendering LayoutContainer with Image
import com.extjs.gxt.ui.client.widget.LayoutContainer;
import com.extjs.gxt.ui.client.widget.layout.CenterLayout;
import... -
9 Mar 2010 4:06 AM
Jump to post Thread: Disable FocusFrame for TabPanel by emka
- Replies
- 0
- Views
- 579
Is there any possibility to disable FormFrame div creation for TabPanel on focus?
-
3 Mar 2010 4:24 AM
Jump to post Thread: Portlet minimal size by emka
- Replies
- 0
- Views
- 490
Is there any possibily to set minimal size to porlet, if main size of portlet is autosize ?
Portlet portlet = new Portlet();
portlet.setAutoHeight(true);
portlet.setAutoWidth(true); ... -
25 Feb 2010 12:45 AM
Jump to post Thread: Container minimal size by emka
- Replies
- 0
- Views
- 478
Is is possible to set container minimal size if default component size is auto size?
if component calculated size is less then minimal - set minimal
if component calculated size is more then... -
30 Dec 2009 4:10 AM
- Replies
- 12
- Views
- 2,597
GWT native FlexTable using causes performance problems, native for GXT TableLayout is much more faster, I suppose because on rendering mechanism :)
-
30 Dec 2009 4:05 AM
- Replies
- 12
- Views
- 2,597
Thanks for description
But is GXT planing to implement something like FlexTable in GWT with dynamic sizes and possibility to set widget to any cell by rowIndex & colIndex? -
30 Dec 2009 3:49 AM
- Replies
- 12
- Views
- 2,597
It's impossible to use RowLayout there because portlet content is dynamic (on image displayed only case then it fails) and contains table style information with colspans & rowspans and any component...
-
30 Dec 2009 3:30 AM
- Replies
- 12
- Views
- 2,597
I am trying to create use case visible on image
http://farm3.static.flickr.com/2565/4227452757_9995819eb5_o.png -
30 Dec 2009 3:15 AM
- Replies
- 12
- Views
- 2,597
it's just local sample of 100% problem, that is why it's impossible to use viewport.
My goal is to make container take all space of parent without fitlayout because most cases parent container... -
30 Dec 2009 3:00 AM
- Replies
- 12
- Views
- 2,597
For fixed size of layoutContainer it work, ok.
But fails if set 100% height to layoutContainer.
public void onModuleLoad() {
LayoutContainer layoutContainer = new LayoutContainer();... -
29 Dec 2009 7:16 AM
- Replies
- 12
- Views
- 2,597
How to make layout container child to take rest free space of container.
See example:
Layout container with fixed size 200px contains two child components:
1) fixed size 20px
2) 100% ... should...
Results 1 to 12 of 12
