Search Type: Posts; User: Neilcoder

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Required Information

    Version(s) of Ext GWT
    3.0.1 Release Candidate

    Virtual Machine
    No

    Description
  2. 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...
  3. 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...
  4. 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. 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...
  6. 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...
  7. 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"); ...
  8. No problem!
  9. 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...
  10. Thanks!

    I just noticed the examples page was now using the grey theme so figured that there must be a new release! :D
  11. 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...
  12. 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...
  13. 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");
    ...
  14. 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...
  15. 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,...
  16. 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,...
  17. 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){
    ...
  18. 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
  19. 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...
  20. 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...
  21. 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...
  22. Hi Scott,

    that's what I'm looking for, its just I meant to post this in the GXT 3 forum :">
  23. 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?
  24. Thanks Colin! :D
  25. 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
Page 1 of 5 1 2 3 4