Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Engage and Select

From: greggirwin:mindspring at: 16-Sep-2003 22:01

Hi Matt, MM> I have a text area that I am using an engage function in to catch when the MM> user uses the scroll-wheel on the mouse. However, I cannot click and drag MM> to select the text within the box while the engage function is there. Is MM> there a way to get the best of everything? You could look at the standard ENGAGE function, and use that as your starting point.
>> probe get in ctx-text/edit 'engage
You can start by using that code and making manual edits against it. When you get in a little deeper there are some VID gurus around that might suggest some better ways to do things. -- Gregg