2012-01-24, 10:35 PM
I notice that the EventDetails.xml popup uses a visible method I don't understand
How you set @buttonCount?
I've tried
args["@buttonCount=5"] = false;
args["@buttonCount=6"] = false;
args["@buttonCount] = 4;
But they all seem to return visible=true
Martin
Code:
<Image source="@previewImage" visible="@buttonCount=4" location="12.5,44.5" size="15,32" fixedAspectRatio="true" />
<Image source="@previewImage" visible="@buttonCount=5" location="12.5,49.0" size="15,29.5" fixedAspectRatio="true" />
<Image source="@previewImage" visible="@buttonCount=6" location="12.5,54.0" size="15,24" fixedAspectRatio="true" />
How you set @buttonCount?
I've tried
args["@buttonCount=5"] = false;
args["@buttonCount=6"] = false;
args["@buttonCount] = 4;
But they all seem to return visible=true
Martin