Textedit alignment issues switching from v2.11.02 to v2.21.10...

Started by David H., November 08, 2010, 12:51:24 PM

Previous topic - Next topic

David H.

Hi all,

The attached form aligns some of the textedit fields differently when the form is compiled using v2.21.10 compared to our previous dev version, v2.11.02. This seems to be down to a change in the form compiler, as a form compiled with v2.11.02 does display correctly on the later Gdc, v2.22.06. I have also attached a couple of screenshots to show the effect of this.

The question now is do we need to realign our forms somehow or is this a bug/feature?

Regards,

David

Reuben B.

Hi David,

That looks like Bz15270 https://4js.com/en/support/issue/?id=15270

I'm not sure why this would not have been corrected in the 2.21.10 maintenance release, it is correcetd for 2.30

As a workaround, add either STRETCH=Y or STRETCH=BOTH to the textedits, in your case STRETCH=Y looks better IMHO.

Reuben
Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero

David H.

Thanks, looks like another reason to be using v2.30 then...