Search Type: Posts; User: Konstantin.Scheglov
Search: Search took 0.01 seconds.
-
10 Mar 2012 2:30 PM
- Replies
- 11
- Views
- 2,552
What is the reason to make TextButton focusable if nor Space nor Enter handled as "click"?
I understand that this probably can be done by custom key handler, but may be this should be default... -
6 Mar 2012 7:53 PM
- Replies
- 7
- Views
- 1,064
This is confusing.
Which one to use?
And for setExpanded() no corresponding isExpanded() getter.
Hm... and using setExpanded() cause NullPointerException, at least in UiBinder.
... -
6 Mar 2012 7:40 PM
- Replies
- 3
- Views
- 444
Problem can be reproduced with WebKit, such as Chrome.
Look OK on IE8 and FF10.0.2 -
6 Mar 2012 6:51 PM
- Replies
- 3
- Views
- 444
Beta 4.
My friend tried to use FieldSet and found that it renders with small glitch on collapse button.
Top border is not rendered
32442 -
16 Feb 2012 8:36 PM
- Replies
- 9
- Views
- 3,366
Thank you for such perfect explanation.
-
16 Feb 2012 8:01 AM
- Replies
- 9
- Views
- 3,366
My apologies, Colin.
You are right, this works fine with @UiFactory.
I've missed it :-(
However with @UiFactory in this form you now still have to set appearance for each ContentPanel, right?... -
15 Feb 2012 1:16 PM
- Replies
- 12
- Views
- 1,974
+1
Please, guys, think about UiBinder users too.
UiBinder is one of the major benefits of GXT 3.0, right? -
15 Feb 2012 1:13 PM
- Replies
- 9
- Views
- 3,366
File gxt-3.0.0-beta2\examples-src\com\sencha\gxt\explorer\client\layout\AccordionUiBinderExample.ui.xml
<g:VerticalPanel spacing="10"> <gxt:ContentPanel ui:field="panel"... -
10 Feb 2012 7:36 PM
- Replies
- 4
- Views
- 898
Any answer?
-
9 Feb 2012 7:13 PM
- Replies
- 9
- Views
- 3,366
Yes, you can not compile explorer sample.
Look for example on AccordionUiBinderExample.ui.xml, it attempts to set "appearance" for ContentPanel, but ContentPanel has no method "setAppearance" or... -
8 Feb 2012 5:03 PM
- Replies
- 0
- Views
- 383
But in GXT 2 it is centered (as expected).
-
8 Feb 2012 4:40 PM
- Replies
- 4
- Views
- 1,294
Thank everyone for replies.
Well, I understand that this is beta.
I probably had too high expectations. -
6 Feb 2012 4:44 PM
- Replies
- 4
- Views
- 1,294
In the past I've had great experience with GXT 2.x during GWT Designer development.
Almost everything worked exactly as I expected.
It was such pleasure to work on so polished library.
I've... -
6 Feb 2012 4:21 PM
- Replies
- 1
- Views
- 589
I've tried to set label alignment for RIGHT, but it does not work.
So I've looked into source and see that it is even not checked anywhere!
Is whole "form" package implemented or not?
Any... -
6 Feb 2012 3:16 PM
- Replies
- 5
- Views
- 887
...so it is hard to use in UiBinder.
-
6 Feb 2012 1:36 PM
- Replies
- 0
- Views
- 313
public FillToolItem() { setElement(DOM.createDiv());
BoxLayoutData data = new BoxLayoutData();
data.setFlex(1.0);
setLayoutData(data);
}
but in BoxLayoutContainer: -
6 Feb 2012 1:10 PM
- Replies
- 16
- Views
- 1,389
OK, thank you for help and fixes.
-
6 Feb 2012 1:00 PM
- Replies
- 16
- Views
- 1,389
1. Why I do this? Because I can. GXT 3 is about making things easier and safer, right? :-)
2. I've tried to add container after setting south widget. No difference.
31413 -
6 Feb 2012 12:52 PM
- Replies
- 16
- Views
- 1,389
Adding container.forceLayout() does not help.
31412 -
6 Feb 2012 12:46 PM
- Replies
- 8
- Views
- 1,075
Well, as I told in first message, there is constructor which accepts Appearance, but it is not marked with @UiConstructor, so UiBinder does not use it.
And yes, this is UiBinder. -
6 Feb 2012 12:41 PM
- Replies
- 16
- Views
- 1,389
Do you support UiBinder? :-)
public class ImageViewer implements EntryPoint { public void onModuleLoad() {
RootPanel rootPanel = RootPanel.get();
{
NorthSouthContainer... -
1 Feb 2012 8:03 PM
- Replies
- 3
- Views
- 1,342
I've just looked two videos from SenchaCon 2011.
First was from Darrell Meyer why he tells that GWT Designer is not useful.
Second was from Sven Brunken where he told that in GXT 2.0 learning curve... -
1 Feb 2012 6:42 AM
- Replies
- 8
- Views
- 1,075
Hm...
1. But example uses ContentPanel. I don't understand how it could work. But I've not tried to compile my Beta2 Explorer example, I use online version.
2. FramePanel extends ContentPanel,... -
31 Jan 2012 8:36 PM
- Replies
- 8
- Views
- 1,075
From example:
<gxt:ContentPanel appearance="{accordionLayoutAppearance}" animCollapse="false" bodyStyleName="pad-text" headingText="Settings">
<g:Label... -
31 Jan 2012 6:07 PM
- Replies
- 0
- Views
- 285
<container:NorthSouthContainer styleName="{style.panel}" borders="true"> <container:child>
<container:FlowLayoutContainer/>
</container:child>
<container:north>
<button:TextButton...
Results 1 to 25 of 46
