-
Notifications
You must be signed in to change notification settings - Fork 82
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
Missing close buttons on Windows #109
Comments
Hey, quick question how did you manage to build it for windows? CMake Error at build/vcpkg/scripts/buildsystems/vcpkg.cmake:857 (_find_package): Could not find a package configuration file provided by "Qt5" with any of
Add the installation prefix of "Qt5" to CMAKE_PREFIX_PATH or set "Qt5_DIR" Im getting this error that i cannot get through to build it |
I built it from this fork: Hope that helps! |
Hey the link doesnt work. |
Try https://github.com/mpkepic/xstudio instead |
For me, the Windows build is working fine on the source system (the build system). However, when I copy the xStudio installer to another PC and run the xStudio.exe file, a command prompt opens and then disappears after a few seconds. Could you help me fix this issue and provide guidance on how to successfully run my xStudio build on other PCs?" |
Hi @anandan06 can't help with that sorry, but it might be worth asking on the ASWF Slack channel? |
@aloyisus, |
@aloyisus any resolution or answer on this yet? |
Hey @bungnoid sorry don't have any additional info about this issue, but I did see on Slack that v1.0 will be released soon, so perhaps this will be addressed in that 🤞 |
@aloyisus good to know, thanks. |
@bungnoid if you go four comments up there's a link 🙂 |
to close the extra windows just have them selected and do ALT+F4, inconvenient but works |
…s builds). Fixes AcademySoftwareFoundation#109. Signed-off-by: John Kelly <[email protected]>
Tested this on Windows 10 and 11 Pro. Panels such as the Python Console, Drawing Tools and Notes all spawn with windows that are missing their minimize, maximize and close buttons. Some of these e.g. drawing tools can be hidden using hotkey or by clicking the corresponding icon in the UI, but not the python window.
The text was updated successfully, but these errors were encountered: