Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-26 Thread Mark Wieder via use-livecode
On 2/26/20 3:43 AM, matthias rebbe via use-livecode wrote: Mark, If you have Screensteps credentials for the lessons area you could use them to login to the web service where you can edit the lessons, approve and reply to comments. Thanks. Interesting - I had tried that before and couldn't

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-26 Thread matthias rebbe via use-livecode
Mark, If you have Screensteps credentials for the lessons area you could use them to login to the web service where you can edit the lessons, approve and reply to comments. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 26.02.2020 um 04:49 schrieb Mark Wieder via

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-26 Thread Tore Nilsen via use-livecode
I have submitted a comment to this now. Best regards Tore Nilsen > 26. feb. 2020 kl. 11:15 skrev Heather Laine via use-livecode > : > > If this is a screensteps lesson in our portal, please leave a comment on it. > We review all comments and action them where necessary. > > Regards, > >

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-26 Thread Heather Laine via use-livecode
If this is a screensteps lesson in our portal, please leave a comment on it. We review all comments and action them where necessary. Regards, Heather Heather Laine Customer Services Manager LiveCode Ltd www.livecode.com > On 25 Feb 2020, at 18:48, Richard Gaskin via use-livecode > wrote: >

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-25 Thread Mark Wieder via use-livecode
On 2/25/20 10:48 AM, Richard Gaskin via use-livecode wrote: Are the Lessons also at Github?  Would be nice if someone here has a moment to update that. Lessons unfortunately are not on github. They're editable only through ScreenSteps, which doesn't have a linux option. I can no longer even

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-25 Thread Richard Gaskin via use-livecode
Tore Nilsen wrote: > The problem here is that when a group is set to behave as a menubar on > MacOS, the target becomes the group and not any of the individual > buttons. Therefore the script as it is written in the tutorial will > not work, since the update of the menu will only happen if the

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-25 Thread Tore Nilsen via use-livecode
> 25. feb. 2020 kl. 17:57 skrev Richard Gaskin via use-livecode > : > >Cross-platform note: When a menu button is being displayed in >the Mac OS menu bar, it does not receive mouseDown messages, >but its group does. For this reason, this example handler >should be placed in the

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-25 Thread Richard Gaskin via use-livecode
Henry Lowe wrote: > The Livecode Lesson 'Update a menu with a list of open windows' > recommends placing a mousedown handler in the script of the Menubar > group to determine which menu was clicked on: > > http://lessons.livecode.com/m/2592/l/126566-update-a-menu-with-a-list-of-open-windows >

Re: Cannot identify the Menubar button clicked under Mac OS

2020-02-25 Thread Curry Kenworthy via use-livecode
Henry: > Anyone know of a workaround for this? Just be aware that many LC "lessons" are flawed. Don't believe everything you read. Beyond the bug, updating Windows menu only on its own mousedown is already a failing strategy to begin with (bad instruction from "lesson") because the user

Cannot identify the Menubar button clicked under Mac OS

2020-02-24 Thread HENRY LOWE via use-livecode
The Livecode Lesson 'Update a menu with a list of open windows' recommends placing a mousedown handler in the script of the Menubar group to determine which menu was clicked on: http://lessons.livecode.com/m/2592/l/126566-update-a-menu-with-a-list-of-open-windows The suggested code is: on