Search Type: Posts; User: marswe
Search: Search took 0.02 seconds.
-
3 Sep 2008 12:29 AM
Jump to post Thread: [FIXED] markInvalid is not honored by marswe
- Replies
- 11
- Views
- 3,860
Nope, isValid should not run the validator methods, this is done with the validator() method. isValid should only return the current state in my opinion and the state should be able to be changed...
-
1 Sep 2008 2:07 AM
Jump to post Thread: [FIXED] markInvalid is not honored by marswe
- Replies
- 11
- Views
- 3,860
But I don't want to use a validator in this case. I want to mark the field invalid with the method markInvalid. Why does not the markInvalid method set the isValid to false?
/Markus -
28 Aug 2008 11:10 PM
- Replies
- 3
- Views
- 5,533
Hmm, there are still some differences in the behaviour.
The listener on the radio button reacts in the example below, but not the listener for the textfield. This is the case even when I'm setting... -
28 Aug 2008 10:39 PM
Jump to post Thread: [FIXED] markInvalid is not honored by marswe
- Replies
- 11
- Views
- 3,860
Still does not work with GXT 1.1 Alpha3 and IE7 & FF3.0.1.
My oppinion is that if you mark a field invalid with markInvalid then the isValid should return false, not true as the case is now. -
28 Aug 2008 6:20 AM
Jump to post Thread: [FIXED] markInvalid is not honored by marswe
- Replies
- 11
- Views
- 3,860
I assume when setting markInvalid on a TextField that the isValid flag returns false, but that's not the case with EXT GWT 1.1 Alpha2. It returns true.
package com.mygwtest.client;
import... -
28 Aug 2008 4:14 AM
Jump to post Thread: KeyPress event from a Grid by marswe
- Replies
- 7
- Views
- 3,390
Are there any plans to implement KeyPress event on a Grid? This feature is already there on Table, would be helpful in order to be able to select a row in a Grid with pressing enter or similar.
... -
27 Aug 2008 2:28 AM
- Replies
- 0
- Views
- 1,161
Hi!
I'm trying to implement a paging grid, which should show search results. But how should I implement the server side methods?
I got a RPCProxy which calls a method on the server side, but do... -
26 Aug 2008 6:50 AM
Jump to post Thread: KeyPress event from a Grid by marswe
- Replies
- 7
- Views
- 3,390
Is it possible to add a listener to a Grid and then react when a user press Enter to select a row in a Grid? I know it is possible with a table, but the Grid does not seem to respond to KeyPress...
-
26 Aug 2008 2:33 AM
- Replies
- 3
- Views
- 5,533
Hi!
In the code below there is a difference between how Radios and TextField call events. The Radio always sends a change-event when the page is rendered, but not a TextField. Hence, I have to add... -
20 Aug 2008 1:00 AM
Jump to post Thread: [FIXED] DateField setMinValue by marswe
- Replies
- 0
- Views
- 848
Found answer to my question on the premium area...
http://extjs.com/forum/showthread.php?t=43456
/Markus -
23 Jun 2008 2:38 AM
Jump to post Thread: Pageable table with MVC by marswe
- Replies
- 1
- Views
- 1,098
Hi,
I got a view where it is possible to search and the result is displayed in a table below. This is working when I have an ordinary table and the search request in sent from the view to the... -
17 Jun 2008 11:10 PM
Jump to post Thread: Different TabItem behaviour!? by marswe
- Replies
- 2
- Views
- 877
Ok, I tried a different approach and instead of putting the tabpanel itself in the registry I created a tabitem, added it to the tabpanel and put that into the registry. Then it worked!
-
17 Jun 2008 6:58 AM
Jump to post Thread: Different TabItem behaviour!? by marswe
- Replies
- 2
- Views
- 877
I have a TabPanel created in a View which I store in the Registry:
protectedvoid initUI() {
viewport = new Viewport();
viewport.setLayout(new CenterLayout());
ContentPanel panel = new... -
16 Jun 2008 2:29 AM
- Replies
- 4
- Views
- 4,907
Any update?
-
16 Jun 2008 12:30 AM
Jump to post Thread: Vertically radio buttons? by marswe
- Replies
- 6
- Views
- 2,149
Thanks for the reply.
Too bad, maybe a feature for the future then. Darrel? -
15 Jun 2008 11:16 PM
Jump to post Thread: Vertically radio buttons? by marswe
- Replies
- 6
- Views
- 2,149
bump
-
12 Jun 2008 4:26 AM
- Replies
- 4
- Views
- 4,907
When I try to deploy my application on a Websphere server I get the following error:
[6/12/08 13:34:28:117 CEST] 00000206 SystemErr R at... -
10 Jun 2008 11:14 PM
Jump to post Thread: Vertically radio buttons? by marswe
- Replies
- 6
- Views
- 2,149
Hi!
I got a problem which I can't find any solution to.
I have two radio buttons in a radiogroup inside a layoutcontainer with formlayout. The two radio buttons appear horisontally but I want...
Results 1 to 18 of 18
