http://www.perlmonks.org?node_id=1087745


in reply to Re^2: wxPerl Tutorial one :: The basics
in thread wxPerl Tutorial one :: The basics

Doing this will let you create an executable with Perlapp.

*giggle* instead of working the "perlapp" program as it likes to be worked, change your source code

  • Comment on Re^3: wxPerl Tutorial one :: The basics

Replies are listed 'Best First'.
Re^4: wxPerl Tutorial one :: The basics
by james28909 (Deacon) on May 29, 2014 at 03:44 UTC
    i have run into another brick wall, but the gui works to a certain extent. i have a program that i am simply trying to display the md5's of all files in a directory (usually up to 25 - 30 md5s) the md5's come from a scalar "$md5" ironically lol, but im having a very hard time figuring out how to actually display that md5 in listctrl. using a listctrl i can have a column for the md5, another for the filename another for the filesize in bytes ect, please help :'( lol
        i have moved on to win32::GUI. in your opinion @Anonymous Monk, is wxperl better or is win32::GUI better? i seem to be able to figure out win32::GUI easier but i cant find a gui builer to support it. i dont need something to build it for me anyway, i wanna do all the scripting myself :)
        thanks