From: Piske, H. <Har...@bo...> - 2001-11-08 22:19:00
|
The multi will accept Ctrl+Tab as tab, dunno 'bout Ctrl+Return, presumably ditto. If that's not what you want, consider intercepting keys - either tab and return only in the multi field, which might not work, or tab and return for the non-dialogui-window, doing the focus-shifting yourself, which also might not work. This would involve Win32::GUI::AcceleratorTable and a great deal of research ... :( -----Original Message----- From: Gross, Stephan [mailto:sg...@lo...] Sent: Thursday, November 08, 2001 13:38 To: 'Perl GUI' Subject: [perl-win32-gui-users] More on Tabs on Textfields Regarding this recent conversation on tabstops, I have this problem. I have a multiline textfield and some other individual textfields. Without tabstops and dialogui, the multiline textfield can have tabs and returns inside it but the individual textfields don't tab at all. When I add tabstops (selectively, to the individuals) and dialogui, the individual textfields now tab but the multiline one no longer accepts tabs and returns. Any ideas? _______________________________________________________ Stephan Gross Loral Skynet 908-470-2388 sg...@lo... |