macdeport

Results 56 comments of macdeport

This **simple code** test1_keep_on_top.py **keep on top**

test1_keep_on_top.py == your code [here](https://github.com/PySimpleGUI/PySimpleGUI/issues/5515#issuecomment-1140494164) Naming helps (is supposed to...) in sharing

> If I had to guess which settings may interfere with each other, it would be the no_titlebar and keep_on_top. You win... Moreover the transparency is modified (darker) by `no_titlebar=True`...

> You win... In same time I was joking (of us) and my English is hawful, please don't worry. For the record I took note of the author's kind recommendation...

I experimented with this version. It's a good solution to avoid crashing but in exchange of losing the input filter... IMO a better solution would be to automatically deenable for...

macOS: 10.10.5 1. ![floating-screenshot-205140](https://user-images.githubusercontent.com/26068595/168444757-ee711b7b-62ac-4645-82b6-7200ff609ad1.jpg) lost of filter => `file_types=(('PDF files', '*.pdf'),)` is disabled ![floating-screenshot-204255](https://user-images.githubusercontent.com/26068595/168444659-dcd3b79f-5a48-4424-a467-f86c240fe33d.jpg) ![floating-screenshot-210250](https://user-images.githubusercontent.com/26068595/168445107-5f6ec58b-e5f4-4d1f-969a-f1d82abb88ea.jpg) 2. ![floating-screenshot-210808](https://user-images.githubusercontent.com/26068595/168445260-a50f66b1-dd06-455e-9698-3adddad13b9a.jpg) filter OK but crash with `file_types=(('ALL files', '*.*'),)`

> > automatically deenable for macOS platforms, with programmatic reactivation on demand (a specific FileBrowse setting, with a warning) with knowledge. > > > I have no clue what this...

> BTW: you can enable this Mac setting at run-time via via: > `sg.pysimplegui_user_settings['-mac feature enable file_types-'] = True` > Thank you @resnbl I like this but a kind of...

> @macdeport - just so I understand clearly... you were able to test the new code on the machine that crashes if you try using the older code? @PySimpleGUI you...