> I'm trying to add keyboard functionality to a sample little window. I want 
> to be able to tab from control to control (say from a first name edit box, 
> to a last name edit box, to an OK button). But adding tabstop => 1 doesn't 
> seem to do anything. I can't find much info on tabstop. Can someone help me 
> out? Is there a tabstop order that I need to have set somewhere? Is there 
> documentation that I'm overlooking? Thanks in advance for the comments.

  you need to use a Win32::Dialog window instead of a Win32::Window window.

Reply via email to