[ wxwindows-Bugs-1631799 ] Problem with Veto() and
EVT_NOTEBOOK_PAGE_CHANGING event
SourceForge.net
noreply at sourceforge.net
Tue Jan 9 13:16:45 PST 2007
Bugs item #1631799, was opened at 2007-01-09 21:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1631799&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxGTK specific
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: cmead (liquidsnake81)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem with Veto() and EVT_NOTEBOOK_PAGE_CHANGING event
Initial Comment:
I have a wxNotebook with 4 tabs. I only want the user to be able to change tab pages when the current tab page isn't busy processing information. I have the OnNotebookDevicePageChanging event setup to catch attempted changes to the notebook pages. If it is in a processing state, I simply veto the event.
If a user clicks on another tab, the event is called and vetoed. However, after the page is finished processing attempting to click on the same tab that I clicked on before results in nothing happening. I have tried this while running debug mode and the event isn't even called. Clicking on a different tab results in the event being properly called and everything behaves normally again.
I'm currently running Solaris 10 with wxGTK 2.6.3. I also have this running on Windows 2000 with wxMSW 2.6.3 and am not seeing this problem.
This problem can also be found in wxGTK 2.8.0 in the vs HEAD 'controls' sample (according to a poster on the wxForum).
Thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1631799&group_id=9863
More information about the wx-dev
mailing list