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 . . . .

Anny suggestions.
Thanks Alexander


Reply via email to