On 9/19/13 12:29 AM, "flexcapaci...@gmail.com" <flexcapaci...@gmail.com>
wrote:

>Is it possible to simplify advanced layout constraints? Would it be
>possible to add support where all you needed was the id and the value and
>you wouldn't have to declare the rows or columns.
>
>So, for example, the following would be valid:
>
><image id="image1" /> <image id="image2" left="image1:10"/> <label
>left="image2:10"/>
>
>Maybe if a layout row or column is not defined check if a UI component has
>an ID of the same.
Referencing other components was considered and abandoned because of the
increased possibility that you'd create infinite loops.

But you are welcome to create a layout system that does that.

>
>BTW Are layout constraints (row and column) deprecated? I think I saw a
>compiler or ASDocs warning about them not working even though when I
>tested
>them they did work.
Deprecation doesn't mean removal or broken.  Just that you should move
away from using it.  Adobe marked several things as deprecated when mobile
apps got bogged down by using them.

Reply via email to