User (Legacy) Posted October 21, 2004 Report Posted October 21, 2004 Hello. I'm using ChartFX for Java Trial and I've a problem: I have in a web page an IFRAME containing the .NET graph displayed by ChartFX. The problem is that when I want to display a layer on the graph (that is, a layer that is drawn on the graph), it appears under it. When I was drawing FLASH graph, I bypass the problem by adding this line: w.setPluginParam("wmode", "transparent"); and like that, I was able to see and interact with my layer. But with the .NET graph, I haven't seen such option. Any ideas please? Thanks.
Software FX Posted October 21, 2004 Report Posted October 21, 2004 I believe a .NET component will be always "on top" in a browser, but if you can send me a small sample with this behavior I can take a look and see if there is anything that can be done. Thanks, GA Software FX, Inc. "JuJu" <jujut@free.fr> wrote in message news:7UgXyn3tEHA.3240@webserver3.softwarefx.com... > Hello. > > I'm using ChartFX for Java Trial and I've a problem: > I have in a web page an IFRAME containing the .NET graph displayed by > ChartFX. > The problem is that when I want to display a layer on the graph (that is, > a layer that is drawn on the graph), it appears under it. > > When I was drawing FLASH graph, I bypass the problem by adding this line: > w.setPluginParam("wmode", "transparent"); > and like that, I was able to see and interact with my layer. > > But with the .NET graph, I haven't seen such option. > > Any ideas please? > Thanks.
User (Legacy) Posted October 22, 2004 Author Report Posted October 22, 2004 #!/usr/bin/perl print "Location: http://192.168.0.4:8080/chartfx/ChartFX/samples/A_JSP_That_Displays_A_NET_Graph.jsp\n\n";
Recommended Posts
Archived
This topic is now archived and is closed to further replies.