rigordo959 / tsWxGTUI_PyVx_Repository

The TeamSTARS "tsWxGTUI_PyVx" Toolkit is designed to be a foundation for developing, operating and troubleshooting those Python Curses based application programs embedded in local and remote 32-/64-bit computer systems used to monitor and control mission critical equipment.
13 stars 1 forks source link

tsLibGUI/tsWxGraphicalTextUserInterface introduces GUI Object Automatic Layout Anomalies. #53

Open rigordo959 opened 8 years ago

rigordo959 commented 8 years ago

tsLibGUI/tsWxGraphicalTextUserInterface introduces GUI Object Automatic Layout Anomalies.

Use of wxPython-style sizers to automatically layout complex assemblies of GUI Objects typically produce the telescoping or overlapping of adjacent border lines into a single line.

Use of wxPython-style pixel dimensions are associated with the nearest available Curses column and row. Anomalies show up only when derived pixel dimensions are not integer multiples of the pixel width and height for the fixed width font of a single character. For example, try using test_tsWxScrolledWindow.py.