At 09:55 AM 7/18/2003, you wrote:
Dennis,

Not sure about the Visual C++ thing as I haven't really used it!

So far it seems all the undocumented functions are the same as VC++ (with the appropriate perlisms). I may just start using that and see how far I can get.


As for the selection of the text you could try this after the setfocus command -

$TextObjectName->SelectAll();


I think that works!

Yep, it does, thanks. At least it is consistent and I can live with that if I have to.


The radio button problem is a strange one and I don't know a way round it. I usually use AddCheckBox, they do behave differently but you could make them work like radio buttons with a small bit of coding. These don't receive the focus when tabbing.

As for the different pairs of radio buttons, try using the undocumented -group option, I think that is what it is for! (untested).

You get 1/2 credit. :-) That did not work and what is even more strange is they are no longer mutually exclusive.



And my source of info on all this un-documented stuff........same as you, posting questions on here!


Oh. Then I guess I shouldn't feel so bad about posting so many seemingly novice questions.

Attachment: pgpfdQJX32JHh.pgp
Description: PGP signature

Reply via email to