Re: [lazarus] Rx components not compiling

2006-10-07 Thread Nataraj S Narayan

Hi

Getting the following now on line for rxnew.lpk.


/root/lazarus/components/rxnew/rxdbgrid.pas(339,48) Error: identifier 
idents no member Columns
/root/lazarus/components/rxnew/rxdbgrid.pas(349,48) Error: identifier 
idents no member Columns
/root/lazarus/components/rxnew/rxdbgrid.pas(354,38) Error: identifier 
idents no member Columns
/root/lazarus/components/rxnew/rxdbgrid.pas(354,53) Error: Illegal 
expression
/root/lazarus/components/rxnew/rxdbgrid.pas(354,53) Fatal: Syntax error, 
; expected but ( found


regards

nataraj

Mattias Gaertner wrote:


On Thu, 05 Oct 2006 10:53:08 +0400
Aleksey Lagunov [EMAIL PROTECTED] wrote:

 


Nataraj S Narayan ?:
   


Hi


When I try to compile Rx or RxNew compos on Lazarus latest svn and
fpc 2.1.1 svn , I get this:-

/root/lazarus/components/rx/apputils.pp(372,14) Error: identifier 
idents no member SetDesigning


Should I go for fpc 2.0.4 ?


 


i'm create path for fix
   



Thanks. Applied.

Mattias


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


 



begin:vcard
fn:http://www.gsis.ac.in
n:S Narayan;Nataraj
org:Good Shepherd International School;Software
adr:Niligiris, ;;M.Palada;Ootacamund;TN;643004;INDIA
email;internet:[EMAIL PROTECTED]
title:Project Coordinator
tel;work:0423 2550371 - 307
x-mozilla-html:TRUE
url:http://www.gsis.ac.in
version:2.1
end:vcard



Re: [lazarus] Rx components not compiling

2006-10-05 Thread Aleksey Lagunov

Nataraj S Narayan ?:

Hi


When I try to compile Rx or RxNew compos on Lazarus latest svn and fpc 
2.1.1 svn , I get this:-


/root/lazarus/components/rx/apputils.pp(372,14) Error: identifier 
idents no member SetDesigning


Should I go for fpc 2.0.4 ?



i'm create path for fix

--- apputils.pp (revision 10021)
+++ apputils.pp (working copy)
@@ -360,18 +360,8 @@
   {$ENDIF}
 
   THackComponent = class(TComponent)
-  public
-class procedure SetOtherDesigning(AComponent: TComponent; Value: Boolean);
   end;
 
-{ THackComponent }
-
-class procedure THackComponent.SetOtherDesigning(AComponent: TComponent;
-  Value: Boolean);
-begin
-  AComponent.SetDesigning(Value);
-end;
-
 procedure ReadFormPlacement(Form: TForm; IniFile: TCustomIniFile;
   const Section: string; LoadState, LoadPosition: Boolean);
 
@@ -404,11 +394,11 @@
   if (Position in [poScreenCenter , poDesktopCenter ]) and
 not (csDesigning in ComponentState) then
 begin
-THackComponent.SetOtherDesigning(Form,True);
+THackComponent(Form).SetDesigning(True);
 try
   Position := poDesigned;
 finally
-  THackComponent.SetOtherDesigning(Form,False);
+  THackComponent(Form).SetDesigning(False);
 end;
 end;
   end;


Re: [lazarus] Rx components not compiling

2006-10-05 Thread Mattias Gaertner
On Thu, 05 Oct 2006 10:53:08 +0400
Aleksey Lagunov [EMAIL PROTECTED] wrote:

 Nataraj S Narayan ?:
  Hi
 
 
  When I try to compile Rx or RxNew compos on Lazarus latest svn and
  fpc 2.1.1 svn , I get this:-
 
  /root/lazarus/components/rx/apputils.pp(372,14) Error: identifier 
  idents no member SetDesigning
 
  Should I go for fpc 2.0.4 ?
 
 
 i'm create path for fix

Thanks. Applied.

Mattias
 

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Rx components not compiling

2006-10-04 Thread Nataraj S Narayan

Hi


When I try to compile Rx or RxNew compos on Lazarus latest svn and fpc 
2.1.1 svn , I get this:-


/root/lazarus/components/rx/apputils.pp(372,14) Error: identifier idents 
no member SetDesigning


Should I go for fpc 2.0.4 ?


Plz help

regards

Nataraj
begin:vcard
fn:http://www.gsis.ac.in
n:S Narayan;Nataraj
org:Good Shepherd International School;Software
adr:Niligiris, ;;M.Palada;Ootacamund;TN;643004;INDIA
email;internet:[EMAIL PROTECTED]
title:Project Coordinator
tel;work:0423 2550371 - 307
x-mozilla-html:TRUE
url:http://www.gsis.ac.in
version:2.1
end:vcard