Re: [Tkinter-discuss] Running tkinter from MacOS Automator

2022-08-19 Thread Alan Gauld via Tkinter-discuss
On 03/05/2022 02:00, Kevin Walzer wrote: > On 4/29/22 8:54 AM, Alan Gauld via Tkinter-discuss wrote: >> When I click it my app starts OK but the UI is all in black apart >> from the buttons and scrollbars. Everything works ok (buttons, >> menus etc) except I can't see anything on the GUI because of

Re: [Tkinter-discuss] Running tkinter from MacOS Automator

2022-05-02 Thread Kevin Walzer
On 4/29/22 8:54 AM, Alan Gauld via Tkinter-discuss wrote: When I click it my app starts OK but the UI is all in black apart from the buttons and scrollbars. Everything works ok (buttons, menus etc) except I can't see anything on the GUI because of the black. Sounds like you are connecting to th

[Tkinter-discuss] Running tkinter from MacOS Automator

2022-05-01 Thread Alan Gauld via Tkinter-discuss
I have a Tkinter application on MacOS (Monterey) and wanted to run it from the desktop. I built a workflow in automator that simply ran the bash commandline to launch python and my app. I saved the workflow to the desktop. When I click it my app starts OK but the UI is all in black apart from the