Problem with Menu in HW 6.1

Report any Hollywood bugs here
marko
Posts: 56
Joined: Wed Dec 15, 2010 5:19 pm
Contact:

Re: Problem with Menu in HW 6.1

Post by marko »

@airsoftsoftwair
The only solution to this that I see is to use a new flag for @DISPLAY that allows you to set whether you want to have RMB events at the expense of being unable to listen to the RMB or if you don't want to have RMB events in order to allow the menu bar to be opened by right clicking over the display as well...
Yes please, me too would like to see this option.

(PS: sorry for late reply)
AmigaOS 4.1 on Sam440ep-flex@800MHz
http://www.m4rko.com/amiga
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Problem with Menu in HW 6.1

Post by airsoftsoftwair »

Code: Select all

- New [Amiga]: Added "TrapRMB" flag to @DISPLAY and CreateDisplay(); if this is set to TRUE,
  Hollywood will deliver right mouse button events even when a menu strip is associated with a
  display; the downside is that menu access will only be possible via the screen's title bar
  then; the "TrapRMB" flag is only handled in case your display has a menu strip, otherwise it
  has no effect at all; "TrapRMB" defaults to FALSE which means that when a menu strip is associated
  with a display, right mouse button events aren't generated; this is also the original Hollywood
  6.0 behaviour which is now restored
Post Reply