Welcome Guest Search | Active Topics | Sign In | Register

Uploader progress dialog location Options
Phil
Posted: Thursday, December 9, 2010 11:11:09 AM
Rank: Advanced Member
Groups: Member

Joined: 11/16/2010
Posts: 48
In my ASPX app I have the progress dialog control after at table

<table>
uploader etc
</table>
<p />
<eo:AJAXUploaderProgressDialog ID="UploaderProgressDialog"
runat="server" Height="150px" Width="200px">
<ContentTemplate>
<p>
&nbsp;</p>
<eo:ProgressBar ID="ProgressBar" runat="server" ControlSkinID="Windows_XP">
</eo:ProgressBar>
<p>
<asp:PlaceHolder ID="ProgressTextPlaceHolder" runat="server">
</asp:PlaceHolder>
</p>
<div style="text-align: center">
<asp:Button ID="CancelButton" runat="server" Text="Cancel" />
</div>
</ContentTemplate>
</eo:AJAXUploaderProgressDialog>
<asp:label ID="lblTypeErrorMsg" etc

The dialog box appears superimposed on the table, and with a transparent background. How can I get it to appear after the table, or superimposed with a white background?
eo_support
Posted: Thursday, December 9, 2010 12:01:30 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I am not exactly sure what you mean by "getting it to appear after the table". The dialog is a dialog and user can move it around on the screen. So there is no such thing as "before" or "after". Where you put the dialog in your page is usually irrelevant.

To change the dialog's background, you would set the background color in one of the dialog's style property. See here for more details:

http://doc.essentialobjects.com/library/1/dialog/dialog_style.aspx

Thanks!
Phil
Posted: Thursday, December 9, 2010 12:33:21 PM
Rank: Advanced Member
Groups: Member

Joined: 11/16/2010
Posts: 48
Thanks for the quick reply - I hadn't realised it was implemented with the EO dialog control


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.