Re: rectangular area text selection
- Posted by "danielmoyer" <danielmoyer at prodigy.net> Sep 18, 2004
- 458 views
> > > posted by: D L <d1eu at yahoo.ca> > > Hello all, > > I recently came across Euphoria (excellent job, congrats extended to > the win32lib and IDE teams). Being new to the language I could use some > help from more experienced people on a little program I am working on. > > I need to be able to display a simple text file and then selected with > the mouse some rectangular areas of the text, getting the size of each. > Any hints are appreciated. > > Thanks, DL. > DL, Just in case, since it would be easier, I'll ask: do you *really* want strict *rectangles* from the text displayed, or would it be sufficient to drag the mouse to select part of a line or one or more lines of text with optional part of first & last line? Reason I ask is that there are routines in Win32Lib that will allow selection & copy portions of text displayed, if that's what you might want. Dan Moyer