From 5c44c116913be54a4581453e7de2b0fca64c1ca9 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 22 Mar 2005 18:30:21 +0000 Subject: [PATCH] added LockWindow description git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3934 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/ui.but | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs/src/ui.but b/Docs/src/ui.but index 970f2a2f..9c745eec 100644 --- a/Docs/src/ui.but +++ b/Docs/src/ui.but @@ -71,6 +71,12 @@ If HWND is a window, Gotos jump_if_window, otherwise, Gotos jump_if_not_window ( \c Goto +2 \c MessageBox MB_OK "no window" +\S2{lockwindow} LockWindow + +\c on|off + +\e{LockWindow on} makes the main window not to redraw itself upon changes. When \e{LockWindow off} is used, all controls that weren't redrawn since \e{LockWindow on} will be redrawn. This makes the pages flickering look nicer because now it flickers a group of controls at the same time, instead of one control at a time. The individual control flickering is more noticiable on older computers. + \S2{sendmessage} SendMessage \c HWND msg wparam lparam [user_var(return value)] [/TIMEOUT=time_in_ms]