I can set_item_property on an item of a block with something like set_item_property(':block.itemname',itemname, setting);
but I cant figure out how to refer to a text item on a canvas.. i have a text item called txt_query_mode and I want to set the displayed property on or off but it wont work like this:
set_item_property('txt_query_mode',DISPLAYED,PROPERTY_OFF);
I get an error that the item doesnt exist...
any suggestions would be appreciated..
but I cant figure out how to refer to a text item on a canvas.. i have a text item called txt_query_mode and I want to set the displayed property on or off but it wont work like this:
set_item_property('txt_query_mode',DISPLAYED,PROPERTY_OFF);
I get an error that the item doesnt exist...
any suggestions would be appreciated..