haxeui / hxWidgets

Haxe externs (and wrappers) for wxWidgets
MIT License
77 stars 22 forks source link

Showcase demo failure on "Drawing" tab #46

Closed jcszymansk closed 3 years ago

jcszymansk commented 7 years ago

Upon selecting the "drawing" tab, application becomes unresponsive with the following messages:

18:25:49: Debug: wxColour::Set - couldn't set to colour string 'CYAN'
18:25:49: Debug: wxColour::Set - couldn't set to colour string 'GREY'
18:25:49: Debug: wxColour::Set - couldn't set to colour string 'LIGHT GREY'
18:25:49: Debug: wxColour::Set - couldn't set to colour string 'MEDIUM GREY'
2017-03-12 18:25:53.229 Main[20225:1762744] NSKeyBindingManager: Bad key binding atom for '$\UF72B' = 'moveToEndOfLineAndModifySelection:'
2017-03-12 18:25:53.230 Main[20225:1762744] NSKeyBindingManager: Bad key binding atom for '$\UF729' = 'moveToBeginningOfLineAndModifySelection:'
2017-03-12 18:25:53.230 Main[20225:1762744] NSKeyBindingManager: Bad key binding atom for '\UF72B' = 'moveToEndOfLine:'
2017-03-12 18:25:53.230 Main[20225:1762744] NSKeyBindingManager: Bad key binding atom for '\UF729' = 'moveToBeginningOfLine:'
2017-03-12 18:25:53.230 Main[20225:1762744] NSKeyBindingManager: Bad key binding atom for '\UF72C' = 'pageUp:'
2017-03-12 18:25:53.230 Main[20225:1762744] NSKeyBindingManager: Bad key binding atom for '\UF72D' = 'pageDown:'
2017-03-12 18:25:53.253 Main[20225:1762744] Unlocking Focus on wrong view (<NSThemeFrame: 0x7ffe59f146a0>), expected <wxNSView: 0x7ffe59c91540>
2017-03-12 18:25:53.255 Main[20225:1762744] (
        0   CoreFoundation                      0x00007fff899a9452 __exceptionPreprocess + 178
        1   libobjc.A.dylib                     0x00007fff946fa73c objc_exception_throw + 48
        2   CoreFoundation                      0x00007fff89a1041d +[NSException raise:format:] + 205
        3   AppKit                              0x00007fff9367b0a5 -[NSView unlockFocus] + 258
        4   AppKit                              0x00007fff93684cf3 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 5785
        5   AppKit                              0x00007fff9367f3f5 -[NSView displayIfNeeded] + 1950
        6   AppKit                              0x00007fff9367ec3c -[NSWindow displayIfNeeded] + 232
        7   AppKit                              0x00007fff93d0341b ___NSWindowGetDisplayCycleObserver_block_invoke6365 + 476
        8   AppKit                              0x00007fff9367e5d6 __37+[NSDisplayCycle currentDisplayCycle]_block_invoke + 941
        9   QuartzCore                          0x00007fff9dc80f71 _ZN2CA11Transaction19run_commit_handlersE18CATransactionPhase + 85
        10  QuartzCore                          0x00007fff9dc8042c _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 160
        11  QuartzCore                          0x00007fff9dc800ec _ZN2CA11Transaction6commitEv + 508
        12  QuartzCore                          0x00007fff9dc8b977 _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 71
        13  CoreFoundation                      0x00007fff8993dfc7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
        14  CoreFoundation                      0x00007fff8993df37 __CFRunLoopDoObservers + 391
        15  CoreFoundation                      0x00007fff8991ce58 CFRunLoopRunSpecific + 328
        16  HIToolbox                           0x00007fff926bb935 RunCurrentEventLoopInMode + 235
        17  HIToolbox                           0x00007fff926bb677 ReceiveNextEventCommon + 184
        18  HIToolbox                           0x00007fff926bb5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
        19  AppKit                              0x00007fff93526df6 _DPSNextEvent + 1067
        20  AppKit                              0x00007fff93526226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
        21  AppKit                              0x00007fff9351ad80 -[NSApplication run] + 682
        22  libwx_osx_cocoau_core-3.0.dylib     0x0000000106d00c7c _ZN14wxGUIEventLoop8OSXDoRunEv + 158
        23  libwx_baseu-3.0.dylib               0x000000010726d1ff _ZN13wxCFEventLoop5DoRunEv + 39
        24  libwx_baseu-3.0.dylib               0x00000001071d102d _ZN15wxEventLoopBase3RunEv + 165
        25  libwx_baseu-3.0.dylib               0x00000001071a291a _ZN16wxAppConsoleBase8MainLoopEv + 102
        26  libwx_osx_cocoau_core-3.0.dylib     0x0000000106cab96c _ZN5wxApp5OnRunEv + 26
        27  Main                                0x00000001067790a7 start + 644279
        28  Main                                0x000000010677a831 start + 650305
        29  Main                                0x00000001066dbc24 start + 52
)

(first four lines are output upon application start, the rest after selecting the tab).

The view in the application doesn't get changed.