Okay, is it possible to pass arguments through the BXML script itself? Like

<Menu.Item buttonData="Default"
ButtonPressListener.buttonPressed="myClass.colorChange(colors)">
<buttonData />
</Menu.Item>
//defined colorChange(int[]) to accept array of hex values.

Reply via email to