Back from much needed, relaxing vaca. Working on this stuff is a pleasure to me, so I used travel time and other down time to work on it. Have a nice vid clip of a dolphin that swam by about 10 ft from where I was swimming, the clip loops nicely so I may put my Douglas Adams reference there and use it as the Player controls default video clip,tperry2x wrote: ↑Mon Apr 25, 2022 4:51 pm Also, documentation is seemingly loading:
-- SNIP--
I can also set it back to open in a browser, which works again, with:Code: Select all
put 0 into $LIVECODE_USE_CEF

Yup, that was already in the IDE scripts I just found it in there.
It seemed to work for me too at first, so I added in a check for platform=Linux and processor=x86_64 and if both conditions are met it sets the $LIVECODE_USE_CEF environmental variable.
But I'm now having the IDE crashing from those changes (KDE Plasma / Ubuntu Studio 22? <-have to check that), not sure what triggers it. I suspect there's issues that are related to some palette behavior script(s) applied to various IDE stacks and how they interact with each other and possibly certain window types (like palette vs topLevel windows).
I also believe I that I left the stack itself saved as editable when I created that first app image so if you're not in Browse Mode you'll get the Browser Widget icon instead of the cached dictionary webpage. That should be easy fix, the cantModify prop gets set by script IIRC, need to remember to change it back before any future release.