Changes

KMotionCNC Screen Editor

632 bytes added, 18:43, 17 November 2018
Performing an action within Screen Script
There is also one associated IDC_StopStep button which will stop any Step Movement currently in progress.
 
=====Performing an action Immediately within Screen Script=====
Normally when processing a Screen Script, the "Script" Parameter defines for a Push Button Control what should happen when the Push Button is pushed. However when a "Script" Parameter is specified for a static Label the Action will occur immediately after the Screen Script is processed.
 
For example: when loading a screen intended for Simulation we might want to have the Simulation mode automatically selected on. So the Script for the IDC_SimulateStatic Label might be set to check the simulate checkbox with:
 
WinMsg:DlgName;IDC_Simulate;BM_SETCHECK;BST_CHECKED
=====Scaling an Entire Screen or Portion of a Screen=====
Bureaucrat, administrator
464
edits