-
Notifications
You must be signed in to change notification settings - Fork 411
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
[osx, parallax+, wx3] App starts with its window hidden and window size reset #423
Comments
I have the same issue and use the same work-around. |
I noticed the same this with my testing, but never got around to looking at it. It must be a wxpython 3 thing, I'll search around and see if I can find any solutions Also, didn't notice the window size being reset. I'll have to test. |
I cannot reproduce the window size being reset. The size is whatever I set it to last run. Please note that for settings to be saved pyfa must be closed properly. Killing the process or otherwise ending the program abruptly won't save it. Perhaps this is what is happening with you? |
Also, must actually be a os x skeleton thing, and starting pyfa from pycharm pops the app up without issue. =/ |
In my testing, the window resize is preserved each time, unless I maximize the window before exiting. In that case the window size is lost. |
Executing Pyfa without the launcher:When I run the app directly from deeper within the package, I do not have the hidden window issue: Using open command:When I use the open command, behavior is same as the launcher shown in the video, I have to run it a second time to bring the window into visible. The fit calculations are already complete as soon as I run it the second time so it doesn't actually run the program from start again. It just finds that it is already running hidden and brings the window up. My testing of the issues in this thread using OSX 10.11.x*Hidden window issue: 1.16.x only (but it's OK when executing pyfa directly without 'launcher' or 'open') |
I just tested with the non-wx3 version. The hidden window issue does not occur. This is a wx3 issue only. |
Building the build with Very strange, and I'm not at all sure why this is. But, the important thing is that the "starting hidden" bug is solved and I can just ignore this Will keep this open until it's actually fixed in the repo. Again, not sure about the window position as I've never really experienced the position saving for me, but maybe this fixes that as well. |
Quick update: seems it's not really a |
I'm going to close this as the new binaries seem to have fixed this as far as I can tell. If issue persists after the next release, please reopen. |
I'm not sure if this was reported before (I haven't found anything similar in issues), but since 1.6.0 the app started to launch like this: https://www.youtube.com/watch?v=Qgnj1OYM6HU — watch how the top menu changes from sole "pyfa" to the whole set of menu items, but still no window appears.
The text was updated successfully, but these errors were encountered: