Search Type: Posts; User: Neilcoder
Search: Search took 0.03 seconds.
-
8 Feb 2013 4:11 AM
Jump to post Thread: Comment Typo In FormPanelHelper by Neilcoder
- Replies
- 2
- Views
- 292
Required Information
Version(s) of Ext GWT
3.0.1 Release Candidate
Virtual Machine
No
Description -
10 Dec 2012 12:49 AM
Jump to post Thread: GXT Form Validation by Neilcoder
- Replies
- 12
- Views
- 22,119
Hi Colin,
Yes more than one instance of the validator,
I think that I was not sure at whether the re-use of the validator, would mean that if one field was validated then the others would also... -
4 Dec 2012 8:06 AM
- Replies
- 1
- Views
- 305
I'm not sure but this might help a little;
http://www.sencha.com/forum/showthread.php?189674
I'm guessing an alternative might be to extend the base xtemplate for grouping grid and make the... -
23 Nov 2012 3:59 AM
- Replies
- 0
- Views
- 454
I had started writing a post for this because I was stuck, but then i figured it out so I thought this might come in useful to other gxt users.
http://www.sencha.com/examples/#ExamplePlace:xmlgrid... -
5 Oct 2012 1:38 AM
- Replies
- 5
- Views
- 1,051
doh! Ahh, I think I understand what you are saying now...
I've coded my asWidget method to return a new instance, but what I should have really done is say make comboFieldLabel a private class... -
5 Oct 2012 1:04 AM
- Replies
- 5
- Views
- 1,051
Thanks for the reply.
The way I interpret what your saying is that the widget is like a generic UI interface (sort of like component but with more going on) and I find it very useful in that... -
3 Oct 2012 1:27 AM
- Replies
- 5
- Views
- 1,051
I'm not sure if this is a GXT or a GWT issue, since I am using GXT components as well as GWT.
myComboBoxExample.asWidget().setTitle("Archive Process Snapshot Report"); ... -
23 Aug 2012 2:55 AM
- Replies
- 4
- Views
- 977
No problem!
-
22 Aug 2012 6:33 AM
- Replies
- 4
- Views
- 977
Not sure exactly what you mean (the value of the checkbox or the tree store item?), but here is an example of what I think you might want to use;
tree.addExpandHandler(new... -
15 Aug 2012 4:47 AM
- Replies
- 3
- Views
- 2,087
Thanks!
I just noticed the examples page was now using the grey theme so figured that there must be a new release! :D -
13 Aug 2012 6:54 AM
- Replies
- 9
- Views
- 1,498
I found that the setAutoValidate(); method partly covers what I'm looking for for the email field.
I have a problem though checking if the textfield is valid;
I set my field to auto validate, i... -
2 Aug 2012 7:01 AM
- Replies
- 9
- Views
- 1,498
Thanks Colin
A nice to know but not essential (I know this is slightly off thread topic);
I have my email with validation shown below, using a ChangeHandler. I want on a change to run my... -
1 Aug 2012 11:20 PM
Jump to post Thread: GXT Form Validation by Neilcoder
- Replies
- 12
- Views
- 22,119
thanks Col!
I'm wondering with this approach;
RegExValidator myEmailValidator = new RegExValidator("^(\\w+)([-+.][\\w]+)*@(\\w[-\\w]*\\.){1,5}([A-Za-z]){2,4}$", "Email");
... -
1 Aug 2012 2:53 AM
Jump to post Thread: GXT Form Validation by Neilcoder
- Replies
- 12
- Views
- 22,119
I was trying to figure out how to validate emails in GXT3 so I updated this but it seems you don't add validators like you could in 2008.
I assume there's a simple way to validate email somehow? I... -
1 Aug 2012 12:24 AM
- Replies
- 9
- Views
- 1,498
All good questions, some fields are sort of blockers (that is a selection has to be made before moving on to the next) other fields are not order dependent. I think for the text fields that OnKeyUp,...
-
31 Jul 2012 7:13 AM
- Replies
- 6
- Views
- 2,051
Just added a shot here from my eclipse juno,
http://neiliscoding.blogspot.ie/2012/05/getting-started-quick-setup-for-gxt-3.html
I use; Run > Run configurations... to get there.
...and yep,... -
31 Jul 2012 1:42 AM
- Replies
- 9
- Views
- 1,498
Thanks! A very helpful posting once again colin!
Here's what I've come up with to "enable the next field".
public void enableNextField(Field<?> activeField, Container container){
... -
30 Jul 2012 12:28 AM
- Replies
- 6
- Views
- 2,051
These are the jars that worked for me;
gxt-3.0.0.jar
gxt-chart-3.0.0.jar
gxt-legacy-3.0.0.jar
uibinder-bridge-2.4.0.jar
gwt-dev.jar
gin-1.5-post-gwt-2.2.jar
guice-3.0.jar
json-org.jar -
30 Jul 2012 12:25 AM
- Replies
- 6
- Views
- 2,051
It might help to comment out the entrypoint in the exlorer xml file, and/or you could be missing some of the jars that you need to run the example.
I've set it up a couple of times now and I've... -
26 Jul 2012 11:33 PM
- Replies
- 9
- Views
- 1,498
Thanks jason, I think I see what you're getting at, I have listeners like those below, what I'm looking to write is an easy to used getNextFocus() style method, so that I don't have to hard code the...
-
26 Jul 2012 4:51 AM
- Replies
- 9
- Views
- 1,498
Hello all,
I'm attempting to write a function to allow me to cycle through form fields. I had a look at the API for something similar to; FocusTraversalPolicy but the closest I could come to... -
17 Jul 2012 11:05 PM
- Replies
- 3
- Views
- 642
Hi Scott,
that's what I'm looking for, its just I meant to post this in the GXT 3 forum :"> -
17 Jul 2012 5:37 AM
- Replies
- 3
- Views
- 642
Hi, I was wondering whether when using a Grid, (in GXT3), if there's a way to position the headers so that the appear on the West of a Grid rather than the North?
-
4 Jul 2012 11:25 PM
- Replies
- 7
- Views
- 3,275
Thanks Colin! :D
-
2 Jul 2012 11:52 PM
- Replies
- 7
- Views
- 3,275
Would love to know if there are any known compatibility issues yet. If I understand correctly GXT 3 has moved in a direction so that it integrates better with GWT 2.4 by using more of the core of...
Results 1 to 25 of 110
