1. #341
    Sencha User
    Join Date
    Feb 2008
    Posts
    54
    Vote Rating
    0
    rtrocc is on a distinguished road

      0  

    Default


    yep, its all about the response header from the server... I had that same problem...

  2. #342
    Ext JS Premium Member
    Join Date
    Aug 2007
    Location
    Germany
    Posts
    139
    Vote Rating
    0
    Spirit is on a distinguished road

      0  

    Default


    Hi Saki!

    I have a little problem with css (i think).
    If i move the last file out of a folder to another one, the now empty folder doesnt have the folder icon anymore.
    I verified the html output on your demo server (where it works) and all classes seem to be set right, so i m a little bit confused. The html which doesnt work:
    Code:
    <li class="x-tree-node">
    <div id="extdd-7" class="x-tree-node-el x-unselectable x-tree-node-leaf" unselectable="on" ext:tree-node-id="ynode-420">
    <span class="x-tree-node-indent">
    </span>
    <img class="x-tree-ec-icon x-tree-elbow" src="resources/images/default/s.gif"/>
    <img id="extdd-8" class="x-tree-node-icon folder" unselectable="on" src="resources/images/default/s.gif"/>
    
    ...
    if i reload the page (now the folder is still empty) and the icon is shown right with the following code:
    Code:
    <li class="x-tree-node">
    <div id="extdd-7" class="x-tree-node-el x-unselectable x-tree-node-collapsed x-tree-node-leaf" unselectable="on" ext:tree-node-id="ynode-420">
    <span class="x-tree-node-indent">
    </span>
    <img class="x-tree-ec-icon x-tree-elbow" src="resources/images/default/s.gif"/>
    <img id="extdd-8" class="x-tree-node-icon folder" unselectable="on" src="resources/images/default/s.gif"/>
    ...

    The Difference between these 2 comes down to the class "x-tree-node-collapsed" but i see no reason why it works on your server and not on mine.

    So where is the class "x-tree-node-el x-unselectable x-tree-node-leaf" defined ?

    Any suggestions, any hints would be appreciated

    Greetz Spirit

  3. #343
    Sencha User luisparada's Avatar
    Join Date
    Nov 2007
    Location
    Venezuela
    Posts
    93
    Vote Rating
    2
    luisparada is on a distinguished road

      0  

    Default how can i change the position of the toolbar????

    how can i change the position of the toolbar????


    Hello, I'm looking this extension, and I need to break appart the fileuploader panel, in this module we have a panel with a bbar or tbar, but, how can I change the position of the toolbar (add and upload buttons) to transform this uploadpanel into a clasical position of a input type file? I mean the panel in the leftside and the toolbar at the right of the uploadpanel?, and the size of the panel must have the same dimension of a normal input text., how can i do this??
    Attached Images
    ____________________________________
    do not make install, just compile it.!!!
    --------------------------------------------------
    //*************k4m1k4z3************\\

  4. #344
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,121
    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


    Quote Originally Posted by Spirit View Post
    Hi Saki!

    The Difference between these 2 comes down to the class "x-tree-node-collapsed" but i see no reason why it works on your server and not on mine.

    So where is the class "x-tree-node-el x-unselectable x-tree-node-leaf" defined ?

    Any suggestions, any hints would be appreciated

    Greetz Spirit

    I don't know either. Look for ext-all.css and, generally, for *.css.

  5. #345
    Ext User
    Join Date
    Nov 2007
    Posts
    297
    Vote Rating
    0
    smartlit is on a distinguished road

      0  

    Default


    Hello,

    I posted in http://www.extjs.com/forum/showthread.php?t=38628 but later I thought this thread may be the correct one for my message.
    Thanks,

    Paul

  6. #346
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,121
    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


    You can extend UploadPanel to achieve what you need.

  7. #347
    Sencha User
    Join Date
    Feb 2008
    Posts
    54
    Vote Rating
    0
    rtrocc is on a distinguished road

      0  

    Default


    Saki, there is a bug in IE7 that removes all buttons from the tbar when clicking the "remove all" button.

    It even happens in your demo. Try to add a file or files and click the remove all button (before attempting upload). This happens in IE7, works great in FF2. Just thought you should know

  8. #348
    Sencha User luisparada's Avatar
    Join Date
    Nov 2007
    Location
    Venezuela
    Posts
    93
    Vote Rating
    2
    luisparada is on a distinguished road

      0  

    Default


    Thanks a lot, I'll try extending the uploadpanel, so we an add another configs to set the toolbar position to left or right. I think it's quite simple performing the css.
    Thanks.
    ____________________________________
    do not make install, just compile it.!!!
    --------------------------------------------------
    //*************k4m1k4z3************\\

  9. #349
    Sencha - Community Support Team mystix's Avatar
    Join Date
    Mar 2007
    Location
    Singapore
    Posts
    6,232
    Vote Rating
    2
    mystix will become famous soon enough

      0  

    Default


    haven't explored this example yet, but couldn't you set the toolbar position left/right simply by adding a Ext.Toolbar.Spacer (i.e. '->') as the 1st / last toolbar element?

  10. #350
    Sencha User luisparada's Avatar
    Join Date
    Nov 2007
    Location
    Venezuela
    Posts
    93
    Vote Rating
    2
    luisparada is on a distinguished road

      0  

    Default


    ok, I appologies for my ignorance, I haven't use this component yet. So i'll look at it.
    Thanks a lot.
    ____________________________________
    do not make install, just compile it.!!!
    --------------------------------------------------
    //*************k4m1k4z3************\\