Re: Errors with gnue-designer
Randall Whitman <[email protected]> Fri, 25 Feb 2011 15:40:55 -0800
| Newsgroups | gmane.comp.gnu.enterprise.devel |
|---|---|
| Message-ID | <23298.1298677255@randall-desktop> |
> I've verified that in designer/forms/PagePainter/skins/default.py", line 82, > in calc_metrics: > width = object['Char:width'] + 1 > height = object['Char:height'] + 1 > Both object['Char:width'] and object['Char:height'] don't have anything in it. As Reinhard mentioned earlier, Designer has code to read old character-grid based GFD files, but needs enhancement to read and write new hbox/vbox GFD files. It may be the case that I am presently more focused on writing new-style GFD, and that Bishan has more focus on reading new GFD. Read & Write may be good complementary efforts. /Randall <www.whizman.com>