-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Overlay window with gearing info #456
Conversation
Hi Thomas, I have imported your code - but not using the pull.
The updates are now available; antDongle and usbTrainer; please test Perhaps, I should have done the modifications in your branch, but honestly admit I'm not very familiar with all these functionalties. Sorry for that; I know it's not the expected way of work :-) |
Hi Thomas, any feedback? |
In my test, the Overlay did not show up. Also I like to have both, overlay and GUI (on the second screen) |
The panel should show up:
I'll test too |
Oh, I misunderstood the "active" part. I thought the GUI mustn't be visible. The resizing of the power display I will test later. I need some warmup to get over 400 Watts ;) |
Yeah, I discovered that too. |
Great. Now provide screen-prints for > 400 >600 > 800 Watt :-) |
Okay, then replacing wx.DEFAULT_FRAME_STYLE with wx.CLOSE_BOX should do the trick. |
I forgot to take screenshots :( |
Should be solved in current FortiusAndGui.py |
Will check; just done training. |
Hi @krusty82 what shall we do; do you want to merge your branch with master or shall I close this one with comments |
You can close it. Your solution works perfectly and is much eleganter than mine. |
Suggestions from this PR have been adopted and integrated in the master,. |
I added a small overlay window with the gearing.
The window is always-on-top and semitransparent.
You can overlay it to the CTP to keep track of your virtual gearing.
(I also changed the scale on the power display, but this can be ignored, that's just for me)