=== Cross-platform Tips and Tricks === This section of the [[wxPython Cookbook]] contains recipes for various cross-platform tips and tricks. You will also find platform-specific recipes, although perhaps those should go in individual sections. But for now, platform-specific details can also be found here. If you can't find what you're looking for then please consider figuring it out and then writing a recipe for the Cookbook so others won't have to go through the same pain you did. You can use a copy of this [[CookbookTemplate]] as a starting point for the recipes you add. There is also now a wiki page that lists known [[wxPython Platform Inconsistencies]], a useful read for all cross-platform developers. (Please feel free to add to that page as you find new ones!) === Recipes === * CreatingStandaloneExecutables * ProcessingFilenamesSentToClipboardFromWindowsExplorer * [[Surviving with wxEVT KILL FOCUS under Microsoft Windows]] * UsingCommandLineArguments * [[Catching AppleEvents in wxMAC]] * [[Optimizing for Mac OS X]] * [[Automatically Calling pythonw on Mac OS X]] * [[Some General Cross Platform Guidelines]] * [[Transparent Frames]] * [[NativeMacOSXToolbarSelection]] === Comments === Recipes are now categorized by sections. Please feel free to add your own recipes to any section, or even add a completely new section if appropriate. - [[Robin Munn]]