At 03:14 PM 7/17/2003, you wrote:
Dennis,

Tabbing doesn't work in a window by default, add this to your script -

$MainWindow->{-dialogui} = 1;

Then create your textfields with the

-group => 1,
-tabstop => 1,

Options and all should be ok.

Thanks. I still can't find that one in the docs (same with -group). Where
do you find this stuff out?

Anyway, that got things going but its not quite there yet. I have 2 problems:

1) I can't figure out how to set the initial focus (there seems to be no focus
anywhere when the window first opens). Is there another secret option, -setfocus?

2) I have a radio button that gets focus when I tab even though -tabstop is
0, yet other objects don't (including the other radio button and action
buttons). I didn't set the -group for those objects I don't want tabs for,
was that wrong?

Attachment: pgpAhn8dHrXqB.pgp
Description: PGP signature

Reply via email to