in reply to Re^2: Dialog Create Directory
in thread Dialog Create Directory

$widget->chooseDirectory won't let you create a directory on win32, but Tk::JFileDialog might

Replies are listed 'Best First'.
Re^4: Dialog Create Directory
by rvervecken (Initiate) on Feb 14, 2011 at 14:11 UTC

    FileDialog brings me following error (anyway I am using it)

    can't make ".filedialog" its own master at /usr/local/lib/perl5/site_perl/5.10.0/sun4-solaris/Tk/Submethods.pm line 37.
    at /usr/local/lib/perl5/site_perl/5.10.0/Tk/FileDialog.pm line 470


      Who told you to use that? Tk-FileDialog-1.3 09 Jun 1996

        looking in CPAN this came up. Are there others?
        by the way JFileDialog selects files can't create new directories

        BR, Remi