Re: [Pythoncard-users] frustrating copy and paste behavior in code editor
by Neil Hodgson other posts by this author
Jul 9 2002 7:54PM messages near this date
RE: [Pythoncard-users] frustrating copy and paste behavior in code editor
|
Re: [Pythoncard-users] frustrating copy and paste behavior in code editor
Kevin:
> This doesn't explain why the clipboard is not destroyed when copying text
> from a wxTextCtrl, regardless of the style flags used.
The wxTextCtrl is a wrapper around the native windows text control which
uses the Windows clipboard directly rather than going through wxWindows.
> Something is
> different between how the clipboard is handled with wxSTC and wxTextCtrl
for
> Cut and Copy. Maybe the wxTextCtrl Cut and Copy methods are bound
> differently to the underlying native control? Does wxWindows go through
some
> clipboatd cleanup on exit that would show what is going on?
With wxSTC, there is no underlying native control. It is all wxWindows.
There is a lot of Scintilla code used but all interaction with the platform
goes through wxWindows.
Neil
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
Thread:
David Primmer
Kevin Altis
Neil Hodgson
Robin Dunn
Kevin Altis
Neil Hodgson
Robin Dunn
Kevin Altis
Robin Dunn
Kevin Altis
|