ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> wxPython-users
wxPython-users
Re: [wxPython-users] Doubt with event handling: can I event.Skip() all the time?
by Robin Dunn other posts by this author
Jul 22 2004 6:26PM messages near this date
[wxPython-users] Re: Doubt with event handling: can I event.Skip() all the time? | RE: [wxPython-users] chm help
Jorge Godoy wrote:
>  Hi!
>  
>  
>  Could there be any problem if I adopt a default of ending my methods
>  with an 'event.Skip()' call for each and every method that is activated
>  by an event? 

There are a few cases where you don't want the default event handlers to 
happen, and in those cases you should not call Skip.  (For example, if 
you handle a key in a EVT_KEY_DOWN handler and don't want it to be added 
to the text ctrl.)  But in general calling Skip would be okay.

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!


---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Thread:
Jorge Godoy
Eugene Borodkin
Eugene Borodkin
Eugene Borodkin
Mikael Norgren
Jorge Godoy
Peter Damoc
Jorge Godoy
Robin Dunn

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved