Search Type: Posts; User: SopGreg
Search: Search took 0.02 seconds.
-
22 Oct 2010 6:37 AM
Jump to post Thread: Filters - Translation by SopGreg
- Replies
- 4
- Views
- 726
XMessages_de, obviously ;-)
#GridFilters
gridFilters_filterText=Filter
#Filters
stringFilter_emptyText=Text eingeben...
numericFilter_emptyText=Text eingeben...
booleanFilter_noText=nein... -
22 Oct 2010 4:16 AM
Jump to post Thread: Filters - Translation by SopGreg
- Replies
- 4
- Views
- 726
I agree, the grid filters definitely need to be translated
-
22 Oct 2010 2:50 AM
Jump to post Thread: [CLOSED] LiveGridView bug by SopGreg
- Replies
- 5
- Views
- 1,471
Ah I see, but it seems wrong:
private int pageSize;
public int getPageSize() {
if (pageSize == -1) {
pageSize = ((LiveGridView) getGrid().getView()).getVisibleRowCount();
} -
22 Oct 2010 2:45 AM
Jump to post Thread: [CLOSED] LiveGridView bug by SopGreg
- Replies
- 5
- Views
- 1,471
I just checked out from releases/2.2 and it's not fixed, the LiveGridView class has the commit revision 2259 from October, 12th
-
22 Oct 2010 2:07 AM
Jump to post Thread: [CLOSED] LiveGridView bug by SopGreg
- Replies
- 5
- Views
- 1,471
Hi,
there's a bug in the current LiveGridView implementation:
LiveGridEvent<ModelData> event = (LiveGridEvent<ModelData>) createComponentEvent(null);
fireEvent(Events.LiveGridViewUpdate,... -
15 Sep 2010 3:42 AM
- Replies
- 6
- Views
- 2,318
okay!
-
15 Sep 2010 3:41 AM
- Replies
- 6
- Views
- 3,265
Cool, this really works ;)
Unfortunately there's no visual clue that there are more items to scroll.
But thanks for the info! -
15 Sep 2010 3:39 AM
- Replies
- 6
- Views
- 2,318
Yeah, this one works - i don't know where I have the other url from, I guess it's one which always contains the current development release
-
15 Sep 2010 3:24 AM
- Replies
- 6
- Views
- 3,265
Thanks for the clarification - can you elaborate on where the normal safari and the safari on iPad differ?
Do they use completely different rendering engines (Webkit?) -
15 Sep 2010 3:15 AM
- Replies
- 6
- Views
- 3,265
Hi,
we encountered a bug on mobile safari (iPad):
All ComboBoxes don't have a scrollbar, so you can only see the first n items and can't scroll to the invisible items lower in the list.
You can... -
15 Sep 2010 3:10 AM
- Replies
- 6
- Views
- 2,318
Hi everyone,
we're currently testing our application on the iPad.
But at some places mobile safari just closes, it most likely crashes.
You can reproduce this by just visiting the explorer demo... -
2 Aug 2010 8:05 AM
- Replies
- 8
- Views
- 1,932
Unfortunately I don't have any webspace to upload it, but I added it to the original post as an attachment.
I had to remove the "resources" folder (gxt images, css, etc) and the gwt-servlet.jar from... -
2 Aug 2010 7:31 AM
- Replies
- 8
- Views
- 1,932
This doesn't fix the problem.
I added a screenshot to the original post. Maybe it helps. -
2 Aug 2010 7:24 AM
- Replies
- 8
- Views
- 1,932
Does the shadow also have influence on the dialog content?
Because the dialog itself looks larger than it should be (which means the area between the titlebar and the buttonbar is too large).
I... -
2 Aug 2010 7:04 AM
- Replies
- 8
- Views
- 1,932
Hi,
there is a bug with maximized dialogs (that means GXT windows with a buttonbar):
- the maximized height is larger than the container height, a scrollbar is visible and the buttonbar is below... -
23 Jul 2010 1:50 AM
- Replies
- 1
- Views
- 1,073
Hi everyone,
I discovered a bug in 2.2.0-beta which we did not experience with 2.1.3:
Clicking outside of a list view item in a ListView (e.g. below the last item) results in a mouse click event... -
21 Jul 2010 5:16 AM
- Replies
- 3
- Views
- 1,076
Seems to be fixed now, everything works fine again. Thanks!
As for the release notes, there's a typo: "device" => "divide" -
21 Jul 2010 3:10 AM
- Replies
- 3
- Views
- 1,076
Hi,
I just encountered a bug when loading a LiveGridView store for the first time:
in LiveGridView.java@242:
if (totalCount != loader.getTotalCount()) { // totalCount = 0,... -
3 Mar 2010 4:28 AM
Jump to post Thread: [FIXED] German Translation by SopGreg
- Replies
- 3
- Views
- 1,356
Hi everyone, there are still some strings missing in the german translation, here they are:
# MessageBox
messageBox_close=Schließen
# TimeField
timeField_minText=Die Zeit in diesem Feld... -
3 Mar 2010 4:13 AM
- Replies
- 4
- Views
- 1,853
I can confirm this, please provide a quick fix, something like this:
long l1 = t1.getDate().getTime();
Long l2 = null;
if (t2 == null) {
DateWrapper temp = new DateWrapper();
temp...
Results 1 to 20 of 20
