Bruno, as you know I am kind of stuck with an old version of webcore because for some reason I can not compile them using version TMS WC 2.9. I posted about this before and there is no solution I have found yet.
I have used the Visual Studio Code version before, where there is no need of compiling a stub for the IDE and create another package for the pas2js compiler.
Am thinking that it is probably how the WebCore web designer works. But I don't have the slightest idea of how to compile my components for the web Designer. You mentioned at some point that I have to add them to the web designer files, but I need a guide.
If so, is there a guide on how to go about adding my modified components to the web designer palette and use them? The components are very simple Tedit and others that I just added three or four text properties.
We are not aware of compile issues with the latest version. Can you please isolate the compile issue and send a sample source project with whcih we can reproduce this here?
It is unclear from your message whether you now want to use Visual Studio Code or Delphi and whether your problem is to compile the components for the classic form designer or the web form designer.
In Visual Studio Code, there is only a web form designer and thus you need to compile & install only one web package.
In Delphi, there is the classic form designer (VCL based) and the web form designer. For the web form designer, you compile & install the same package as you would for Visual Studio Code. If you want to use the classic form designer, you need to create a VCL stub component(s) package that you install a VCL components in the IDE (classes with the proper attribute though, like:
I already submitted my strange compilation issue and sent a sample. You could compile my component, hence it seems to be that either in my computer setup something is missing, or in yours something is present, that is preventing me from compiling it correctly.
To clarify, in the past I used TMS webcore for VSC but since I updated my delphi version I switched completely to Delphi 12.0. My question was regarding the Delphi Web Designer mode in WebCore.
Regarding the Web Designer question itself, in some other thread you replied to me that for using custom components with the TMS Web Core Delphi IDE Web Designer, I would have to do the components compilation in a different way as compared with the Delphi form designer. The latter requires both IDE stub and the pas2js component source. VSC only required one source. (That is why I mentally associated when I created and used my components in VSC and had it working in the VSC form designer palette)
BTW I have not tried to install the partner components, like the QR code. Will test them this weekend.
Back to my components, I found a way to "inject" (at runtime) the extra properties I need, so instead of using custom components I will inject properties in that manner. Currently am modifying my projects for that method instead, so I can update my WebCore version.