|
Mike Buess
USA
3037 Posts |
Posted - 05/12/2003 : 4:40:41 PM
|
I'm building a DB toolbar with buttons that behave like check boxes and want to link the state of each button to a LabTalk property. I can control the state of the nth button with MyDialog!Toolbar.An=0 or 1, so I tried to set up a link in the string table like this...
IDC_TOOLBAR 25000 MyDialog.Toolbar -H(12000) -S(1) -L((A1,layer2.showdata))
According to the DB documentation that should link the state of the first button with the LabTalk property layer2.showdata. Although I've used such links with other DB controls (such as normal check boxes) I can't get them to work with the toolbar buttons. Does linking not work with toolbars or is there something else I need to do to make it work?
Mike Buess Origin WebRing Member |
|