Search Type: Posts; User: rh_it

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Hello, I set the
    Window closeAction as destroy

    FieldContainer (has no property like destroy)

    Grid closeAction as destroy.

    I tried to set all of them as hide but something broke up the...
  2. Exactly I got the same error. I have a grid placed in a Window, when I click the button to open it works well, but If I close and retry to open it a second time doesn't work. The console log show...
  3. Maybe I fixed it up! As you said I uninstalled the SDK-Tools, then the most important thing, I put the entire ext-4.2.0.663 folder under C:\inetpub\wwwroot\ext-4.2.0.663.
  4. Mmh, what do you mean? The guide says to download and install both of them:
    1)Download and install Sencha Cmd (SenchaCmd-3.1.0.256-windows.exe)
    2)Download the appropriate version of the Ext JS SDK...
  5. Thanks a lot but It is the exactly the executable I downloaded and installed:
    SenchaCmd-3.1.0.256-windows.exe (38.600kb)
  6. Hello everyone, I'm trying to follow the tutorial guide Introduciton to Sencha Cmd - Ext JS 4.2.0, well I got a problem in System Setup (page 2) ...I spent most of the time during this morning to...
  7. hi there, what do you mean with " for developers working on large projects and in multi-person teams.", It seems to be the same, there's no any CVS, Team-Syncronize, Share Project options...
    Am I...
  8. 42401
  9. Nice, I'll take a look on it, maybe I'll put all the stuff on VM before. Then next week will be avaible the autoupdate, correct?
  10. That's sounds good. thank you Aaron, when are you plan to release the Architect 2.2? I still using the 2.1.0 and I can't wait to put hands on the upcoming version 2.2 :) Hope you'll solve all your...
  11. 絶対必要なんです~
  12. Hello everyone. Tonight I had a dream. I dreamed a new release of Architect Designer with two features:

    1) "Find duplicate ID" under the menu Edit:
    That's because yesterday I spent the all day on...
  13. Replies
    1
    Views
    231
    Hello everyone, I'm trying to theming extjs with SASS, everything works fine but I don't know how could I customize panel tools icons referred in tools\tool-sprites.gif and panel\tool-sprites.gif,...
  14. Replies
    1
    Views
    388
    I found a work-around it might save somebody...
    If add in the IE9 set the compatible mode to IE8 it fix-up this kinda problem
    I just declared:

    <meta http-equiv="X-UA-Compatible" content="IE=8"...
  15. Replies
    1
    Views
    388
    Hello I have a peculiar problem about calling my application in an iframe from an another application with IE9 and Ext 4.2.1., I try to explain:
    It happen when I close a window that I open before...
  16. Oh brilliant Aaron, thanks a lot! It would be very useful for a developer indent variables after equal signs.
  17. Hello everybody, unfortunately the SummaryType doesn't allows to easily add a customized function because displays only:

    39145

    But I noticed that to add a custom function to SummaryType you...
  18. Hello can I set a custom summaryType in Architect? Because it shows me just the principal types like sum, min, max, average, ecc. How can I override the main summary type methods? Or edit directly...
  19. nope, If I want to indent a single code line
    For example:

    var dummy = "1234";
    and after the variable i use the tab it insert the tabspaces at the begin of the...
  20. hello everybody I noticed that the indent code doesn't work well. Or maybe do I something wrong, does anybody confirm me that?
    When I try to indent with tabspace, for example after the equals sign,...
  21. Replies
    1
    Views
    243
    Hi everybody, I got a problem with customizing themes with SASS, I tryed to set a new $base-color and it worked fine with Chrome, FF, Opera, Safari ecc, but it doesn't with IE9, what should I do?...
  22. Replies
    1
    Views
    602
    I solved by myself, it was just a misstype!
    I post here what I did, It may help somebody else...




    var store = Ext.create('Ext.data.Store', {
    groupField: 'project',
    model: 'myItems',...
  23. its very simple, you just have to add this property to your textfield, for ex.:


    {

    xtype: 'textfield',

    fieldLabel: 'Targa',

    width: 650,
  24. Replies
    1
    Views
    602
    Hello I got a little problem, how can I call a CRUD action "update" from my button? Is it possible? I tried many ways but theres nothing to do... here it is the code I wrote...


    the Store

    ...
  25. Hiya beckdawg, I'm trying to nest two grids with the rowexpander plugin, how did you solved, If is it possible can you show the code where the row call the nested grid?
Results 1 to 25 of 36
Page 1 of 2 1 2