in reply to Re: Tk:: Graph menu not working to change the type of graph
in thread Tk:: Graph menu not working to change the type of graph

Unfortunatley, I can't really supply the entire program because you will need the data files to run it, which I'm not allowed to give out. Sorry about that, I know it makes it harder to find the problem. I have put in the statements use Tk; and use Tk::Graph at the start of the program and the program does display a graph with the correct values, so I know that part of the program works ok. It's just when I tried changing the type of the graph by using menus, it just doesn't change. It displays a pie chart to start off with, with the correct values, but when I chose a selection on the menu the graph doesn't change and I can see the error that i mentioned before in the console. I know the variable for the type of graph is correct because I'm printing it out when that function is called.
  • Comment on Re^2: Tk:: Graph menu not working to change the type of graph

Replies are listed 'Best First'.
Re^3: Tk:: Graph menu not working to change the type of graph
by jdtoronto (Prior) on Sep 27, 2006 at 16:50 UTC
    We don't WANT to see the propritary stuff! WHat we need you do is make us up a compact test case that shows what doesn't work, then we can run it and figure out how to help you.

    In this case what you need to do is give us some dummy data built-into the code.

    jdtoronto