[Pas2js] Cases
warleyalex
warleyalex at yahoo.com.br
Tue Oct 23 14:55:22 CEST 2018
Interesting.
We were wondering the widgets you made for pas2js:
a) what your future plans are for this development?
b) This is another "open source" alternative with the Lazarus IDE as "base
library".
c) If you are willing to share the code (Pas2JS_Widget.dpk, WebCtrls.pas), a
github repo,
and then we can let people help out?
d) Your widget there are enough similarities to the TMS Web Core. It is
based on that?
e) Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, commercial or non-commercial, and by any means.
--------
I sincerely don't have enough time to sit down and finish/create the visual
components 4 lazarus.
since I have used "fake" TMS Web Core as a Lib since day 1 on Lazarus,
and Pas2JS team haves reserves on this.
I was really stuck on the mecanism to serialize forms on the fly
(LFM-2-PAS),
but now I believe I find a way using CompWriterPas to perform the
serialization straightforward,
on before save the the project.
I've been thinking, your serialization mechanism use CompWritePas unit?
Watching your videos, it seems you serialize .LFM forms automatically like
TMS Web Core does,
override the LoadLFM procedure automatically.
{@HEAD_BEGIN}
procedure TForm1.LoadLFM;
begin
inherited LoadLFM;
{ code form initialization goes here... }
end;
{@HEAD_END}
Regards,
warleyalex
--
Sent from: http://pas2js.38893.n8.nabble.com/
More information about the Pas2js
mailing list