TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:FW: Unwanted links in What's This? Help From:David Slonosky <David -dot- Slonosky -at- ITLS -dot- COM> Date:Wed, 29 Oct 1997 11:19:28 -0500
Here's the official word from Blue Sky, for anyone else who has to work with
the What's This? tool. The unique ID does not have to be unique at the system
level, just at the dialog box level. So, for example, your developers can label
all group boxes "ID_GROUP_BOX", as long as two group boxes don't appear within
a single dialog box. If anyone has any detailed questions, e-mail me, because I
think I understand this now. :)
-----Original Message-----
From: chrise -at- blue-sky -dot- com [SMTP:chrise -at- blue-sky -dot- com]
Sent: Tuesday, October 28, 1997 5:05 PM
To: David -dot- Slonosky -at- itls -dot- com
Subject: RE: Unwanted links in What's This? Help
Controls are considered linked for What's This Help purposes in an MFC
application when one control has the Id IDC_STATIC (or an id equal to
-1). That control will be linked to the next control in the Tab Order
that has a Tab Stop set. If you want each control on the Dialog to be
independent, give the control an id other than IDC_STATIC..
Sincerely,
Chris Eckert
Blue Sky Software Technical Support