Index: /trunk/ab5.0/ablib/TestCase/UI_Sample/mouse_watcher.ab
===================================================================
--- /trunk/ab5.0/ablib/TestCase/UI_Sample/mouse_watcher.ab	(revision 589)
+++ /trunk/ab5.0/ablib/TestCase/UI_Sample/mouse_watcher.ab	(revision 590)
@@ -20,5 +20,5 @@
 		list = New ListBox
 		With list
-			.Create(This, IDM_RECOED_LIST, WS_VSCROLL, WS_EX_CLIENTEDGE)
+			.Create(This, WS_VSCROLL, WS_EX_CLIENTEDGE, IDM_RECOED_LIST)
 			.SendMessage(WM_SETFONT, wpFont, 0)
 		End With
@@ -36,5 +36,5 @@
 		buttonClear = New Button
 		With buttonClear
-			.Create(This, IDM_CLEAR_BUTTON)
+			.Create(This, 0, 0, IDM_CLEAR_BUTTON)
 			.Move(320, 20, 60, 30)
 			.Text = "Clear"
