J
JamesHall
I have a cutsom property that is a drop down list containg two options
"show;hide". I want to be able to have a option on the shapes right click
menu that allows me to toggle between the two options. I know how to create
the option on the menu but I am having trouble with the 'Action'.
I have tried using something along the lines of :
IF(STRSAME(Prop.Text,"show"),SETF("Prop.Text","hide"),SETF("Prop.Text","show"))
this isn't working though. Any ideas would be greatly appreciated.
Thanks
James
"show;hide". I want to be able to have a option on the shapes right click
menu that allows me to toggle between the two options. I know how to create
the option on the menu but I am having trouble with the 'Action'.
I have tried using something along the lines of :
IF(STRSAME(Prop.Text,"show"),SETF("Prop.Text","hide"),SETF("Prop.Text","show"))
this isn't working though. Any ideas would be greatly appreciated.
Thanks
James