Hi
On clicking a button, I want the "open a file dialog box" to appear.
This is what I did.
our $cb = $frame->new_ttk__button(-text => "Calculate");
our $filename = $cb->getOpenFile();
Something is wrong with the second line.
Please help me out. I am a noob in perl .
Thanks