Search Type: Posts; User: KajaSheen

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    110
    Thanks for the answers. That is also a strong argument to always use initComponent to set default values for different extended components. But unfortunatly that overcomplicates my code right now....
  2. Replies
    3
    Views
    110
    Another question about configuration.

    I have a specialized Grid component, which has all the columns etc. for a specific model and also a viewConfig. Currently I use this grid in different places....
  3. How can I set the correct scope of a function inside the viewConfig configuration. I want it scoped to the GridView. Setting the function on the grid is not an option, because the listeners are build...
  4. Then the existing record would be updated and have the same ID as the old record. The store aka grid would only show the one updated record and saving again would update the old record (because of...
  5. Once again I have a perhaps stupid sounding question.

    I have a Store and a Model that handles Fees that my customers have to pay. Each Fee has a starting date and an end date. Now I want to be...
  6. I am now posting in this thread, as I followed it to start migrating my 4.1 theme to 4.2

    So far not a whole lot works as before. I was able to get the custom package to compile and I started to...
  7. Replies
    4
    Views
    338
    Just found the nice post here http://www.sencha.com/forum/showthread.php?258942... I just had copied the theme folder (as i did with my 4.1 theme). Seems the workflow has gotten a bit different......
  8. Replies
    4
    Views
    338
    Hey, I wanted to get started to try our application with the 4.2 RC, but since we use a heavily customized theme I wanted to start migrating the theme at the same time. But so far I have had no luck...
  9. Completly fine as a solution. Should be reflected in the documentation for alias definition and ComponentQuery. Thanks a lot.
  10. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.2a

    Description:
    When the class alias contains additional dots (widget.ux.newcomponent) the ComponentQuery (i.e. down) fails.

    Test Case:
  11. Replies
    1
    Views
    349
    I would find it useful to add a FileApi check to the Ext.supports object for convenience.

    Currently I use this in my code as an "override":


    /**
    * @property FileApi True if...
  12. Once again a little thing I needed for my application and wanted to share with you. I use a FormPanel with a whole lot of DisplayFields for a quick preview of my records. Now I had a field that...
  13. This is my solution, which is far from perfect right now, but maybe a starting point for others in this direction:


    Ext.widget('grid', {
    height: 500,
    uxResized: false,
    ...
  14. I have a page which has a grid and the possibility to edit records of this grid via forms. Now if the user tries to close the form I already check if it is dirty and ask if the user wants to save the...
  15. Replies
    146
    Views
    35,413
    Hey,

    very nice Plugin. Been playing around with it and noticed two little things:

    OperatorButton gives an error, when the filterbar is destroyed before it was rendered. I.e. when part of a...
  16. Add the possibility to have a remote summary supplied with a server response, when you have a grid with lots of rows (and paging), but want to display a summary over all rows, i.e. account balance....
  17. I checked and only the GroupedSummary has remote support. Is there any way to have the same for the regular summary? Because I have an accounting grid with lot's of rows, but the client wants to see...
  18. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.2a

    Browser versions tested against:
    Chrome IE8 FF17 (firebug installed) Safari 5

    DOCTYPE tested against:
  19. Replies
    1
    Views
    368
    Sometimes on has a typo in the definition of an xtype or something. Then the instantiation fails (for me in the ClassManager.parseNamespace function. But the error message is just "name is undefined"...
  20. Replies
    1
    Views
    344
    There is a typo in the widgets/_button.scss in line 860. It should read $color-disabled and not just $color.


    @if $color-disabled != $color {
    color: $color-disabled !important;
    }
  21. Replies
    2
    Views
    657
    Ok, that was quick. Java was not on my PATH in my ruby shell...

    Make sure that java is executable from your current directory.
  22. Replies
    2
    Views
    657
    I installed the new Cmd and upon running I get the following error:

    sencha.wsh.js(209,5) WshShell.Exec cannot be found.

    Am I missing any prequesites?

    Using Windows 7

    Any help would be...
  23. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.1 RC2

    Browser versions tested against:
    IE8 FF13 (firebug 1.9 installed) Safari 4

    DOCTYPE tested against:
  24. My controller manages multiple instances of the same view (which are windows, that can be open simultaniously)... Now I have a ref in my controller that points to that component, and I wanted to...
  25. Replies
    2
    Views
    676
    I have the same problem. And searching for a solution.

    @Scott, it seems that your code is Ext 3.x, the functions you are using are not available anymore. If someone has a tip on how to access a...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4