Hi, What's the desired behaviour with the focus selection when a TEdit gets or looses focus? I'm working on the fpGUI-LCL interface and want fpGUI to behave in the same way as the other widget set.
eg: I have a dialog with multiple TEdit's. In Edit1 I select partial text. I press Tab to jump focus to the next TEdit. 1) Is Edit1's selection supposed to disappear (only showing text) or should the selection rectangle appear in a 'greyed' color like ListBoxes or Grid's? 2) Is it possible for the programmer to control this behaviour in Lazarus or Delphi? 3) If I Shift+Tab back to Edit1, must the previous selection persist, or must all the text be auto selected? 4) Also what happens if you set the selection for Edit1 via code (.SelectAll method), but Edit1 doesn't currently have focus? Does the focus jump to Edit1 automatically? 5) Does TMemo act the same as TEdit? Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
