>>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 ...
Search found 3 matches
- Sat Apr 21, 2007 1:16 pm
- Forum: Mac OS
- Topic: mousedown in the mac menubar
- Replies: 5
- Views: 8993
- Sat Apr 21, 2007 8:38 am
- Forum: Mac OS
- Topic: mousedown in the mac menubar
- Replies: 5
- Views: 8993
- Sat Apr 21, 2007 12:33 am
- Forum: Mac OS
- Topic: mousedown in the mac menubar
- Replies: 5
- Views: 8993
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 ...
When I first moved my menu to the Mac menubar I found that my mousedown handlers in each button didn't ...