On Mon, Feb 23, 2009 at 2:17 AM, ademmler <[email protected]> wrote:
> Hi to all,
>
> I use a BITMAPBUTTON to redirect to my Homepage.
> And I use an XRC file for building the GUI.
>
> EVT_BUTTON($frame, &$XID('ID_BITMAPBUTTON1'), sub {
>                print"Go to my homepage: $url!\n";
>
>                Wx::LaunchDefaultBrowser('my.url.com');
>
>        } );
>
> I get this error, when Wx::LauchDefaultBrowser gets active:
> "Error while autoloading 'Wx::LaunchDefaultBrowser'"
>
> The print message before gets printed fine . . . .

What OS are you using and what does this say ?

perl -MWx -le'print  "Wx Version: $Wx::VERSION " . Wx::wxVERSION_STRING()'

Gabor
http://padre.perlide.org/

Reply via email to