Re: Adding the Copy Property to a Simple Histogram

2009-07-05 Thread W. eWatson
Simon Forman wrote: On Jul 5, 9:48 pm, "W. eWatson" wrote: The code below produces a text window 60hx20w with a scroll bar. The contents are something of a histogram of values from 0 to 255. If one tries to copy the contents, Windows doesn't allow it. What needs to be done to allow a copy and p

Re: Adding the Copy Property to a Simple Histogram

2009-07-05 Thread Simon Forman
On Jul 5, 9:48 pm, "W. eWatson" wrote: > The code below produces a text window 60hx20w with a scroll bar. The > contents are something of a histogram of values from 0 to 255. If one tries > to copy the contents, Windows doesn't allow it. What needs to be done to > allow a copy and paste? > >