Fujimoto Hisa
hisa****@fobj*****
Fri Oct 27 10:41:33 JST 2006
On 2006/10/26, at 23:24, kimura wataru wrote: > The package works fine on my PowerBook G4 (except RubyTypeTutor). > I think we are ready for release. > task list: > (1) decide release date > (2) update docsrc > * news.*.xml : add news of release > * make install (copy .html files into src/doc) and commit > (3) update src/VERSION > (4) tagging svn (copy trunk to tags/release-0_5_0) > (5) make distribute files > * .tgz from svn export > * .dmg with the "package" task from the above tarball > (6) upload distribute files > (7) website update (make rsync at docsrc) > (8) release announce // END 充分だと思います。 RubyTypeTutor should be work fine if possible. なにか根の深い問題なんでしょうか? def mouseDragged(event) ... # get the pasteboard pb = NSPasteboard.pasteboardWithName(NSDragPboard()) ... end ここの、NSPasteboardインスタンスを取るところで落ちます。試 しにpasteboardWithNameをgeneralPasteboardに代えてみ ても、やはり落ちます。mouseDraggedはcallbackであっ て、Pasteboardは別プロセス?というあたりに問題があるんで しょうか?それでも以前は普通に動いてました(だからサンプル に入ってる)。 これがだめだと、Mac のGUIアプリとしては大きな制約に なってしまう気がするので、できればなんとかしたいですね。 -- hisa