Search Type: Posts; User: mrjoe
Search: Search took 0.02 seconds.
-
8 Jan 2013 5:21 PM
Jump to post Thread: ProgressMessageBox display error by mrjoe
- Replies
- 0
- Views
- 189
Version: GXT-3.0.4-SNAPSHOT
Description:
When I call "setPredefinedButtons()" of the ProgressMessageBox instance, then progress bar is not visible. If I call it with parameter, like:... -
7 Jan 2013 7:25 AM
- Replies
- 2
- Views
- 458
Version: GXT 3.0.4-SNAPSHOT
How to reproduce:
- Open grid context menu and select Columns item.
- Select a column to show.
- Then open context menu for the newly showed column.
Both context... -
28 Dec 2012 3:39 PM
- Replies
- 0
- Views
- 290
In class Loader (package com.sencha.gxt.data.shared.loader) access to the ensureHandler() should be protected. Currently there is no consistent way to extend Loader to handle custom events.
-
1 Nov 2012 3:27 AM
Jump to post Thread: ComboBoxCell exception on IE8 by mrjoe
- Replies
- 7
- Views
- 1,656
Thank you for your effort! I will test it in my project and will report back. Is it sufficient to update GXT to SVN revision 2582?
-
30 Oct 2012 3:57 PM
Jump to post Thread: ValueBaseInputCell exception by mrjoe
- Replies
- 2
- Views
- 736
I have combo box placed in the dialog window. Error happens when I close the dialog.
When I close the window then driver.flush() and combo.isValid() methods are called.
My combox is initialized... -
30 Oct 2012 3:03 PM
Jump to post Thread: ValueBaseInputCell exception by mrjoe
- Replies
- 2
- Views
- 736
I don't know exactly how to reproduce this error - it happens sometimes when combo box suddenly loses focus while user is typing. But I can provide you with stack trace.
It is generated by the GXT... -
11 Oct 2012 10:54 AM
Jump to post Thread: ComboBoxCell exception on IE8 by mrjoe
- Replies
- 7
- Views
- 1,656
ComboBox is visible and enabled. I do not disable it from my code. It is only disabled by the parent toolbar while waiting for loader to finish loading data.
-
10 Oct 2012 2:43 AM
Jump to post Thread: ComboBoxCell exception on IE8 by mrjoe
- Replies
- 7
- Views
- 1,656
Hello
I added ComboBox component to the PagingToolBar component to enable user to change number of displayed items in the table. Everytime user changes table row count, he gets following error in... -
22 Aug 2012 12:39 PM
Jump to post Thread: TextArea input error [beta-4] by mrjoe
- Replies
- 3
- Views
- 723
Upgrade to latest version fixed this bug.
-
10 Apr 2012 4:51 PM
- Replies
- 0
- Views
- 365
Version(s) of Ext GWT
GXT 3.0 RC
Browser versions and OS (and desktop environment, if applicable)
Firefox 10, Windows 7 (32bit)
Virtual Machine
No -
31 Mar 2012 6:55 AM
- Replies
- 3
- Views
- 772
This code will produce validation error.
Window window = new Window();
window.setPixelSize(400, 120);
window.setModal(true);
window.setBlinkModal(true);
window.setHeadingText("Author");
... -
28 Mar 2012 12:17 PM
- Replies
- 3
- Views
- 772
When I move dialog window, EmptyValidator will mark focused TextField as invalid.
Steps to reproduce:
1. open new dialog windows with empty textfield
2. click textfield and enter some text
3.... -
15 Mar 2012 1:00 PM
Jump to post Thread: TextArea input error [beta-4] by mrjoe
- Replies
- 3
- Views
- 723
In Beta-4
When entering text into TextArea - pressing ENTER does not result in new line. -
19 Dec 2011 11:33 AM
- Replies
- 0
- Views
- 348
There is a bug in Store.java (GXT 3.0-beta1)
public boolean isCurrentValue(M model) {
return (access.getValue(model) == null && value == null) || access.getValue(model).equals(value);
}
... -
5 Dec 2011 3:17 PM
Jump to post Thread: TabPanel + FormPanel problem by mrjoe
- Replies
- 0
- Views
- 603
If I try to create FormPanel inside TabPanel I get strange layout behavior.
How it looks when I call show() on window for the first time:
29812
When I show window for the second time I get... -
3 Nov 2011 1:04 PM
- Replies
- 2
- Views
- 1,419
When I call TextField setName() method it won't set name property in HTML.
FormPanel form = new FormPanel();
// ...
VerticalLayoutContainer p = new VerticalLayoutContainer();
form.add(p);
...
Results 1 to 16 of 16
