On Mon, 03 Dec 2007 20:16:44 +0100 Vincent Snijders <[EMAIL PROTECTED]> wrote:
> Mattias Gaertner schreef: > > On Mon, 03 Dec 2007 09:38:45 +0100 > > Guadagnini David <[EMAIL PROTECTED]> wrote: > > > >> This patch fixes the problem that if I put a form in another it is > >> locked. > >> > >> If You remember if I have two forms and write: > >> > >> Form2.Parent := Panel1; > >> Form2.Align := alClient; > >> > >> I have form2 into the Panel1 (in Form1) but the form1 it's locked > > > > Applied. Thanks. > > > > > > Are you aware that the place of exit changed? > > http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/lcl/include/customform.inc?r1=13128&r2=12925&rev=12925&root=lazarus I changed the following: - Child forms no longer call LCLIntf.SetFocus. - ActiveControl is now updated for parent forms for consistency - If ActiveControl=nil then a default is chosen to get the same focus on all widgetsets. Mattias _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
