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

Dynamic GUIWindow creation #22

Closed
Hirashi3630 opened this issue Feb 6, 2022 · 3 comments
Closed

Dynamic GUIWindow creation #22

Hirashi3630 opened this issue Feb 6, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@Hirashi3630
Copy link
Owner

currently to create a GUIWindow you need to specify starting X/Y position and width/height like so...

var window1 = GUIWindow.Begin("window1's title", 10, 10, 200, 400);

make a dynamic positioning to be able to create a window with only title parameter like so...

var window1 = GUIWindow.Begin("window1's title");

support multiple windows that don't cover each other

@Hirashi3630
Copy link
Owner Author

position is solved in commit 02e5523

dynamic width/height needs to be responding to controls in runtime

Hirashi3630 added a commit that referenced this issue Feb 7, 2022
@Hirashi3630 Hirashi3630 added the enhancement New feature or request label Feb 7, 2022
@Hirashi3630
Copy link
Owner Author

dynamic starting size will not be worked on for now
open new issue if requested

@Hirashi3630 Hirashi3630 added the wontfix This will not be worked on label Feb 7, 2022
@Hirashi3630 Hirashi3630 removed the wontfix This will not be worked on label Jul 9, 2022
@Hirashi3630
Copy link
Owner Author

added in e853998

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

No branches or pull requests

1 participant