|
Rank: Member Groups: Member
Joined: 10/25/2007 Posts: 16
|
Hello!
Here's the problem... I'm using a Dialog to show a pdf file using the ContentUrl property. I want to display another Dialog with a print button on top of pdf file. I'm using TopMost="true" to keep the print window on top. In IE it's working correctly, but in FireFox, the print window appear behind pdf file window.
Do you know a workaround for that problem ?
Thanks!
Yannick Bolduc Programmer Altus Dorion
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Yannick,
Is it possible for you to put the content of the print dialog into a separate page and also use ContentUrl to load it? That might work.
Thanks
|
|
Rank: Member Groups: Member
Joined: 10/25/2007 Posts: 16
|
humm no. unfortunately that's not working.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Yannick,
We looked into it and it doesn't seem that there is any way to display anything on top of a pdf iframe. That obviously is a FireFox bug. The easiest workaround for you would be merging the two dialogs and put the pdf in the content area and put the print button in the footer area through FooterTemplate.
Thanks
|
|
Rank: Member Groups: Member
Joined: 10/25/2007 Posts: 16
|
OK thanks for the fast reply!
|
|