This refers to a thread of Jan 2006 '[genero-customers] Justify title of table column field.'
Is this now possible in 1.33 and/or 2.0?
Steve,
Unfortunately not yet - at least in GDC.
The library we're using does not provide this feature, we would have to make it "by hand". We hope this will be possible in a future version, but moving to the next version of the ibrary is very time consuming (BTW, please keep this in mind when you move to a new version of Genero: we always try to make new version as backward compatible as possible, this is not the case of all languages !)
If I try to justify the Titles myself by left padding with spaces - I sometimes get the following error:
ZLib : inflate error : -3 : invalid block type
This could be cleared by clearing the stored settings and reloading the form, but it's too intermittent to make it practical to try to hand crank it.
Are there any workarounds if justification isn't provided?
The ZLib error is not expected. We'll do some testing here, if you've a small test case, this would be of course better.
What are the exact version / plaftofrm you are running (GDC and DVM, both are using zLib) ?
With GDC - I remember you're using linux, right -: do you experience the same with the lnxlc22 version ? The kde version relies on your installed Qt library, then the zlib we're using depends on the way you built this library. the lnx version is statically linked with Qt and with zlib. If the problem only occurs with the kde version, this may be your system zlib which is guilty - if the problem is on GDC side.
A workaround would be to disable compression, using
gui.protocol.format=block
in your fglprofile. Give a try to see if removing the compression is an issue for you.