Scr Thaw: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Imported scr_thaw command page from old wiki)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The '''Scr_Thaw''' [[command]] (introduced in version [[4.17]] of [[Business Rules!]]) enables screen refreashing of the [[GUI Console]].
SCR_FREEZE


The opposite of this command is [[Scr_Freeze]]. Use these for eliminating the visual painting process.
The '''Scr_Thaw''' [[command]] enables screen refreshing of the [[GUI Console]].
 
The opposite of this command is [[Scr_Freeze]]. Use these for eliminating the visual painting process to speed up programs which use GUI controls.


<noinclude>
<noinclude>
[[Category:Commands]]
[[Category:Commands]]
</noinclude>
</noinclude>

Latest revision as of 17:59, 6 May 2014

SCR_FREEZE

The Scr_Thaw command enables screen refreshing of the GUI Console.

The opposite of this command is Scr_Freeze. Use these for eliminating the visual painting process to speed up programs which use GUI controls.