  | | | Diference in a XML UI file | Diference in a XML UI file 2004-05-01 - By Jes?
Back ?what is the diference? in: ******************************************************** <dialog id="inputName" title="inputName" buttons="accept,cancel"> <vbox> <hbox> <vbox> <hbox> <label value="Your name here:" control="iName" /> <textbox id="iName" maxlength="16" multiline="false" value="Macromedia Flash" /> </hbox> </vbox> </hbox> </vbox> </dialog> ********************************************* with: ********************************************** <dialog id="inputName" title="inputName" buttons="accept,cancel"> <vbox> <hbox> <label value="Your name here:" control="iName" /> <textbox id="iName" maxlength="16" multiline="false" value="Macromedia Flash" /> </hbox> </vbox> </dialog> ******************************************************** delete empty vbox and hbox and they are equal. Why?
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Extendflash mailing list Extendflash@(protected) http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk
|
|
 |