Transfer Hilite Button Value From Stack To Stack
Posted: Wed Oct 22, 2008 3:04 pm
I have two stacks. The main stack (stack1) is my application. The substack (stack2) is a setting stack where I can change default values on my main stack. These values are stored in a file.
When I open my main stack, I read my settings file to retrieve the default values. This is working great.
My problem occurs when I change the values in the setting file (stack2)and try to update the values in the main stack (stack1). Changing fields works as I use the put command and specify the stack
put tFiles into field "Files" of stack "stack1"
Is there anyway to use the same logic with the hilite command?
ie. hilite button option1 of stack "stack1"
If the above isn't possible, what is the best way to "refresh" my main stack to pull in the most current values? Should I close/open the stack or card again?
When I open my main stack, I read my settings file to retrieve the default values. This is working great.
My problem occurs when I change the values in the setting file (stack2)and try to update the values in the main stack (stack1). Changing fields works as I use the put command and specify the stack
put tFiles into field "Files" of stack "stack1"
Is there anyway to use the same logic with the hilite command?
ie. hilite button option1 of stack "stack1"
If the above isn't possible, what is the best way to "refresh" my main stack to pull in the most current values? Should I close/open the stack or card again?