<mx:ViewStack id="viewStack" width="100%" height="100%" 
backgroundColor="#FFFFFF" backgroundAlpha="1" paddingLeft="5" paddingRight="5" 
paddingBottom="5">
            
                <mx:Repeater id="editorsRP" dataProvider="{dynamicFields}" 
repeatEnd="organizeViewStack();" width="100%" height="100%">
                    <editor:DynamicFieldEditor 
label="{FieldGroup(editorsRP.currentItem).name}" width="100%" height="100%" 
fields="{FieldGroup(editorsRP.currentItem).fields}" dataProvider="{details}" />
                </mx:Repeater>

                <editor:NotesEditor id="notesEditor" width="100%" height="100%" 
label="Notes" enabled="false" notesProvider="{attachment}" />
                
            </mx:ViewStack>


Everthing works fine, except that the DynamicFieldEditors created by the 
Repeater are always placed after the NotesEditor. Anyone know why? And how I 
can fix that?




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to