Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtJSWrapper can't compile application on Lazarus? #74

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

ExtJSWrapper can't compile application on Lazarus? #74

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Lazarus 1.0.8 r40573 FPC 2.6.2 x86_64-win64-win32/win64
extpascal r819

..\ExtJSWrapper\Ext.pas(19878,43) Error: Wrong type "TArrayOfString" in array 
constructor

in 

function TExtAbstractComponent.AddCls(Cls : TArrayOfString) : TExtFunction; 
begin
  JSCode(JSName + '.AddCls(' + VarToJSON([Cls]) + ');', 'TExtAbstractComponent');
  Result := Self;
end; 
....

Original issue reported on code.google.com by pavelar...@gmail.com on 13 Jun 2013 at 4:22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant