Welcome, Guest
Username: Password: Remember me
CodeTyphon Web Development Pas2JS, WASM, etc, discussions and problems
  • Page:
  • 1

TOPIC:

Pas2js - Components 5 years 1 week ago #13324

  • taqtaq
  • taqtaq's Avatar Topic Author
  • Visitor
  • Visitor
Hi, is there any set of components to build a web application with CT?

I mean, a set of visual components like vcl o lcl that I can put them on the form and then of compile the project, run it into the browser.

I know TMS Web core and I think in something like them, but I'm looking for free components.

Thanks

Please Log in or Create an account to join the conversation.

Pas2js - Components 5 years 1 week ago #13326

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
No yet Sir
With CT you can build any "native" web app with visual way
and any "JavaScript" web app with NO visual way.

My suggestion, don't believe anything that some companies write
to sell software.
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

Pas2js - Components 5 years 1 week ago #13327

  • taqtaq
  • taqtaq's Avatar Topic Author
  • Visitor
  • Visitor
Ok.

After read your answer, I searched on internet and I found a set of components

They aren't finished and I can say, perhaps, they need a lot of work due to the fact they are under development, but I think that It's a good start point.

I'm speaking about "Pas2JS Widgetset". Maybe you know them.

There is a video
where they explain how to do the installation.

The link where you can find them is: github.com/heliosroots/Pas2JS_Widget

I followed the steps, but I couldn't install the package in CT.

First of all, the package is in Lazarus format so, I had to convert it to CT format. I used this utility bitbucket.org/avra/ct2laz/overview and it worked fine.

After convert the package, I tried to install it in CT but it shows me this message:

"Package pas2js_rtl 1.0: Ejecutando comando antes: no puedo encontrar el ejecutable "pas2js.exe", Errores: 1
Panic: error interno: no puedo encontrar el ejecutable "pas2js.exe" "

The first row says that can't find pas2js.exe
The second row says Panic: internal error: can't find pas2js.exe

Well, now, I can't go on. I use CT 6.7 on Windows 10.

Do you have any suggestion about this error?

Thank you

Please Log in or Create an account to join the conversation.

Pas2js - Components 5 years 1 week ago #13328

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
1) First of all
if you want to convert Lazarus project/pkg to CodeTyphon project/pkg,
please use CTCenter Tool more info

2) "Pas2JS Widgetset" library use custom "pas2js.exe" and we can't find the source,
it's NOT the same with FreePascal "pas2js.exe"

3) We will NOT spent our time with this library, at this library state.

My suggestion is to start with C:\codetyphon\CodeOcean\Fp_JavaScript\
Samples if you want JavaScript web app with CT.

have fun
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.
  • Page:
  • 1