Jump to content
Software FX Community

Layer problem


User (Legacy)

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...