marek-sezemsky / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Router configuration window too long for screen #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the GUI to create a router with many interfaes (e.g., 10 or more) 
2. Double-click on the router icon to bring up the router configuation window.
3. When there are too many interfaces, the window will exceed the screen real 
estate, making editing impossible.

What is the expected output? What do you see instead?

Expect to have a way to scroll down through the entire list of interfaces, but 
can only see the first N interfaces. Suggest
adding some kind of scrollbar.

What version of the product are you using? On what operating system?

Snapshot from svn tree as of 03/21/2013.

Please provide any additional information below.

Original issue reported on code.google.com by fltemp...@gmail.com on 22 Mar 2013 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by ahrenh...@gmail.com on 25 Mar 2013 at 2:34

GoogleCodeExporter commented 9 years ago
workarounds:

1. Linux - hold down ALT while clicking dialog to move it

2. Windows (via X11 forwarding) - press ALT+space, M (to move), use arrow keys 
to move window, press enter when done

Original comment by ahrenh...@gmail.com on 25 Mar 2013 at 4:01

GoogleCodeExporter commented 9 years ago
ttk frames are not scrollable -- can't just attach a scrollbar

could insert the frame over a canvas widget, see:
http://stackoverflow.com/questions/4551296/python-tk-scroll-frame

Original comment by ahrenh...@gmail.com on 25 Mar 2013 at 4:20

GoogleCodeExporter commented 9 years ago
fixed in r782

using frames on a scrollable canvas

Original comment by ahrenh...@gmail.com on 30 May 2013 at 4:15