change position of Porgress bar

Last post 01-30-2009, 10:15 AM by cutechat. 4 replies.
Sort Posts: Previous Next
  •  01-27-2009, 11:14 AM 48106

    change position of Porgress bar

    Hi,
    i ask help because i must change position of my progress bar in mi Ajax Uploader.
    This is my code:
     
    <MagicAjax:AjaxPanel runat="server" ID="MagicAjax1" MonitorVisibilityState="false" AjaxCallConnection="Synchronous" CssClass="content3">
    <asp:Button ID="ButtonDeleteAll" runat="server" Text="Delete All" />
    <CuteWebUI:UploadAttachments InsertText="Upload Files" runat="server" ID="Attachments1" ShowProgressBar="true" ShowProgressInfo="true" ShowRemoveButtons="true" ShowTableHeader="true" ShowCheckBoxes="false" ShowActionButtons="false">
    <INSERTBUTTONSTYLE/>
    </CuteWebUI:UploadAttachments>
    <div >
    <%-- Server Trace:--%>
    <br />
    <asp:ListBox runat="server" ID="ListBoxEvents" Width="800" Visible="false"></asp:ListBox>
    </div>
    </MagicAjax:AjaxPanel>
     
     
     
     
     and in the web browser i see this:
     
     
     
     
     
     
     
    but i want that the prorgess bar stay top...i make an image manipulation to see you my target:
     

     
     
     
    How can i make this????
     
    thank you
    bye
     
  •  01-29-2009, 8:01 AM 48189 in reply to 48106

    Re: change position of Porgress bar

    Sorry...
    IS POSSIBLE OR NOT ?????
    thanks
  •  01-29-2009, 8:15 PM 48213 in reply to 48189

    Re: change position of Porgress bar

    Hi,
     
    Yes, It's possible.
     
    But now doing that is not an easy job.
     
    We are thinking on this,
     
    And may find a better solution, maybe need to change the script code to let it be easier.
     
    Regards,
    Terry
     
  •  01-30-2009, 5:16 AM 48221 in reply to 48213

    Re: change position of Porgress bar

    cutechat:
    Hi,
     
    Yes, It's possible.
     
    But now doing that is not an easy job.
     
    We are thinking on this,
     
    And may find a better solution, maybe need to change the script code to let it be easier.
     
    Regards,
    Terry
     
     
    Sorry,
    but how can i change the script code?? I implement the ajaxuploader easly below:
     
    <div class="content">
    <MagicAjax:AjaxPanel runat="server" ID="MagicAjax1" MonitorVisibilityState="false" AjaxCallConnection="Synchronous">
    <asp:Button ID="ButtonDeleteAll" runat="server" Text="Delete All"/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        <CuteWebUI:UploadAttachments InsertText="Upload Files" runat="server" ID="Attachments1" ShowProgressBar="false" ShowProgressInfo="false" ShowRemoveButtons="false" ShowTableHeader="false" ShowCheckBoxes="false" ShowActionButtons="false">
    <INSERTBUTTONSTYLE/>
     </CuteWebUI:UploadAttachments>                                                             
    <div>
    <%-- Server Trace:--%>
    <br />
    <asp:ListBox runat="server" ID="ListBoxEvents" Width="800" Visible="false"></asp:ListBox>                                           
    </div>
    </MagicAjax:AjaxPanel>
    </div>
     
    so i haven't the source code.
    Haw can i resolve this problem???
    thanks
  •  01-30-2009, 10:15 AM 48229 in reply to 48221

    Re: change position of Porgress bar

    Hi,
     
    In current version,
     
    if you want to change the positions
     
    It need many javascript code.
     
    So I just want to change our javascript code,
     
    So after that, you can just copy a little code we provided.
     
    We will publish a version for that on next monday.
     
    Regards,
    Terry
View as RSS news feed in XML