REDRAW and multiple Set_Property (OpenInsight 16-Bit Specific)
At 29 MAY 2002 06:09:27AM Godfrey Farrugia wrote:
2 things:
a. REDRAW appears to refresh everything, including static labels. Is there a way to stop it from doing this and get it to refresh only changed controls?
b. Executing multiple Get_Property / Set_Property controls with one statement via @rm delimiters … if their combined contents exceed 64K, will this statement still work correctly?
At 29 MAY 2002 07:32AM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Godfrey,
a. REDRAW appears to refresh everything, including static labels. Is there a way to stop it from doing this and get it to refresh only changed controls?
Are you setting the REDRAW for the parent window or just for the control in question? If not the latter then try that - the REDRAW property does apply to individual controls as well as windows.
b. Executing multiple Get_Property / Set_Property controls with one statement via @rm delimiters … if their combined contents exceed 64K, will this statement still work correctly?
On OI32 yes. In OI16 no - It should break to the debugger with a 'Variable Exceeds Max Value' message.
World leaders in all things RevSoft
At 29 MAY 2002 06:16PM Godfrey Farrugia wrote:
thanks for your help