2011-05-15, 01:36 AM 
	
	
	
		Sub is there a trick to using @visible that I don't remember?  I have this line in a skin
and it displays with if it is not in the hash or if
args["@noImage"]=true;
args["@noImage"]=false;
The Hashtable() seems to be working because if I don't set args["@Album"]= I get the @Album showing on the screen.
Martin
	
	
	
Code:
<Text text="@Album" visible="@noImage" location="65,38" size="20,52" font="Album_Default" align="Center" wrap="true"/>and it displays with if it is not in the hash or if
args["@noImage"]=true;
args["@noImage"]=false;
The Hashtable() seems to be working because if I don't set args["@Album"]= I get the @Album showing on the screen.
Martin