From: Gordon Hartley Date: 2003-01-28T07:18:50+09:00 Subject: FXTexr and widget focus Hi, Just got an annoying problem with changing focus off of a FXText widget (note: not FXTextField). All the other widgets on my form seem to be fine for tabbing away from, but the multiline FXText instead consumes the tabs and stores them as a character instead. Anyway, what's the appropriate solution for this? At the moment, I've got a hotkey which sets focus on the next control, but that's still quite painful, especially since the form is meant to be used for data entry... The docs on the Fox site don't actually have anything under the 'keyboarding' section, so just wondering what other people have done? (I presume I'm not the first with this problem?) Any ideas?