in reply to Re^2: Prima: How to get a "table" layout?
in thread Prima: How to get a "table" layout?
Added: I am using default fonts. Are you running my code verbatim as shown? This could be an issue if you are using UTF-8 or unicode. You could try explicitly configuring the font and font size for each label and entry widget. These widgets are designed with exactly this "label: Entry"side by side usage in mind. My lines line up to the exact pixel. There are other ways to do this. In Tk, there is TableMatrix which can produce a spreadsheet like appearance. I've used that with 2,000 rows.
I am using 64 bit Perl 5.24 on Win10.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Prima: How to get a "table" layout?
by haj (Vicar) on Jan 19, 2025 at 22:41 UTC | |
by Marshall (Canon) on Jan 22, 2025 at 04:59 UTC |