> As a special note: be sure to set the tab order when creating the contents of your dialog considering its potential uses. > I am sure others will be able to help you further, so I will put myself back to work (wish I spent more time coding @ work)
Also, it would be helpful for the screen readers users if you would use: $Window->{dialogui} = 1; and in the controls that can get the focus when pressing the tab key: -tabstop => 1, Teddy