Search Type: Posts; User: pepez
Search: Search took 0.02 seconds.
-
18 Jan 2011 2:04 AM
- Replies
- 1
- Views
- 1,872
Ideally I would like to have button like 'Today' to clean up the date. Has anyone added such or do you simply leave the field editable so users can clean it manually?
-
27 Sep 2010 1:29 AM
- Replies
- 1
- Views
- 762
Found this:
http://www.sencha.com/forum/showthread.php?109013-How-to-change-StringFilter-width-for-Internet-explorer-(ie)-compatibility -
24 Sep 2010 8:31 AM
- Replies
- 1
- Views
- 762
I have a grid with several columns and I added a StringFilter to one of them. On IE6 and IE8 the filter's input field and the surrounding menu are insanely wide. FF and Chrome work fine. I worked...
-
28 Sep 2009 1:03 AM
Jump to post Thread: Where is GXT 2.0.2? by pepez
- Replies
- 14
- Views
- 5,019
That is an important point. We have an open source project with GPL license and we are using GXT 2.0.1 at the moment. But we cannot make a release as long as we are stuck with 2.0.1. So our options...
-
25 Sep 2009 12:41 AM
Jump to post Thread: Where is GXT 2.0.2? by pepez
- Replies
- 14
- Views
- 5,019
I find current situation confusing. The latest publicly available GXT release is 2.0.1 at the moment. Previously, all releases have been public but now it looks like they rather post a teaser link to...
-
2 Sep 2009 3:36 AM
Jump to post Thread: BigDecimal issue by pepez
- Replies
- 6
- Views
- 5,606
Good advice, thanks! =D>
-
20 Aug 2009 2:45 AM
- Replies
- 5
- Views
- 2,241
Thanks! Is there any work around to solve this before 2.0.2 release?
-
11 Aug 2009 1:32 AM
Jump to post Thread: Ext GWT 2.1.0 Now Available by pepez
- Replies
- 70
- Views
- 48,936
We are also waiting for 2.0.2. Some IE bugs marked FNR keep us wondering whether to revert to 1.2.x for the first release. Is there a public release schedule or simply 'when it is ready'?
-
5 Aug 2009 5:45 AM
- Replies
- 5
- Views
- 4,659
Good example! ~o)
-
31 Jul 2009 7:28 AM
- Replies
- 5
- Views
- 2,241
This one is really bizarre. I have a context menu (extends Menu) for a grid. The items of the context are set in a method triggered by Events.ContextMenu.
The method cleans up old menu items and... -
10 Jul 2009 5:43 AM
- Replies
- 3
- Views
- 1,283
I noticed the same when I updated our application from 1.2.4 to 2.0.0. I fixed this simply by setting setAnimCollapse(false) for each panel inside the accordion.
-
20 May 2009 8:21 AM
- Replies
- 5
- Views
- 4,784
Ah, nothing to do with GXT. Our file handling was not handling form properly.
Calling org.apache.commons.fileupload.FileItem.isFormField() helps... :"> -
20 May 2009 6:21 AM
- Replies
- 5
- Views
- 4,784
test case:
package ccc.contentcreator.client;
import com.extjs.gxt.ui.client.event.ButtonEvent;
import com.extjs.gxt.ui.client.event.SelectionListener;
import... -
12 May 2009 1:37 AM
- Replies
- 5
- Views
- 4,784
Anyone else with the same problem? Or am I using file upload somehow in a wrong way? :-?
-
3 May 2009 2:07 AM
- Replies
- 5
- Views
- 4,784
The request is parsed using org.apache.commons.fileupload.servlet.ServletFileUpload parseRequest.
On IE 6 & IE 7 file upload request contains two fields with same name for FileUploadField. On FF3... -
6 Apr 2009 3:16 AM
- Replies
- 4
- Views
- 1,473
Good to hear - thank you!
-
6 Apr 2009 3:06 AM
- Replies
- 4
- Views
- 1,473
public void onModuleLoad() {
final Window w = new Window();
w.setWidth(640);
w.setHeight(480);
w.setLayout(new FitLayout());
... -
6 Apr 2009 2:09 AM
- Replies
- 4
- Views
- 1,473
If a ComboBox is placed on the FormPanel, it is rendered wrong on Safari 3 (both windows and mac). Same works fine on FF. Replacing FormPanel with VerticalPanel fixes the rendering problem.
... -
6 Apr 2009 1:57 AM
- Replies
- 1
- Views
- 964
I have a ListStore for the ComboBox and I would like to have an item there with < > characters. This however is not rendered properly in the drop down list.
final ListStore<ModelData> store =... -
17 Mar 2009 1:59 AM
- Replies
- 2
- Views
- 1,509
I have a Grid and I would like it to scroll up/down automatically when the user is dragging an item on its upper/lower end and the grid has enough items for a scrollbar.
Is this already existing... -
16 Mar 2009 6:02 AM
- Replies
- 2
- Views
- 1,316
I have following grid:
Grid datagrid = new Grid<ModelData>(detailsStore, cm);
final GridDragSource gds = new GridDragSource(datagrid);
target = new GridDropTarget(datagrid);... -
13 Mar 2009 1:31 AM
Jump to post Thread: GXT grid and grid row drag'n drop by pepez
- Replies
- 3
- Views
- 3,677
It seems that in this case the ModelData item is removed from the store when DND starts. When it is placed to be the last item, the insert is done outside store boundary and an exception happens...
-
12 Mar 2009 9:04 AM
Jump to post Thread: GXT grid and grid row drag'n drop by pepez
- Replies
- 3
- Views
- 3,677
I am trying to add possibility to reorder grid rows and I have following grid:
Grid datagrid = new Grid<ModelData>(detailsStore, cm);
final GridDragSource gds = new GridDragSource(datagrid);... -
3 Feb 2009 7:25 AM
- Replies
- 5
- Views
- 1,417
Is this included in GXT 1.2.2? I don't see this mentioned in the http://extjs.com/deploy/gxt-1.2.2/release_notes.html
-
16 Jan 2009 2:01 AM
- Replies
- 5
- Views
- 1,417
This problem was introduced with 1.2.1, version 1.2 works fine.
Results 1 to 25 of 31
