PySimpleGUI
PySimpleGUI
> I've been using PSG for years You most certainly have! Thank you for the kind comments, the recent donation, sponsorship, etc. You've been an amazing supporter for the project...
You need to use the parameter `set_to_index` if you want to select values after updating them. You'll find it discussed in parameter description of `update` for listboxes in the main...
This is an error on my part. I'm sorry about that. The docstrings are not completed for the PySimpleGUIQt port. So the ones shown are the PySimpleGUI ones. The PySimpleGUIQt...
OK, I'll make a similar enhancement to PySimpleGUIQt as PySimpleGUI where a list can be passed in. Sorry it didn't work. I understand the urgency. I've been trying to urgently...
Adding this as an enhancement as it is working as designed, but it's not doing what we ultimately want.
Here is a dump of the settings available on the Multiline Element. These are all accessable through `Element.Widget.config()` ``` autoseparators : ('autoseparators', 'autoSeparators', 'AutoSeparators', '1', 1) background : ('background', 'background',...
If using the config `selectbackground`, then it works for "normal" test in the Multiline, but text that's been colored using the tags produced by cprint seem to be immune to...
> No document about arguments text_color_for_value and background_color_for_value, in Oh wow, bad... I missed in the docstrings. Thank you.
Fixed in 4.30.0.10. Rebuilt the docs and can see that the change correctly propagated all the way to http://www.PySimpleGUI.org 
While I might be able to expose the selection colors, this problem where the tagged portions aren't shown as selected is potentially a big problem.