Re: testing Wx application

2008-07-25 Thread John Ralls
, which makes it pretty useless for other bindings like Perl. I'm presently working on extending it (as my time allows -- it's going *really* slowly) to work with native key-press and mouse-click events. I'll announce on wxDev when I've done that and built a new release. Regards, John Ralls

Re: The methods of $event

2008-07-29 Thread John Ralls
bably want to skim through all of their documentation pages in the manual. (The names all end with "Event", or you can use the Events section of the Classes by Category page.) Regards, John Ralls

Re: wxPerl.app?

2009-12-23 Thread John Ralls
ary perl module (the one that's pointed to by Info.plist) set up its environment before using or requiring any modules that aren't provided by Apple. Regards, John Ralls

Re: wxPerl on Macosx Lion

2011-07-23 Thread John Ralls
no "or below" on Lion; only the 10.6 and 10.7 SDKs are available and supported; copying other SDKs from earlier versions of XCode doesn't work. Regards, John Ralls

Re: wxPerl on iPad

2011-08-17 Thread John Ralls
, because interpreted languages aren't allowed on iOS, except for Javascript in WebApps. All installable apps must be written in C, C++, or Objective-C. Regards, John Ralls

Re: wxPerl on iPad

2011-08-18 Thread John Ralls
s) for "ad hoc" deployments. http://developer.apple.com/programs/ios/distribute.html Regards, John Ralls