09-01-2023, 01:21 AM
(09-01-2023, 01:09 AM)mnrvovrfc Wrote: One of two things. Might need the "Linux fix" which is a short `_DELAY` before the color choosing dialog is displayed.
If not, it's funny how `_DISPLAY` is being used in this brief example program. Maybe try it with `_AUTODISPLAY` just before opening the dialog?
I tried a .5 delay before and after, but still happens now and then, I have a _DISPLAY in there because that's what my program state is in when calling the picker so I was trying to mimic that in the example, but it is worth a try turning autodisplay back on for the function and see if that helps, I'll try that and see what happens. Thanks for the suggestion.
- Dav