<< The Variable Image Object does NOT change after the EEP changes the value of the variable unless I use the RECALC command. Is there another way to refresh the appearance of a Variable Image object without using RECALC?? >>
Not to the best of my knowledge. I also use RECALC when I've changed some variable values (text variables in my case) in code and want the screen to reflect the updates. This works fine for me but I don't have images — or more than one or two, anyway. I think what you want is to request an enhancement like PROPERTY VariableComponentID REDRAW 'TRUE', which is guaranteed to redraw only a single component using the current value of the variable attached to it. -- Larry

