-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm: hide window content while dragging ? #84
Comments
Hello @pmp-p,
Yes, the
Hmmm... this one will be a bit harder to figure out. It appears that an X11 expose event is not being sent, or perhaps blocked from being received, either in the FLTK main loop, or perhaps in the NX11 (X11 -> Nano-X) conversion library. In certain cases the X11 server (which of course is not running) may be expected to keep the window contents and redisplay without an expose event. Are you running an older (tested with Nano-X) version of FLTK? Another thought would be to turn on debug output, setting Another thought would be to run a Linux native version of the demo, from which we might be able to capture more debug output. Thank you! |
FLTK in above build is git, my patches are here https://github.com/pmp-p/fltk-wasm and the upstreaming discussion here fltk/fltk#41 (comment) thank you, i'll try the ERASEMOVE asap not sure i will have time for debugging though |
is it possible to prevent showing window content while moving them ?
https://pmp-p.ddns.net/gh/mwin_asyncify/mwdemo2.html
Also when a window (X11) goes a bit out of viewport and come back, redraw is not always ok until mouseover the main widgets
https://pygame-web.github.io/showroom/fltk/index.html
maybe related #28
The text was updated successfully, but these errors were encountered: