Search found 3 matches

by grazer
Sat Apr 21, 2007 1:16 pm
Forum: Mac OS
Topic: mousedown in the mac menubar
Replies: 5
Views: 8994

>>It works fine here. Could you post your script?

on mousedown -- in menubar group script
get the short name of the target
if it is "File" then
--enable and disable File menuitems
else if it is "Edit" then
--enable and disable Edit menuitems
end if
end mousedown

The problem, I think, is ...
by grazer
Sat Apr 21, 2007 8:38 am
Forum: Mac OS
Topic: mousedown in the mac menubar
Replies: 5
Views: 8994

>>You probably want to read about the menuPick message in the docs.

I am using the menupick messages. The reason I also use mousedown handlers is to customize the menuitems (enable/disable, checkmarks) each time the user clicks on a menu.

--Grazer[/quote]
by grazer
Sat Apr 21, 2007 12:33 am
Forum: Mac OS
Topic: mousedown in the mac menubar
Replies: 5
Views: 8994

mousedown in the mac menubar

I am an experienced hypercard programmer, but very new to Revolution. I have nearly completed my first software project and am now experimenting with the standalone builder and the menu builder.

When I first moved my menu to the Mac menubar I found that my mousedown handlers in each button didn't ...