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

Mouse buttons

 [1/4] from: carl::cybercraft::co::nz at: 12-Jan-2003 11:44


As far as I know, REBOL doesn't by default use more than one mouse button for anything, though there's support for a second button. A reason for keeping it this way is well argued here... http://flyingmice.com/cgi-bin/squidcgi/mbmessage.pl/amiga/82114.shtml I think. -- Carl Read

 [2/4] from: al:bri:xtra at: 12-Jan-2003 13:33


Carl Read wrote:
> As far as I know, REBOL doesn't by default use more than one mouse button
for anything, though there's support for a second button.
>> view layout [
[ button "Click me!" [print "Left button!"] [print "Right button!"] [ ] Right button! Right button! Left button! Left button! Left button! Right button! Left button! Right button! Left button! Right button! Right button! Left button! Right button! Left and right mouse buttons seem to work in my Rebol/View. Andrew Martin ICQ: 26227169 http://valley.150m.com/

 [3/4] from: carl:cybercraft at: 12-Jan-2003 17:39


On 12-Jan-03, Andrew Martin wrote:
> Carl Read wrote: >> As far as I know, REBOL doesn't by default use more than one mouse
<<quoted lines omitted: 16>>
> Right button! > Left and right mouse buttons seem to work in my Rebol/View.
That's not quite what I meant, that equating to my "though there's support for a second button". What I meant was that none of the default styles use the right-button to do something other than what the left button does, say to allow for multiple selections in a text-list. That said, I've remembered it's used in the desktop to get info about icons... But anyway, the argument in that post was that the user should decide what the right button does. For instance, there's support in View for a help text with every style. The user may prefer to see that when they press the right button and to go away when they release it, instead of it automatically appearing every time they happen to leave the pointer over any given style for a few seconds. Maybe what the right button does should be a user-option in skins? -- Carl Read

 [4/4] from: g:santilli:tiscalinet:it at: 12-Jan-2003 14:00


Hi Carl, On Saturday, January 11, 2003, 11:44:55 PM, you wrote: CR> As far as I know, REBOL doesn't by default use more than one mouse CR> button for anything, though there's support for a second button. A CR> reason for keeping it this way is well argued here... CR> http://flyingmice.com/cgi-bin/squidcgi/mbmessage.pl/amiga/82114.shtml CR> I think. If we had the ability to "rewrite" events, something like that could be very easily added transparently to all REBOL apps. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted