Search Type: Posts; User: zdarsky
Search: Search took 0.03 seconds.
-
15 Apr 2010 3:05 AM
- Replies
- 3
- Views
- 1,067
In case someone has a simmilar problem here is my solution:
In a class CollapsePanel add a line into a method onShowPanel where there is the ignore list filled in
... -
13 Apr 2010 6:48 AM
- Replies
- 3
- Views
- 1,067
Hi, we have a CollapsePanel in a borderLayout. When we show this panel by clicking into the panel area (not the arrow) //CallapePanel.onComponentEvent line 115. then the panel appears and we can...
-
12 Apr 2010 10:30 AM
- Replies
- 2
- Views
- 1,321
Hi,
We have the same problem in GXT 2.1.2.
Strange is that this occurs in IE7 only.
Thank you Chris for your debuging ;)
Martin Zdarsky -
31 Mar 2010 6:27 AM
- Replies
- 5
- Views
- 1,274
I think that QuickTip class already uses this.
I read about it in a different thread where Sven recommended using QuickTip rather than ToolTip.
What do you think? -
31 Mar 2010 4:58 AM
- Replies
- 1
- Views
- 1,277
When more tabs are open that fit the screen there appear two places on which you can click to scroll left and right (which works well) but there is no icon on them.
see screenshot
This... -
12 Mar 2010 1:19 AM
- Replies
- 5
- Views
- 1,274
Hi,
I've been experiencing this bug for a while too. But I'm unable to make a simple example demonstrating this error.
It seems to us that browsers don't fire events to GXT when computer is... -
11 Mar 2010 6:26 AM
Jump to post Thread: RowEditor resize by zdarsky
- Replies
- 0
- Views
- 691
Hi,
I have a grid in a borderLayout which can collepse a west panel. If a user collapse the west region then a grid resizes itself according to the new space. But if this happens while a roweditor... -
10 Mar 2010 1:31 AM
- Replies
- 5
- Views
- 2,163
Hi,
I appreciate your help very much. The method setMaxWidth was what we wanted and could have found it by ourselves. Thank you a lot.
We have a problem with the method setMaxWidth. If we set... -
8 Mar 2010 1:38 AM
- Replies
- 2
- Views
- 1,389
Hi,
we have a problem with Radio layout in Firefox. It works fine in IE8. This used to work in older version of GXT 2.0.x
We use GWT 2.0.1 and GXT 2.1.1
Please, see attached screenshots and... -
8 Mar 2010 1:32 AM
- Replies
- 7
- Views
- 1,363
I'll prepare a sample code for you
-
7 Mar 2010 4:19 AM
- Replies
- 7
- Views
- 1,363
Hi,
I'm sorry for the incomplete bug description.
yes, we add a label for each entry
final XAxis xa = new XAxis();
xa.setLabels(xAxisLabels);
where xAxisLabels hold either an... -
7 Mar 2010 2:18 AM
- Replies
- 5
- Views
- 2,163
The word in the tooltip is whatever a user enters. I just tried to point this error out in order to improve the GXT components.
I can't the reason whay you are offended. It should be annoying to... -
7 Mar 2010 2:11 AM
- Replies
- 7
- Views
- 1,363
Hi,
I cannot use setMax(size()-1) because it freezes internet browser when the total number of values is 1. In that case it means setMax(0);
Sometimes Firefox doesn't recovery and sometimes it... -
6 Mar 2010 6:30 AM
- Replies
- 5
- Views
- 2,163
Hi,
if you put too long text into a tooltip then this text will be drawn outside the tooltip area.
See a screenshot provided.
GXT 2.1.1
best regards,
Martin Zdarsky -
6 Mar 2010 4:41 AM
- Replies
- 7
- Views
- 1,363
Hi,
AreaChart draws one extra column when XAxis.setMax() method is used.
See source code and screenshot attached.
2) On your explorer in AreaChartExample, there isn't visible a columnd "D"... -
26 Feb 2010 1:20 AM
Jump to post Thread: NumberField wrong CS translation by zdarsky
- Replies
- 4
- Views
- 1,159
there is a wrong translation in XMessages_cs.properties for the key
numberField_maxText
actually, numberField_maxText and numberField_minText have the same translation. that's wrong.
I... -
26 Feb 2010 1:17 AM
Jump to post Thread: NumberField wrong CS translation by zdarsky
- Replies
- 4
- Views
- 1,159
This error still exist, even in 2.1.1. Will anybody fix it?
-
20 Dec 2009 8:37 AM
Jump to post Thread: NumberField wrong CS translation by zdarsky
- Replies
- 4
- Views
- 1,159
Current value:
numberField_maxText=Minimálnà hodnota tohoto pole je {0}
Correct value:
numberField_maxText=Maximálnà hodnota tohoto pole je {0}
The difference is on the second and the... -
17 Dec 2009 2:35 AM
Jump to post Thread: NumberField wrong CS translation by zdarsky
- Replies
- 4
- Views
- 1,159
there is a wrong translation in XMasseges_cs.properties for the key
numberField_maxText
actually, numberField_maxText and numberField_minText have the same translation. that's wrong.
GXT... -
16 Dec 2009 4:33 AM
- Replies
- 4
- Views
- 1,852
Hi,
we use GWT 1.7.0 and GXT 2.0.4
There is a bug in TimeField.findModel(Date date)
If a time is 23:45 it returns null instead of Time instance with value (11:45 PM)
The problem is here... -
16 Dec 2009 4:16 AM
- Replies
- 3
- Views
- 1,651
Hi,
yes. This patch should be made by GXT component.
There is a problem with a label for that field as well. -
15 Dec 2009 7:13 AM
- Replies
- 3
- Views
- 1,651
Hi,
we use GWT 1.7.0 and GXT 2.0.4
There is a problem when a combobox is put into a ContenPanel with a FormLayout and if you set to a combobox.addStyleName("padding_3_0_0_0");
where
... -
6 Nov 2009 4:55 AM
- Replies
- 3
- Views
- 1,288
Our application has a problem in IE8 because we had Skype addon installed.
Just disabling Skype web feature did the trick. -
30 Oct 2009 4:04 AM
- Replies
- 1
- Views
- 904
Hi,
in GXT 2.0.1, there used to work ComboBox methods setValue and getValue.
in GXT 2.0.4, these behave differently. The method getValue returns null. We've found out that the value can be... -
2 Oct 2009 6:01 AM
- Replies
- 1
- Views
- 920
Hi,
there is an exceprion
com.google.gwt.core.client.JavaScriptException: (TypeError): 'parentElement' is null or not an object number: -2146823281
description: 'parentElement' is null or not...
Results 1 to 25 of 47
