Cut/Paste & Tab idioms

Can someone point me to some documentation or at least good sample code
illustrating the standard idiom for implementing basic text cut and
paste operations portably in wxPython. Also, how do you set up movement
between controls using Tab.

Thanks,
Jay

···

--
Jay Bloodworth <jbloodworth@sc.rr.com>
AOL IM: gaufqwi Yahoo! IM: augustin_damonk BSW: quarks

Jay Bloodworth wrote:

Can someone point me to some documentation or at least good sample code
illustrating the standard idiom for implementing basic text cut and
paste operations portably in wxPython.

Don't you have enough code into the wx demo? You can find all you want there!

Also, how do you set up movement
between controls using Tab.

Try to search into the mailing list archive. If I remember correctly, last week there was a discussion about this.

Thanks,
Jay

Michele