Hi,
I have an image component as below:
<s:Image id="startJob" source="images/startJob.jpg"
toolTip="{resourceManager.getString('messages', 'startJobTooltip')}"
width="23" height="23"
includeInLayout="{data.visualParams.commandabilityParams.isStartable
== true}" buttonMode="true"
visible="{data.visualParams.commandabilityParams.isStartable == true}"
click="executeJobCommand(event, data.@Id, data.@Id)" />
For he issue #819 it looks like it is working but not the same for the
real app. I need to debug an inspect the value of
"data.visualParams.commandabilityParams.isStartable" for the image
component
to check the value of
"visible="{data.visualParams.commandabilityParams.isStartable == true}"
Where are the values evaluated ofr a component ?
Thanks,
Serkan