C++Builder 5 RadioButtonGroups

In C++ Builder I am developing a program that requires the use of
context sensitive help on all of my fields. The problem I have comes
with Radiobutton groups. I have discovered now that they only allow the
one helpcontext property and when running the program that is only
displayed if you click on the “Whats This?” button and click on the
label of the group. The help is not displayed if you press F1 on the
radiobuttons or if you click with the “Whats This?” button. Does anyone
know how to get around this problem so that the context senstive help
will work if I press F1 on the radio buttons or do I have to change the
radiobutton group to a group box with radiobuttons inside?

Thanks
Jay

@Jayesh_Shavdia

Hmm??

I think you posted to the wrong mailing list :slight_smile:

Eduardo.On Wed, 28 Jun 2000, Jayesh Shavdia wrote:

In C++ Builder I am developing a program that requires the use of
context sensitive help on all of my fields. The problem I have comes
with Radiobutton groups. I have discovered now that they only allow the
one helpcontext property and when running the program that is only
displayed if you click on the “Whats This?” button and click on the
label of the group. The help is not displayed if you press F1 on the
radiobuttons or if you click with the “Whats This?” button. Does anyone
know how to get around this problem so that the context senstive help
will work if I press F1 on the radio buttons or do I have to change the
radiobutton group to a group box with radiobuttons inside?

Thanks
Jay

jayesh at anvil.co.uk

What does this have to do with SDL? I am pretty sure we try to keep the
topics down to SDL related questions and not: “I am having trouble with
such and such a compiler” and not “How do I use structs or this language
feature with C++”

It should be topics like:
What are the contents of the struct SDL_Rect or platform problems with
SDL.

It should at least have SDL in the problem…

Your question sounds like a general C++ Builder or MFC OWL problem.

DaveOn Wed, 28 Jun 2000, Jayesh Shavdia wrote:

In C++ Builder I am developing a program that requires the use of
context sensitive help on all of my fields. The problem I have comes
with Radiobutton groups. I have discovered now that they only allow the
one helpcontext property and when running the program that is only
displayed if you click on the “Whats This?” button and click on the
label of the group. The help is not displayed if you press F1 on the
radiobuttons or if you click with the “Whats This?” button. Does anyone
know how to get around this problem so that the context senstive help
will work if I press F1 on the radio buttons or do I have to change the
radiobutton group to a group box with radiobuttons inside?

Thanks
Jay

jayesh at anvil.co.uk