Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Z-Index in NetDiagram (Read 2123 times)
mwolfaardt
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jul 8th, 2008
Z-Index in NetDiagram
Jul 8th, 2008 at 10:52am
Print Post  
How can i set the Z-index of my shapelistbox and diagramview. If i use this control with ASP.NET and ASP.NET AJAX modal popup, it appears in front of my modal popup.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Z-Index in NetDiagram
Reply #1 - Jul 8th, 2008 at 11:26am
Print Post  
Java applets are rendered in their own window and other html elements on the page cannot be rendered over them. I suppose you could use window.open to display some sort of a dialog window over the diagram view.

Stoyan
  
Back to top
 
IP Logged
 
dhoult
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 23
Joined: Jun 3rd, 2008
Re: Z-Index in NetDiagram
Reply #2 - Jul 27th, 2008 at 12:48pm
Print Post  
just make sure your model dialog appears after the diagram object in the DOM.
Try adding it just before the closing </body> tag.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint