Search Type: Posts; User: pixman

Search: Search took 0.02 seconds.

  1. if i change the config.cfg file, and add :


    app.page.name=index.php
    app.page.file=${app.dir}/../${app.page.name}


    i have no change, the build work.
  2. Thank you.
  3. Hello,

    with this configuration the new index.html is used and i can view it in the production build folder.

    but in the bootstrap.js file the paths are write for an index file was in the same...
  4. Hello.
    In application generated by cmd, the index.html is inside the app folder.

    but in mys projects, the html file must be outide this folder.

    in the generated i must modify the "Ext" path,...
  5. hello,
    I don't understand.
    If i load a store using a simple direct proxy, one request was send -> ok
    If i load a second store, using a direct proxy ( not same method ), the "2 query's" are sending...
  6. Hello,

    I need a clarification for the store "totalProperty"

    If the store make a request on the server , and apply a filter and a pagination ( "start", "limit" )

    the totalProperty must send...
  7. hello,

    i have change my server code from this post : http://www.sencha.com/forum/showthread.php?79211-Ext.Direct-for-CodeIgniter

    to the code from this :...
  8. Hello,
    My direct API is on a server ( not on the same domain ).
    My apache headers are set for enable the cross domain :

    Header set Access-Control-Allow-Origin "*"
    Header set...
  9. Hello,

    In architect, if i configure the store reader with direct with directfn, or API, architect telle me an error on load datas : Unable to load data from the supplied directFn.

    but in brower...
  10. Replies
    1
    Views
    287
    Hello,

    I have a bug on architect using this behavior :

    1. make a simple initial view "MyPanel" in architect ( i'ts use as initial view )
    2. create new controller " MyController"
    3. assing...
  11. Ok, i'm juste a newbie :s

    if have simply add

    $scope-reset-css: true;

    on my start scss file, and it's done !

    Thanks
  12. Hello,

    I want to create my own theme for Ext. ( using 4.1 )

    With the doc i can generate a modified version ( SASS is really amazing :D )

    but if y want use the scoped theme for my starting...
  13. I have test the same code but quering view in place of dataview.

    Thanks a lot for your help :-)
  14. Hello,
    in my treePanel i have implement the treeviewdragdrop Plugin.

    I listen the events 'drop' and 'beforedrop' in the viewConfig declaration, like this :

    ...
  15. Thank for your help.

    I have modified you source for adapting to my controller

    i have insert my plugin with an pluginID

    plugins : [Ext.create('Ext.grid.plugin.CellEditing', {...
  16. Hello,
    I'm using a treepanel for manage folders.

    I have add CellEditing for manage rename action.

    I have a simple question.

    When i create new folder, i want select it in the tree panel, and...
  17. Yes !

    I have read the source of Ext.form.panel
    and the methid get values is

    getValues:function(){
    return this.getForm().getValues(); },

    I think, your approch is better
  18. Hello i have make a test.

    If i check dirty fields with this code :


    // var form is assign to form panel ( not form basic instance )

    form.getValues(false,true);
  19. Replies
    3
    Views
    757
    Just for information, i add a link to an equivalent ressource code in objective-c

    http://stackoverflow.com/questions/902950/iphone-convert-date-string-to-a-relative-time-stamp

    if this date...
  20. Replies
    3
    Views
    757
    Thanks for reply.

    Okay, this is the good way for displaying the data.
    But my question is based on the "transform" date to human.
    Can it's exist a snippet code, or a framework method for make...
  21. Replies
    3
    Views
    757
    Hello, it's my first post on this forum.
    EXTSJ is really good framework for web GUI.

    I have a question.
    I want to display datetimes on a grid.
    I want to display theses datetime as "mac osx"...
Results 1 to 21 of 21