in reply to wxPerl and MacOS
The wxWidgets docs suggest that I should override Wx::App::MacOpenFiles but this function does not seem to be in wxPerl.
why do you say that? Add this to your program
sub Wx::App::MacOpenFiles { die "@_" }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: wxPerl and MacOS
by sciurius (Acolyte) on Sep 24, 2020 at 20:39 UTC | |
by jcb (Vicar) on Sep 24, 2020 at 22:35 UTC | |
by Anonymous Monk on Sep 25, 2020 at 00:52 UTC | |
by Anonymous Monk on Sep 25, 2020 at 00:38 UTC | |
Re^2: wxPerl and MacOS
by perlfan (Vicar) on Sep 23, 2020 at 15:14 UTC | |
by Anonymous Monk on Sep 23, 2020 at 17:21 UTC | |
by perlfan (Vicar) on Sep 24, 2020 at 03:17 UTC |