dropShadow knockout

2021-10-19 Thread Neville Smythe via use-livecode
The knockout checkbox is missing from the graphic effect dropShadow edit dialog in LC9.6.5 (Mac). The knockout property still works however. Further occasionally the edit box appear to become corrupted - after a few launches the display is out of kilter, and eventually the edit box won’t open

Re: New MacBook Pro Display Notch

2021-10-19 Thread Mike Kerner via use-livecode
I'm not sure this will be a problem, unless you are trying to display something in the menubar, since that's where the notch is going to be. On Tue, Oct 19, 2021 at 5:14 AM Richmond via use-livecode < use-livecode@lists.runrev.com> wrote: > I should have thought the simplest way round this proble

Re: New MacBook Pro Display Notch

2021-10-19 Thread Richmond via use-livecode
I should have thought the simplest way round this problem was to work on the assumption that from now on ALL Apple displays will have a notch and "cut one's stack" to accommodate that. Of course this is only relevant to people who want to annoy end-users by providing full-screen window apps.

New MacBook Pro Display Notch

2021-10-19 Thread HENRY LOWE via use-livecode
The new 14 and 16 inch MacBook Pro models announced by Apple yesterday include a display notch to house the 1080P front facing camera. Clearly this may cause problems for apps that display content in the screen area occupied by the new notch. In response Apple has created a new “compatibility m

Re: Some questions about Command-line argument parser library

2021-10-19 Thread Mark Waddingham via use-livecode
On 2021-10-18 23:04, matthias rebbe via use-livecode wrote: Mark, thank you very much for your explanations. It works now. Would you please be so kind to also explain what for the argumentArray can be used? GetOpt(grammar [, argumentArray]) Okay, i could use it for testing in the LC IDE, so