dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
20 stars 7 forks source link

showDialog script function calls swing code from non-swing thread. #195

Closed timobaumann closed 5 years ago

timobaumann commented 5 years ago

(at least) in modern linux-JDKs, this leads to the windows only being shown when the dialog is over. Also, showDialog is not described in the wiki.

timobaumann commented 5 years ago

also fixed the wiki. it would be interesting to know how many other functions in BuiltinFunctions.java are not covered by the wiki...

alexanderkoller commented 5 years ago

I can't be sure of course, but I wouldn't be surprised if showDialog had been left undocumented because there was this known bug with it. :)