March 18, 201510 yr Newbies I have a layout with two buttons on it. Button 1 simply sets the variable for the chosen Section [$id_section; Value:TO1a_sites_SECTIONS] Button 2 runs the "Resume Script" command I'm trying to define a calculation in the Inspector's "Hide Object When" calculation so that Button 2 only appears after the variable is set. So far no luck and any help would be appreciated.
March 18, 201510 yr I hate to answer your question directly without asking you more about this design. Anyway, use $$id_section instead, as it persists beyond the script execution. Then, the Hide calc is not isempty ($$id_section)
Create an account or sign in to comment