Search Type: Posts; User: madmaxmatze
Search: Search took 0.02 seconds.
-
29 Aug 2012 12:53 PM
- Replies
- 6
- Views
- 1,906
The <br> workaround works fine (I'm using Extjs 4.0)
The header just looks strange if the column is right aligned and sorting is used. Do you have a solution for this? -
13 Dec 2011 8:26 AM
- Replies
- 6
- Views
- 1,836
The same problem occurs with toolbars. If I hide its border, a light line remains on the top from the background image.
-
11 Dec 2011 4:05 AM
Jump to post Thread: (Beta) ComboBox issues by madmaxmatze
- Replies
- 24
- Views
- 3,715
With Dev Preview 5 this problem was not existing. My current workaround is to use the CollapseHandler.
The issue can be tested using:
LabelProvider<String> comboLabelProvider = new... -
11 Dec 2011 4:01 AM
- Replies
- 6
- Views
- 1,836
When trying to hide the frameborder with:
panel.setBodyBorder(false);
panel.getHeader().setBorders(false);
... the top border is not disappearing, because it's part of the background image. -
5 Dec 2011 9:04 AM
- Replies
- 2
- Views
- 1,243
The probem:
The error message which appears when hovering the exclamation mark when validating a form, is perfect when showed first. The second time the message is positioned incorrectely.
How to... -
21 Nov 2011 5:42 AM
- Replies
- 3
- Views
- 1,175
Any reaction? Did anybody from the GXT dev team try to reproduce this error with the test case I provided?
-
14 Nov 2011 4:09 AM
- Replies
- 3
- Views
- 1,175
In order to change the caption for tabs after they have been added, I tried to use TabPanel.update as described here:...
-
10 Nov 2011 4:19 AM
Jump to post Thread: AccordionLayoutContainer by madmaxmatze
- Replies
- 9
- Views
- 2,047
To test the last issue, please use the following code: (Error occures with click on button)
public class Designer implements EntryPoint {
public void onModuleLoad() {
BorderLayoutContainer... -
9 Nov 2011 10:21 AM
Jump to post Thread: AccordionLayoutContainer by madmaxmatze
- Replies
- 9
- Views
- 2,047
Thanks for the getWidget() hint - works! :)
The other issue is now gone as well. I didn't realized that even with uibinder the BorderLayoutData has to be passed with the container.setNorthWidget()... -
9 Nov 2011 9:56 AM
Jump to post Thread: AccordionLayoutContainer by madmaxmatze
- Replies
- 9
- Views
- 2,047
When I create a simple example, the problem is fixed with adding BorderLayoutData as suggested in the other bug report:
BorderLayoutContainer container = new BorderLayoutContainer();
... -
9 Nov 2011 9:31 AM
Jump to post Thread: AccordionLayoutContainer by madmaxmatze
- Replies
- 9
- Views
- 2,047
Adding layout data to my uibinder definition as in http://www.sencha.com/learn/ext-gwt-3-declarative-markup-with-uibinder/
Did not fix the problem. But hopefully the next release will. What's... -
9 Nov 2011 9:03 AM
Jump to post Thread: AccordionLayoutContainer by madmaxmatze
- Replies
- 9
- Views
- 2,047
I'm not sure if the AccordionLayout is still under development - errors included, or if I'm using it totally wrong:
--------------------------------
When I create an AccordionLayout like in... -
14 Jul 2011 9:16 AM
- Replies
- 3
- Views
- 1,954
Another question: Where can I find out how and which tags need to be used and structured for the UiBinder declaration, based on existing java code? Current example: I just can't find out how to...
-
13 Jul 2011 8:10 AM
- Replies
- 3
- Views
- 1,954
Vielen Dank! =D>
-
13 Jul 2011 7:21 AM
- Replies
- 3
- Views
- 1,954
I can't figure out how to force the BorderLayoutContainer to be full screen/consume all its parents space, like: http://www.sencha.com/examples-dev/#ExamplePlace:borderlayout
Instead of:... -
4 May 2011 1:38 PM
- Replies
- 7
- Views
- 1,490
Using the "old" way of creating elements solved my problem 100% - with windows, drawComponents, etc. So it seems the renderTo attribute is not working very well or has to be used in a different way.
-
4 May 2011 7:44 AM
- Replies
- 7
- Views
- 1,490
To test this issue, please visit: http://old.madmaxmatze.de/complex_test.html
Within the source I clearly marked all changes I made. I would really appreciate any help on this!!! -
3 May 2011 2:55 AM
- Replies
- 7
- Views
- 1,490
I did the following:
- used complex layout from:
http://dev.sencha.com/deploy/ext-4.0.0/examples/layout/complex.html
- added id "tab1_panel" to the first tab in the center.
- added a window at... -
3 Apr 2008 4:31 AM
- Replies
- 9
- Views
- 2,556
Furthermore I'm searching for the best way to build a kind of auto scroll when selection images.
Since in the moment you are limited to the images that fit into you data-view. So the data-view... -
3 Apr 2008 4:16 AM
- Replies
- 9
- Views
- 2,556
As you see, Im kind of new to this whole EXT thing... so can you please escalate the bug to the right person or place?
-
2 Apr 2008 2:42 AM
- Replies
- 9
- Views
- 2,556
Sorry, my mistake. I meant another example: http://extjs.com/deploy/dev/examples/organizer/organizer.html
When try to select multiple images with holding the left mouse key, then the selection... -
31 Mar 2008 7:19 AM
- Replies
- 9
- Views
- 2,556
There is a problem when selecting images in the image organizer example (http://extjs.com/deploy/dev/examples/view/chooser.html)
If you scroll down and start selecting, the selection area is not...
Results 1 to 22 of 22
