The "automationID" is one of the properties of all Components in Pivot
-- see the "setAutomationID" and "getAutomationID" methods of Component.
And so, yes you can set it in bxml with "automationID='1', etc..

As an example (from our code):
    <BoxPane orientation="vertical" styles="{fill:true}"
automationID="PAGE_0">

We take the string "PAGE_0" and use it to link to the button that
selects this (one of the children of CardPane).

~Roger Whitcomb

-----Original Message-----
From: ccp999 [mailto:[email protected]] 
Sent: Tuesday, August 07, 2012 6:31 PM
To: [email protected]
Subject: RE: How to bind a button group to Card Pane?

Sound great! But I don't get the idea of "automationID".  where is it?
could I set this in bxml file? so that the bind is done during bxml
creation.

Thanks



--
View this message in context:
http://apache-pivot-users.399431.n3.nabble.com/How-to-bind-a-button-grou
p-to-Card-Pane-tp4022009p4022013.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to