You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to be able to interactively build a gui from the REPL like you can with CAPI. main-loop blocks until the last dialog is closed though. Main consideration is that UI operations should run on the UI thread, otherwise bad thing happen (just like in swing, and maybe others).
Would like to be able to interactively build a gui from the REPL like you can with CAPI. main-loop blocks until the last dialog is closed though. Main consideration is that UI operations should run on the UI thread, otherwise bad thing happen (just like in swing, and maybe others).
Idea sketch:
notes:
also need to support the original purpose of the idle callback
set global var lockloop (so last dialog doesn't exit main-loop)
make sure it's not a multithreaded shit show
document
check that the CPU usage of idle callback isn't too high (iup docs explain it's called more than you think).
should enable this kind of interactive coding (like in TCL wish):
The text was updated successfully, but these errors were encountered: