Hi Don,
>> I tried the shipped graph example but it appears to have it's own problems (no graphs display at all).
example seems ok here - I'm guessing you don't have zlib.dll and libpng.dll in the app folder (of the example.)
with regards to your app I suspect it has something to do with the way your app layout is "constructed".
There's a new menu option "Open Links as" which sets the default for your app, and then you can override that at the procedure level.
My guess is that you have that set as "Content" or "Popup". That's ok, but if you do then any menu item that calls a _NetWebPage_ procedure _must_ have the override set to Open as Link. (That's something I'll build into an upcoming release.)
I suspect you have a Page hanging off your menu, and this could definitely cause the problem with your graphs.
update: I checked, and it already correctly handles netwebPages - so I think I need an example to duplicate the effect.
Cheers
Bruce