On 12 Dec 2009, at 19:36, manolo gouy wrote: > I have uploaded file recap2.zip that contains several patched files > and .h to solve, in addition to what has already been mentionned: > - missing shortcuts in Sudoku system menu on PPC > - drag with square image when not dragging from an Fl_Input_ object > - compilation without __APPLE_COCOA__
Oh - I forgot to say: my problem with the Native File Chooser is still present, symptoms as I described in the last post. In particular, any attempt to enter a file name causes this crash: 2009-12-12 21:30:17.463 dnd-edit[24362] *** -[NSCarbonWindow getFl_Window]: selector not recognized [self = 0x13d0ff0] 2009-12-12 21:30:17.464 dnd-edit[24362] An uncaught exception was raised 2009-12-12 21:30:17.464 dnd-edit[24362] *** -[NSCarbonWindow getFl_Window]: selector not recognized [self = 0x13d0ff0] 2009-12-12 21:30:17.465 dnd-edit[24362] *** Uncaught exception: <NSInvalidArgumentException> *** -[NSCarbonWindow getFl_Window]: selector not recognized [self = 0x13d0ff0] Program received signal SIGTRAP, Trace/breakpoint trap. 0x92c11490 in _NSRaiseError () (gdb) bt #0 0x92c11490 in _NSRaiseError () #1 0x92c111cc in +[NSException raise:format:] () #2 0x92bea290 in -[NSObject(NSForwardInvocation) forward::] () #3 0x90a460b0 in _objc_msgForward () #4 0x0003bf68 in carbonTextHandler (nextHandler=0xbfffde90, event=0x13ba4d0, unused=0x0) at Fl_cocoa.mm:981 #5 0x932bb934 in DispatchEventToHandlers () #6 0x932bb08c in SendEventToEventTargetInternal () #7 0x932c1e90 in SendEventToEventTarget () #8 0x933d0120 in SendTSMEvent () #9 0x933cf870 in SendUnicodeTextAEToUnicodeDoc () #10 0x933cf29c in utDeliverTSMEvent () #11 0x933cee80 in TSMKeyEvent () #12 0x93385b34 in TSMProcessRawKeyEvent () #13 0x933855fc in HandleCompatibilityKeyEvent () #14 0x932b86a4 in HIApplication::EventHandler () #15 0x932bb934 in DispatchEventToHandlers () #16 0x932bb08c in SendEventToEventTargetInternal () #17 0x932baf08 in SendEventToEventTargetWithOptions () #18 0x933852a4 in HandleKeyboardEvent () #19 0x932c220c in ToolboxEventDispatcherHandler () #20 0x932bbb84 in DispatchEventToHandlers () #21 0x932bb08c in SendEventToEventTargetInternal () #22 0x932c1e90 in SendEventToEventTarget () #23 0x93302c04 in ToolboxEventDispatcher () #24 0x933a1a10 in TryEventDispatcher () #25 0x933a1668 in GetOrPeekEvent () #26 0x933a14c0 in GetNextEventMatchingMask () #27 0x933a1244 in WNEInternal () #28 0x933a1198 in WaitNextEvent () #29 0x93211b3c in TBrowseDialog::EventLoop () #30 0x93208af4 in TBrowseDialog::StartDialog () #31 0x931f6a14 in __NavDialog::Run () #32 0x931f6948 in NavDialogRun () #33 0x00031c40 in Fl_Native_File_Chooser::post (this=0x1855800) at ./ native_file_chooser/src/Fl_Native_File_Chooser_MAC.cxx:595 #34 0x00031f50 in Fl_Native_File_Chooser::show (this=0x1855800) at ./ native_file_chooser/src/Fl_Native_File_Chooser_MAC.cxx:511 #35 0x00029af4 in pdf_render () at page-preview.cxx:77 _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
