Re: The target is different on Mac and Windows

2012-02-16 Thread J. Landman Gay
On 2/16/12 10:25 PM, Pete wrote: I'll try that of course, but why would that work differently on Mac than on Windows? It has something to do with what the engine needs to do to put the Mac menu into the system menubar. Whatever that is, it's the same reason you can't put scripts in menu butto

Re: The target is different on Mac and Windows

2012-02-16 Thread Pete
I'll try that of course, but why would that work differently on Mac than on Windows? Pete On Thu, Feb 16, 2012 at 7:30 PM, J. Landman Gay wrote: > On 2/16/12 9:05 PM, Pete wrote: > > Obviously a bug which I will enter at the QCC. I can deal with this by >> checking the platform of course, but i

Re: The target is different on Mac and Windows

2012-02-16 Thread J. Landman Gay
On 2/16/12 9:05 PM, Pete wrote: Obviously a bug which I will enter at the QCC. I can deal with this by checking the platform of course, but it really concerns me that a basic concept like the target works differently on different platforms, at least in this circumstance. I don't think it's a

The target is different on Mac and Windows

2012-02-16 Thread Pete
I have a mouseDown handler in a menu bar group, necessary because mouseDown handlers don't trigger if they are in a button in a menu bar group. Because of the structure of my card, clicks on other buttons were reaching the mouseDown handler, causing weird problems so I put a check for the target a