Please check code.
If I work with a Repeater in a Form I get problems with alignment.
If the dataprovider for the repeater changes (for instance a object is
added), then I get an alignment problem with formitems out of the
repeater.
If I then execute following code (line 65) :
//Workaround to keep layout good of form. Otherwise the
addingMetaDataFormItem is not aligned.
this.metaDataForm.removeChild(this.addingMetaDataFormItem);
this.metaDataForm.addChild(this.addingMetaDataFormItem);
Then alignment is back to normal.
I have done a ValidateDisplayList, ValidateNow on the Form but nothing
seems to work.
Thx.q
Lieven Cardoen
application developer
indiegroup
interactive digital experience
engelse wandeling 2 k18
b8500 kortrijk
<http://www.indiegroup.be/>
// communicatie bij voorkeur via E-mail
<<image001.gif>>
ItemDetailProperties.mxml
Description: ItemDetailProperties.mxml

