From: John L. <jla...@gm...> - 2014-10-12 04:23:29
|
On Mon, Oct 6, 2014 at 5:24 AM, Victor Bombi <so...@te...> wrote: > I tested auidemo C++ sample without errors, but there are less panes > than in lua sample and my error appeared when trying to make wider > the bottom right pane. > In linux with the wxWidgets 3.1 GTK build the wxLua auidemo doesn't crash and the lower right pane is not resizeable, but I think that is right since the Fixed() function is called on the pane info. The C++ aui sample is simpler as you mentioned and there is only a single pane filling the bottom width and it resizes with the frame size normally. If you're interested in getting it fixed, I recommend that you submit a bug report (or see if one already exists) on the wxWidgets site since it is demonstrable in the C++ sample. Regards, John > ----- Original Message ----- > *From:* John Labenski <jla...@gm...> > *To:* wxl...@li... > *Sent:* Monday, October 06, 2014 6:18 AM > *Subject:* Re: [wxlua-users] wxlua auidemo debug error > > On Fri, Oct 3, 2014 at 1:15 PM, Victor Bombi <so...@te...> > wrote: > >> Running auidemo from wxLua build from svn on mac osx 10.9 with >> wxWidgets3.0.1 , >> if you try to make wider the bottom right pane: >> >> ../src/common/wincmn.cpp(3271): assert >> "!wxMouseCapture::IsInCaptureStack(this)" failed in CaptureMouse(): >> Recapturing the mouse in the same window? >> >> > Unfortunately, this is from within wxWidgets itself. > > Can you build the auidemo C++ sample and run that and does it show the > same error? To build the C++ auidemo app simply go the the samples/aui dir > in the wxWidgets configure build dir you created and type 'make.' I haven't > check recently, but the wxLua sample was directly copied from the C++ > sample and the code for the two is probably still very similar. > > Regards, > John > > > > >> Call stack: >> [00] wxEvtHandler::ProcessEventLocally(wxEvent&) >> [01] wxEvtHandler::ProcessEvent(wxEvent&) >> [02] wxEvtHandler::SafelyProcessEvent(wxEvent&) >> [03] wxWidgetCocoaImpl::DoHandleMouseEvent(NSEvent*) >> [04] -[NSWindow(wxNSWindowSupport) WX_filterSendEvent:] >> [05] -[wxNSWindow sendEvent:] >> [06] -[NSApplication sendEvent:] >> [07] -[wxNSApplication sendEvent:] >> [08] -[NSApplication run] >> [09] wxGUIEventLoop::OSXDoRun() >> [10] wxCFEventLoop::DoRun() >> [11] wxEventLoopBase::Run() >> [12] wxAppConsoleBase::MainLoop() >> [13] wxApp::OnRun() >> [14] wxEntry(int&, wchar_t**) >> [15] main wxlua.cpp:11 >> [16] start >> [17] 0x00000003 >> >> >> >> ------------------------------------------------------------------------------ >> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer >> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports >> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper >> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer >> >> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk >> _______________________________________________ >> wxlua-users mailing list >> wxl...@li... >> https://lists.sourceforge.net/lists/listinfo/wxlua-users >> > > ------------------------------ > > > ------------------------------------------------------------------------------ > Slashdot TV. Videos for Nerds. Stuff that Matters. > > http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > > > > ------------------------------------------------------------------------------ > Slashdot TV. Videos for Nerds. Stuff that Matters. > > http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > > |