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

fullscreen windows draw in front of PopUpMenu #92

Closed
jleben opened this issue May 6, 2012 · 1 comment
Closed

fullscreen windows draw in front of PopUpMenu #92

jleben opened this issue May 6, 2012 · 1 comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: macOS

Comments

@jleben
Copy link
Member

jleben commented May 6, 2012

[Issue migrated from SourceForge | ID: 2833957 | Submitted by 'nobody']
[http://sourceforge.net/support/tracker.php?aid=2833957]

Here is an example combining two help files that show the problem.

(
//from SCWindow help file
w = Window.new(border: false);

w.view.background_(Color.rand);

w.front;

w.fullScreen;

Button.new(w, Rect(200,200,200,200)).states_([["Close Window"]]).action_({w.endFullScreen;w.close});

// from PopUpMenu help file
m = PopUpMenu(w,Rect(10,10,180,20));

m.items = ["linear","exponential","sine","welch","squared","cubed"];

m.action = { arg menu;

[menu.value, menu.item].postln;

};

)

@telephon
Copy link
Member

telephon commented Jan 5, 2014

Works fine now.

@telephon telephon closed this as completed Jan 5, 2014
mossheim added a commit that referenced this issue Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: macOS
Projects
None yet
Development

No branches or pull requests

2 participants