home *** CD-ROM | disk | FTP | other *** search
- .Hints vs. Help Text for TClusters (RadioButtons & CheckBoxes)
-
- COMMENTS
- --------
- This example shows how to do hints for a dialog.
-
- You only pass one (1) hcXXXX value to a TCluster object. Then,
- a TCluster increments the hcXXXX value for each additional
- sub-item.
-
- Since both SHAZAM and TVHC sort the hcXXXX list before numbering
- them, you can use alphabetical order to ensure that your hcXXXX
- constants are numbered consecutively.
-
- +---------------------------------------+
- |+-------+ +-------+ +-----------+ |
- ||Radio 1| |Radio 2| |Check 1 & 2| | <--Help Text
- |+-------+ +-------+ +-----------+ |
- +---------------------------------------+
- ( ) Radio 1--+ [ ] Check 1--+
- ( ) Radio 2 | [ ] Check 2 |
- | | | |
- | | | |
- STATUS |Separate Hint text for each TCluster item
-
- @PA - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
- [ DIALOG ]
- cluster
-
- [ STATUS ]
- F2 Insert
- F3 ExecView
- Alt-X Exit cmQuit
-
- [ HINT ]
- RadioButton1 ;;hint for RADIO button #1
- RadioButton2 ;;hint for RADIO button #2
-
- CheckBox1 ;;hint for CHECK BOX #1
- CheckBox2 ;;hint for CHECK BOX #2
-