|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Hi,
I use the dialog control in modal mode to display some information in our application. The control BackShadeColor is set to "Transparency". The BackShadeOpacity is currently 50, but it no matter what I set it to, 1 or 99 the backround does not change its opacity.
Am I missing something or the transparency and opacity needs to be set somewhere else too?
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You will need to set BackShadeColor to a solid color. If you set it to Transparency, then it means full transparency, which means you will never see anything.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Thank you for responding so quickly. Originally the dialog was set to solid color. Unfortunately the result was the same, no matter if I used named colors or hex to set the value of "BackShadeColor". When I discovered the "transparency" option, I thought that I found the solution, but it behaves just the same. The "BackShadeOpacity" seems to have no effect in either case.
I pasted my object here to help to see if I have to do something differently.
<eo:Dialog id="dlgAgentContactInfo" runat="server" Height="50px" Width="400px" BackColor="#47729F" HorizontalAlign="Left" HeaderHtml="Agent Contact Information" ControlSkinID="None" AllowMove="False" AcceptButton="btnMsgOK2" CloseButtonUrl="00070101" BackShadeColor="#C0C0C0" BackShadeOpacity="50" Font-Names="Courier New" VerticalAlign="Middle"> <closeeffect type="Pixelate" /> <footertemplate> <div style="TEXT-ALIGN: center"> <asp:ImageButton id="btnMsgOK2" runat="server" ImageUrl="../Images/dark_blue_dlg_ok.gif" /></div> </footertemplate> <contentframestyle csstext="" /> <contenttemplate /> <showeffect type="Pixelate" /> <headerstyleactive csstext="BORDER-RIGHT: #22456a 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #ffbf00 3px solid; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 11px; PADDING-BOTTOM: 2px; COLOR: white; PADDING-TOP: 2px; BORDER-BOTTOM: #22456a 1px solid; FONT-FAMILY: verdana; TEXT-ALIGN: center" /> <contentstyleactive csstext="BORDER-RIGHT: #22456a 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: #7d97b6 1px solid; PADDING-LEFT: 4px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px; BORDER-LEFT-COLOR: #728eb8; PADDING-BOTTOM: 4px; COLOR: white; PADDING-TOP: 4px; BORDER-BOTTOM: #22456a 1px solid; FONT-FAMILY: 'Courier New', verdana; background-color: #F0F8FF;" /> <footerstyleactive csstext="border-right: #22456a 1px solid; padding-right: 4px; border-top: #7d97b6 1px solid; padding-left: 4px; border-left-width: 1px; font-size: 11px; border-left-color: #728eb8; padding-bottom: 4px; color: white; padding-top: 4px; border-bottom: #22456a 1px solid; font-family: verdana" /> <headerstyleinactive csstext="TEXT-ALIGN: center" /> </eo:Dialog>
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Hi,
In addition, for certain other programming limitation (we are using IE 11) the "Compatibility Mode" for the local network is turned off. Strangely if I turn it back "On" for testing, the "BackShadeOpacity" does have effect.
Is there any way out of this, or this semi transparency to work IE absolutely need "Compatibility Mode" tuned on?
Thanks for your help.
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, We tested this with our demo site and it works fine on IE 11. You can check this link and see if it works for you: http://demo.essentialobjects.com/Demos/Dialog/Features/Back%20Shade%20for%20Modal%20Dialog/Demo.aspxThanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Hi,
I don't know what to say. Your web-link seems to work, but I'm not sure that we comparing apple-to-apple. The website is internet, my app is intranet. The IE setting might differently works for each. All I can say that in my case on IE 11.9.9600.18376 it only works if "Compatibility Mode" is turned off for the intranet setting.
Strange, I even renamed my CSS to see if it might interferes with EO's dialog object, but same result. I'm not sure at this point where else should look.
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
What version of EO.Web do you use? Could be that you are using an older version that was released before IE 11 was released?
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Could be...although I'm not sure when the first IE 11 was released, here is our version of EO.Web:
Copyright © 2006 - 2012, Essential Objects, Inc., All Rights Reserved.
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
That's a pretty old version. I would definitely recommend you to try the new version first. Browsers update very quickly these days and it's not uncommon that every new version of a browser breaks a few things here and there. Because of that we have to constantly change our code to add new browser support. So make sure you always try the current version first for such issues.
Thanks!
|
|