what version of LC are you referring to?
I thought that LC, like any other macOS app, will "borrow" the windows and many of the controls from the underlying OS?
Thank you Klaus Made your script work! :D Made this alteration: macStatusMenuSet "el_menu", "enabled", TRUE —> macStatusMenuSet el_menu, "enabled", TRUE. (no quotes on el_menu) Could not make the icon work. Tried different versions of Long ID with and without quotes, but just got a black square. NOW...
You mean you want your LC app to stay in the menu bar or better said you want your LC app to display a menu in the status bar on Mac? If that's the question then yes. ;) Have a look at 'mac status menu' in the dictionary. Thank you matthiasr, but the dictionary is not very helpful. Could you point ...