1. #11

  2. #12
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    MJ, if you can put it to form needed for my examples (html + js + css, if any) I can host it at my server. Looks nice and useful.

  3. #13
    Ext User
    Join Date
    Apr 2007
    Posts
    48
    Vote Rating
    0
    panosru is on a distinguished road

      0  

    Default


    Hi, jsakalos, I'm getting an error on examples.extjs.eu ..

  4. #14
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Which error? Which browser? Have you cleared cache of your browser?

  5. #15
    Ext User
    Join Date
    Apr 2007
    Posts
    48
    Vote Rating
    0
    panosru is on a distinguished road

      0  

    Default


    Its ok now, i was getting an error for about 2 - 3 days but now its ok.

    PS: Nice extension

  6. #16
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Yeah, I found it; it was a syntax error in one of the core files.

  7. #17
    Ext User
    Join Date
    Jan 2009
    Posts
    16
    Vote Rating
    0
    deka49 is on a distinguished road

      0  

    Default not displayed at first time

    not displayed at first time


    hi jsakalos,

    thanks for this bindMgr, it work fine but I forgot to see something because when I use it, it does not appear the first time, I must close and reopen my 'FormPanel'

    can I put the code here or should I open another post?


  8. #18
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,123
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Hmmm, BingMgr has no UI so I doubt your troubles are related to it. If you still think they are, then post the code here.

  9. #19
    Ext User
    Join Date
    Jan 2009
    Posts
    16
    Vote Rating
    0
    deka49 is on a distinguished road

      0  

    Default


    I found, I call my function mywin.show () too late.
    Now it works well
    sorry for the derangement
    thank you

  10. #20
    Sencha - Training Team mrsunshine's Avatar
    Join Date
    Sep 2008
    Location
    Germany - Darmstadt
    Posts
    682
    Vote Rating
    10
    mrsunshine will become famous soon enough

      0  

    Exclamation


    First, Ext.ux.data.BindMgr is a great class and works very well with 2.2

    at the moment i update a Application to 3.0 RC2. I found out that the afterCommit functianalty not work anymore.

    Could it be because of the
    PHP Code:
    // patch Ext.data.Record
    if('function' !== typeof Ext.data.Record.prototype.afterEdit) {
        
    Ext.override(Ext.data.Record, {
    ... 
    in Ext.ux.data.BindMgr ?

    Any tips are welcome to get this great extension running for Extjs 3.0

    greetings
    nils