no pages are fine. i hav there contextmenu on right click, no problem there, just over the tabs i cant catch the event on Wx::AuiNoteBook like I did with Wx::NoteBook
Johan Vromans schrieb: > herbert breunung <deirdre_s...@web.de> writes: > >> Wx::Event::EVT_LEFT_UP( $notebook, sub { >> my ($tabs, $event) = @_; >> ... > > Just a wild gues... > > Is the event for the notebook or for a page from the book? > If so, does the page pass the event to the notebook? > > -- Johan >