Matts's JournalMatts's use Perl JournalBeta testers required- May 31, 2007 I've developed a Mac app for burning a large directory of files to multiple DVDs. Primarily this is for my photography purposes, but it has obvious applications to other things too.Before unleashing it to the world I'd appreciate if anyone would help me run through a beta phase of it.So if you don't mind making some coasters, drop me an email (or reply to this post and I'll mail you).http://use.perl.org/~Matts/journal/33383?from=rss Camelbones help- May 30, 2007 Any camelbones hackers read hereI need a directory open dialog in my camelbones app. It should be as easy as: my $panel = NSOpenPanel->openPanel(); NSLog("Panel: $paneln"); $panel->setCanChooseDirectories(1); $panel->setCanChooseFiles(0); my $ret = $panel->runModalForTypes(undef); But this segfaults. As does runModalForDirectories_file_types().Any ideashttp://use.perl.org/~Matts/journal/33370?from=rss |