gui icon indicating copy to clipboard operation
gui copied to clipboard

Implement FullScreen on all platform (need to be able to reset style on frame%)

Open bluerider opened this issue 9 years ago • 4 comments

There is no method for resetting the style of a frame% after creation. This would be important for a fullscreen feature. Basically (with hypothetical set-style function) :

(call-with-values (lambda () (get-display-size)) (lambda (width height) (send #a frame# set-style (list 'no-caption)) (send #a frame# resize width height)))

bluerider avatar Apr 21 '15 03:04 bluerider

the core functionality requested here (fullscreen on all platforms) was implemented by #8 and #10. allowing full-on changes of frame% styles was not necessary (and those two commits would've been a mere subset of the work required, i think).

jkominek avatar May 03 '15 17:05 jkominek

I haven't been able to test it yet; I'll close when I have.

bluerider avatar May 03 '15 17:05 bluerider

Can this be closed now?

samth avatar Nov 19 '15 23:11 samth

No not yet. See the following error when running using fullscreen on windows host: https://github.com/bluerider/set-game-multi/issues/2

bluerider avatar Jan 29 '16 03:01 bluerider