Skip to content
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

stuck after opening fullscreen #3

Open
H-MLim opened this issue Dec 19, 2021 · 11 comments
Open

stuck after opening fullscreen #3

H-MLim opened this issue Dec 19, 2021 · 11 comments

Comments

@H-MLim
Copy link

H-MLim commented Dec 19, 2021

hello. after turn on fullscreen via [fullscreen 1(-[oF.window], literally I'm stuck at the fullscreen window. I even can't escape with Alt+Tab. It hides every window even including the task manager too. so I can't get out to patch window nor task manager to close the oF.window, and had to hard shut down the computer unless I make the escape button via keyboard triggering or something. could you fix this so that at least I can escape with Alt+Tab? as the original [oFwindow] object does? I'm working at Windows 10, Pd 0.51-4, and the latest ver. of oFelia and o-F-P. thanks in advance

2021-12-20.21-12-40.mp4

.

@60-hz
Copy link
Owner

60-hz commented Dec 19, 2021

@H-MLim You can press Ctrl + Esc shortcut key under window, it should bring the start menu and allows you to go back to your patch. Otherwise it's better to connect an [of.keypress Esc] into a [fullscreen 0( message to avoid such a situation.
The windows management should behave the same as [oFwindow], but I will try again when I have a windows machine around.

@H-MLim
Copy link
Author

H-MLim commented Dec 20, 2021

thank you. I could go to start menu via Ctrl+Esc, or Windows key, but still I can't get into any windows including pd patch window when I click pd icon on my start menu bar. as I said before, it literally hides every window while clicking everything. of course, connecting [of.keypress] or [of.keyboard] could be help but I would also like to turn off/on the fullscreen on the patch window too. I will try to make video later how it runs on my Windows computer.

@H-MLim
Copy link
Author

H-MLim commented Dec 20, 2021

(just updated a video. hope this would be help)

@H-MLim
Copy link
Author

H-MLim commented Oct 6, 2022

(updated from previous comment:) it seems still same problem with all conditions again. but what is different here, at least I can escape with alt+tab and close the window, different from last year. but still I can't return to & see & control my patch while fullscreen is on. (tested on Windows 11, Pd 0.52.2). on Mac, still worked fine.

@60-hz
Copy link
Owner

60-hz commented Oct 6, 2022

I tested on a windows10 computer and using this simple patch can exit / enter fullscreen with last github files:

[of.keypress Escape]
|
[X]
|
[fullscreen $1(
|
[of.window]

but I would also like to turn off/on the fullscreen on the patch window too

To be able to change fullscreen from your patch and not Ofelia windows, you can add this and connect to same [x] object:

[key]
|
[sel 27]
|
[X]

Note: I am thinking about changing back the name "Escape" to "Esc" in [of.keyboard] since it was not the best choice...

@H-MLim
Copy link
Author

H-MLim commented Oct 6, 2022

thanks for suggestion. it could be a lot of help indeed. but since I couldn't make my toggle unselected (0) on my computer *(when I pressed escape key twice), I also suggest to insert bang or sel Esc between [of.keyboard Esc] and tgl. actually it seems the arguments could not specify the key on my Windows.
(no problem when using key)
btw the main problem was I couldn't open and control my patch window (with including Alt+Tabbing) when fullscreen is on, could you do this on your computer? (sorry for bothering again)

@60-hz
Copy link
Owner

60-hz commented Oct 6, 2022

Sorry, my mistake, of course it should be [of.keypress Escape] that returns a "bang" and not [of.keyboard Escape] ;)

@H-MLim
Copy link
Author

H-MLim commented Oct 6, 2022

oh thanks. acutally on my computer, of.keypress Escape didn't work but rather I should have typed as of.keypress Esc. but anyway it worked :) (now the only problem would be opening main patch window while turning fullscreen on...)

@60-hz
Copy link
Owner

60-hz commented Oct 6, 2022

rather I should have typed as of.keypress Esc

That's because I recently changed "Esc" to "Escape" so you might have old abstractions.
But anyway, I think I will go back to "Esc" name soon :)

now the only problem would be opening main patch window while turning fullscreen on

You mean you want to have fullscreen window and the patch in front? This is possible as soon as you stay in [fullscreen 0( and simply add "dimen" and "position" messages that fits your screen resolution...

Capture d’écran 2022-10-06 à 19 26 10

@H-MLim
Copy link
Author

H-MLim commented Oct 6, 2022

I meant patch in front while fullscreen 1 ... because I couldn't open any windows (including pd) but only full-screened oF window

@H-MLim
Copy link
Author

H-MLim commented Oct 6, 2022

2022-10-07.02-50-42.mov

(tested video)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants