Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deselecting options in a dialog
#2
Somewhere in System you'll find function TO_Check. I use it for checking/unchecking multiple checkboxes. You can clone it and use in macros. Don't use TO_Check because it may be changed or removed in the future.

Macro
Code:
Copy      Help
TO_Check2 win("Dialog" "#32770") "3 4 5 6 7 8" 0

This will check 3, 4, 5 and uncheck 6, 7, 8.
Macro
Code:
Copy      Help
TO_Check2 win("Dialog" "#32770") "3 4 5 -6 -7 -8" 1

This will check 3, 4, 5, and notify the dialog function.
Macro
Code:
Copy      Help
TO_Check2 win("Dialog" "#32770") "3 4 5" 1 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)