VNC2Me

  • Increase font size
  • Default font size
  • Decrease font size
Home - Support - FlySpray Bug Tracker
SCPrompt is a GUI frontend to UltraVNC Server. it is an UPgrade from UVNC SC, allowing advanced configurations & Setup
Tasklist

FS#5 - Disable GUI items when Connect Button Clicked

Attached to Project: SCPrompt
Opened by YTS_jim (JDaus) - Saturday, 21 August 2010, 17:23 GMT-7
Task Type Feature Request
Category GUI - Common
Status Assigned
Assigned To YTS_jim (JDaus)
Operating System All
Severity Low
Priority Normal
Reported Version 0.10.8.41
Due in Version 0.10.9.42
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

SCPrompt -
Disable GUI Items when connection button has been pressed
Add INI setting to optionally overide this functionality, allowing for users to press the button multiple times if required.

Code as submitted by "brukernavn32" from UVNC forum

Case $subitem
$V2M_EventDisplay = V2M_EventLog("GUI - Connecting", $V2M_EventDisplay, "1")
$V2M_Status[11] = 1
GUICtrlSetState($tcpipitem, $GUI_DISABLE)
GUICtrlSetState($portitem, $GUI_DISABLE)
GUICtrlSetState($subitem, $GUI_DISABLE)
GUICtrlSetState($YTS_AdminCheckbox, $GUI_DISABLE)
GUISetState(@SW_MINIMIZE, $LLF_GUI)
This task depends upon

Loading...