Search Type: Posts; User: scottmartin

Page 1 of 5 1 2 3 4

Search: Search took 0.10 seconds.

  1. Here is a update.



    INSERT INTO states (abbr, name, slogan) VALUES
    ('AL', 'Alabama', 'Sweet Home Alabama'),
    ('AK', 'Alaska', 'North to the Future'),
    ('AZ', 'Arizona', 'The Grand Canyon...
  2. Replies
    1
    Views
    178
    Thanks for the report! I have opened a bug in our bug tracker.
  3. Replies
    169
    Views
    88,458
    The filter information is sent in the header:

    ex:


    filter:[{"property":"user_name","value":"admin","type":"string","operator":"like"}]


    The server side would need to parse this and then...
  4. Please post your questions in Q&A. Plugins is for release notifications.

    Try the following:



    Ext.Loader.setConfig({
    enabled: true
    });
    Ext.Loader.setPath('Ext.ux',...
  5. Thanks for the report! I have opened a bug in our bug tracker.
  6. This will be useful. Thank you for the contribution.

    Scott.
  7. Very nice.. Thank you for the contribution.

    Scott
  8. This is still marked as Unresolved. I will place a note on the report.

    We are actively discussing the issue of display bug reports as it is a common request.

    Scott.
  9. Replies
    5
    Views
    234
    Here are a few:

    http://www.manning.com/garcia3/
    http://www.packtpub.com/ext-js-4-first-look/book
    http://www.amazon.com/Learning-Ext-JS-Crysfel-Villa/dp/1849516847

    Scott
  10. @Zerkest

    Please download the latest nightly build from the support portal and see if the problem still exists.

    I was able to narrow it down to the GA release in displaying the issue.

    Scott.
  11. Thanks for the report! I have opened a bug in our bug tracker.
  12. I was able to duplicate this today. I had tested this on my local machine and I did not see it yesterday .. but I do see it on my local, our online API and in the latest nightly.

    Perhaps I loaded...
  13. Can you view the online example reports?

    What OS / browser are you using? What version of 3.4 are you using?

    Scott.
  14. I just filed a bug report there tabpanel was not adhering to UI changes as well.

    This might be related. I will make a note in the report.

    Scott.
  15. Replies
    9
    Views
    321
    Done ;)
  16. Please post each command from start until you received the error.

    Also, what is the version of Ext4/Touch that you are running?

    Scott.
  17. Thank you for the contribution.
  18. Replies
    9
    Views
    321
    The TaskManager should do what you need:

    // example


    if (button.pressed) {
    var combo = listForm.down('#interval-combo-id');

    Ext.TaskManager.start({
    run : function () {
  19. Glad you got it working .. btw, I did not vote you down .. twas someone else.

    Scott.
  20. Was this fixed .. any screenshots?



    I thought we were waiting on screenshots from you?

    We do not have any other reports of this that I can see. Perhaps try this on another machine.
    If this...
  21. Try commenting out your code in the add function to see what is causing your loop. You should also be able to see where this is happening in the callstack.

    I would start with looking at using...
  22. Nice work.

    Thanks,
    Scott.
  23. Thank you for the contribution.
  24. Looks like this has been corrected and will be in the 3.1.1 release.

    Scott.
  25. That is the intent and is discussed in the bug report.
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4