Subversion Repositories gelsvn

Rev

Rev 235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 235 Rev 236
Line 34... Line 34...
34
	$msg = GuiGetMsg()
34
	$msg = GuiGetMsg()
35
	Select
35
	Select
36
	Case $msg = $GUI_EVENT_CLOSE
36
	Case $msg = $GUI_EVENT_CLOSE
37
		ExitLoop
37
		ExitLoop
38
	Case $msg = $DoitButton 
38
	Case $msg = $DoitButton 
39
             ;installLibs(GUICtrlRead( $pathInput ), GUICtrlRead( $scopeCombo ))
39
             installLibs(GUICtrlRead( $pathInput ), GUICtrlRead( $scopeCombo ))
40
             installAll(GUICtrlRead( $pathInput ), GUICtrlRead( $scopeCombo ))
-
 
41
             
40
             
42
	Case $msg = $browseButton 
41
	Case $msg = $browseButton 
43
             updatePath( $pathInput )
42
             updatePath( $pathInput )
44
        Case $msg = $cancelButton 
43
        Case $msg = $cancelButton 
45
             ExitLoop
44
             ExitLoop