-
Notifications
You must be signed in to change notification settings - Fork 996
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
wxPython 3 with GTK 3 support #615
Comments
The console is hidden - does it show correctly if you click the < button on the top right? As for the input fields, we'll have to make them wider due to the new layout. The only difficult one will be the print speed one as the slider is already cramped. Maybe we need to split it out on two rows. I'll look into this but I'll need you to test the layout changes as of course the controls look very different for me. Poke me on IRC to coordinate. |
So I tested again with current master. First, the console is hidden, but the button indicates it is not (the arrow points out, as in hide) When I click the button, the console is not shown, but the direction of the arrow is reversed, so now I read is as "show". And yes, indeed, the button shows the console. (I've also noticed the extremely wide gap between the console and the gcode preview area.) I can also hide the left panel. But when I show it again, the console is again gone. |
Fedora 22 is already at Beta. I would love to see this fixed before the stable release (currently planned to 2015-05-26). While the missing console is no longer an issue. I still have the problem we've discussed with @kliment on IRC https://churchyard.fedorapeople.org/printrun.ogv (Note that the lagging is not the issue, it's only happening when recording the video, the issue is that the widgets are expanding even if I make the window smaller.) Thanks for any help. |
Currently I don't have a system running wxPython version 2.8, does this only happen with 3.0? |
Yes, it only happens with 3.0 On 03/22/2016 06:47 PM, Rock Storm wrote:
|
Any updates on this? Did this got fixed? |
I just downloaded master and everything seems to be working fine (and no console errors) |
For the record, this issue is linked to from Debian bug https://bugs.debian.org/819745 . |
Sadly, I can still reproduce this issue with Printrun 2.0.0rc2. Can you confirm @hroncok? |
This originates in Fedora: http://bugzilla.redhat.com/show_bug.cgi?id=1231518 I've removed all the wx.VERSION checks. Should (at least partially) fix kliment#897 and kliment#615 Co-authored-by: Scott Talbert <swt@techie.net>
This behaves nicely for me with 2.0.0rc3. |
I still can reproduce this issue at 5edf6aa. :( However I'm investigating whether this is due to my setup. Because I see the little '^' and 'v' buttons instead of the '+' and '-' that everyone else is seeing. |
Yeah rockstorm, looks like you're on gtk2 |
Hi, wxPython 3 (using GTK 3) has reached Fedora rawhide (will be Fedora 22). As a packager of Printrun, my concern is that it works with wxPython 3.
Currently, Pronterface runs, but it has no console and some input fileds are not very usable.
This is copied form stderr:
Plater seems fine.
I might be able to go and try fixing this, but I have never used wxPython before, so it might be better idea if some of the regular contributors looks into this. Let me know if I can buy you a beer or something, in case you make this work :)
Thanks a lot.
The text was updated successfully, but these errors were encountered: