Four Js Development Tools Forum

Discussions by product => Genero BDL => Topic started by: David H. on November 08, 2010, 12:51:24 pm



Title: Textedit alignment issues switching from v2.11.02 to v2.21.10...
Post by: David H. on November 08, 2010, 12:51:24 pm
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


Title: Re: Textedit alignment issues switching from v2.11.02 to v2.21.10...
Post by: Reuben B. on November 08, 2010, 09:55:50 pm
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


Title: Re: Textedit alignment issues switching from v2.11.02 to v2.21.10...
Post by: David H. on November 09, 2010, 01:42:36 pm
Thanks, looks like another reason to be using v2.30 then...