This topic is locked
[SOLVED]

 AnyChart and wMode

3/17/2009 2:06:13 PM
PHPRunner General questions
S
swgiles author

Hi,
I have a project I'm working which uses a Javascript menu from DynamicDrive.com. The menu generally works great, however I'm running into some problems when using it alongside the charts in PHPRunner. The problem is that the menu appears underneath the charts, therefore making some parts of the menu inaccessible. I have tried to solve this by locating wMode in AnyChart.js and switching it to transparent(on line 178). However, the chart no longer appears at all. Instead, a small box appears where the chart would have been.
If I am approaching this from the wrong direction completely, please tell me. Otherwise, any help in getting this to work would be greatly appreciated.

Sergey Kornilov admin 3/17/2009

Steve,
I'm not sure if this needs to be fixed on the chart side or menu script itself needs to be modified.
Just in case check PHPRunner 5.1 beta that comes with cascading menus. If it doesn't have a problem with charts that means something is wrong with Javascript menu script from DynamicDrive.

S
swgiles author 3/18/2009

Thanks for your reply.
I now have the menu and the graph working together fine. The problem was my fault, as I did not put the the setting for wMode and this.wMode to be 'transparent', I simply set it to transparent.
Thanks again for your support,
Steve Giles