Two Simple Questions: (1) how to add binding between an item’s label’s existence and its box properties?
Two Simple Questions: (1) how to add binding between an item’s label’s existence and its box properties? My intention: if([Item_label]==null) return “bs:0”; else return “bs:10” What should I put as [item_label]? (2) Is it possible to click/long-click an item and immediately edit its label? Is there a shortcut or I need to write a script for it? Thanks.
Maybe using a variable to assign to label and to evaluate the condition?