[Lazarus] Rx e ACS - Installing

OsvaldoTCF arquivostcf at gmail.com
Wed May 21 20:12:58 CEST 2008


Sorry,
i is using lazarus svn with ubuntu 8.04

When i update from subversion i have problem with RX and the file
tooledit.pas has the 
> {.$I tooledit.lrs} before
not
> {$I tooledit.lrs} before

Em Qua, 2008-05-21 às 21:49 +0400, Алексей Лагунов escreveu:
> > initialization
> >
> >   {.$I tooledit.lrs} before
> >
> >   {$I tooledit.lrs} after (Ok)
> >
> > end.  
> >   
> What exactly did you correct in a file? Here my original text of a file:
> tooledit.pas:
> 
> procedure TCustomRxDateEdit.UpdateMask;
> var
>   DateValue: TDateTime;
>   OldFormat: string[10];
> begin
>   DateValue := GetDate;
>   OldFormat := FDateFormat;
>   UpdateFormat;
> {  if (GetDateMask <> EditMask) or (OldFormat <> FDateFormat) then
>   begin
>     { force update }
>     EditMask := '';
>     EditMask := GetDateMask;
>   end;}
>   UpdatePopup;
>   SetDate(DateValue);
> end;
> 
> initialization
>   {$I tooledit.lrs}
> end.
> 
> 
> 
> _______________________________________________
> Lazarus mailing list
> Lazarus at lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus




More information about the Lazarus mailing list