Welcome Guest Search | Active Topics | Sign In | Register

build 2009.0.75 Dialog height issue Options
Tim
Posted: Tuesday, May 11, 2010 6:32:38 PM
Rank: Member
Groups: Member

Joined: 6/2/2008
Posts: 27
I just referenced build 2009.0.75 and now dialogs have an issue with height. The height can not be changed.
eo_support
Posted: Tuesday, May 11, 2010 6:39:18 PM
Rank: Administration
Groups: Administration

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

We are not aware of such issue. Can you provide a test page that demonstrates the problem?

Thanks
Tim
Posted: Tuesday, May 11, 2010 6:56:52 PM
Rank: Member
Groups: Member

Joined: 6/2/2008
Posts: 27
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<script type="text/javascript">
function test() {
var dlg = eo_GetObject('dlg');
dlg.show(true);
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<input type="button" onclick="test();" value="open" />
</div>

<eo:Dialog runat="server" id="dlg" AcceptButton="cmdOk"
ContentUrl="http://www.google.com" HeaderHtml="" FooterHtml=""
BorderStyle="Solid" CloseButtonUrl="00070101" MinimizeButtonUrl=""
ControlSkinID="None" Width="800px" BorderWidth="1px" Height="700px"
ShadowColor="LightGray" BorderColor="#335C88" RestoreButtonUrl="00070103" ShadowDepth="3"
ResizeImageUrl="00020014" BackShadeColor="#eeeeee" BackShadeOpacity="60"
ClientSideOnAccept="dlg_OnAccept" ClientSideOnCancel="dlg_OnCancel">
<FooterStyleActive CssText="font-family:Tahoma;font-size:11px;padding-bottom:5px;padding-left:4px;padding-right:4px;padding-top:5px;"></FooterStyleActive>
<HeaderStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 11px; background-image: url(00070104); padding-bottom: 3px; padding-top: 3px; font-family: tahoma"></HeaderStyleActive>
<ContentStyleActive CssText="background-color:#e5f1fd;border-top-color:#335c88;border-top-style:solid;border-top-width:1px;"></ContentStyleActive>
<FooterTemplate>
<div style="text-align:center;">
<asp:Button ID="cmdOk" runat="server" Text="Select" />
</div>
</FooterTemplate>
</eo:Dialog>



</form>
</body>
</html>
eo_support
Posted: Tuesday, May 11, 2010 8:40:30 PM
Rank: Administration
Groups: Administration

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

This appears to be an issue only when ContentUrl is used. We will look into it and see what we can do. In the mean time, Please try to set height in ContentStyleActive, for example:

Code: HTML/ASPX
<ContentStyleActive CssText=".....;height:500px;.....">
</ContentStyleActive>


That should allow you to control the dialog height precisely.

Thanks!
Christiano
Posted: Monday, September 27, 2010 1:27:06 PM
Rank: Advanced Member
Groups: Member

Joined: 11/12/2008
Posts: 42
Is it fixed already?

eo_support
Posted: Monday, September 27, 2010 3:17:09 PM
Rank: Administration
Groups: Administration

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

I believe it is fixed in 2010. However that version is not covered by your current license. The issue is only broken in a few builds, so you can go back a few builds and it should work for you. Please let us know if you need download location to an earlier build.

Thanks!
Christiano
Posted: Tuesday, September 28, 2010 10:38:07 AM
Rank: Advanced Member
Groups: Member

Joined: 11/12/2008
Posts: 42
I would appreciate the link..

I'm using 7.0.75 now.

tks..


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.