Search Type: Posts; User: halcwb

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. You're right, only I am just curious why it is not working with the hash. Actually, I just use this kind of code in the console the inspect some object or in test code.
  2. Yes, the examples were tested directly in the browsers console.
  3. I just tried it again, using component query to find all windows and then using an id to pick out a specific window, same problem there.
  4. Thanks the brackets were a copy paste typo, the problem also occurs without the brackets.
  5. Thanks, found that out just before you posted your answer! But thanks.
  6. Ok, it was something stupid, I did not update the shared layout that still pointed to the Ext 4.0.7 css file.
  7. I have a login screen with two textfields in a fieldset. Using Ext 4.0.7 those fields fill out nicely in the fieldset, however, after upgrading to Ext 4.1.0, the fields take up only about a half of...
  8. I have a component with id: productSubstanceTestGrid

    If I use:


    Ext.ComponentQuery.query('#productSubstanceTestGrid')

    To retrieve the component, the result is empty.

    However using this...
  9. Thanks. My next, obvious question, is there a way to exclude certain folders from this indexing activity? I.e. this could apply to VS 2010 or ReSharper.
  10. Whenever I remove or add the sencha library to a VS 2010 project, the IDE becomes almost unresponsive. Is this happening to other users as well? Could this be because of some sort of indexing going...
  11. Replies
    8
    Views
    1,265
    I agree and have to say that we have similar experiences with the support system of Sencha. Sadly, there is no sign that Sencha is learning from this. They keep pushing products. Recently I upgraded...
  12. If I past the following code in my application window, the window crashes (code get's into infinite loop as posted above). If I post the code in the console of the Sencha website, I get the expected...
  13. This code get's into a loop when selectorMatch is undefined (Ext. 4.0.6, line 14712).



    for (i = 0; selector && i < length; i++) {
    matcher =...
  14. Replies
    2
    Views
    509
    Yes, I think so. However, is there a way to generate test code against server side test stubs? Otherwise it is very difficult to generate isolated test cases.
  15. Replies
    2
    Views
    509
    REQUIRED INFORMATION

    28349

    Ext version tested:

    Ext 4.0.6
    Browser versions tested against:

    Chrome
  16. Indeed, this thread is closed as being fixed. Unfortunately not for me, and I guess many others.
  17. Thank you so much, I stumbled over this as well, created two aliases and forgot to prefix one with widget. Great, those error descriptions from Sencha;-).
  18. Replies
    7
    Views
    1,764
    It happens with mac os x 10.6.8 and Chrome 14.0.835.186
  19. You mean, you tested the file with 1.2.1 and using that version there were no crashes?

    Thanks -- Casper
  20. Same problem here, yesterday I tried the code in both FF 6.02 and in Chrome 14 and each time I run into the above errors. Today, they vanished. I am puzzled.
  21. Here is the offending file:28192
  22. REQUIRED INFORMATIONExt version tested:

    Ext 4 rev 0.2.a
    Browser versions tested against:

    Chrome
    DOCTYPE tested against:


    ____
  23. I will just give you the code, because frankly, I kind of had with all the bugs:



    Ext.define('GenForm.lib.view.ui.ProductEdit', {
    extend: 'Ext.form.Panel',


    height: 498,
    ...
  24. I experience frequent crashes with Ext designer (version 1.2.0 for OS X Snow Leopard). If I look at a preview and return to the designer, below the current design only shows a 'ghost image' (I only...
  25. Replies
    7
    Views
    1,764
    Using Chrome (version 14.0.835.163) I sometimes experience an annoying behavior when I want to select a menu item from the Sencha website top menu. The moment I hover over the item, the drop down...
Results 1 to 25 of 70
Page 1 of 3 1 2 3