Welcome, Guest
Username: Password: Remember me
Components and Libraries for Web Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

add new functionalities 8 years 1 month ago #9262

  • Edgar Rodríguez
  • Edgar Rodríguez's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
i started to study the fpweb components, they need a little work, for example, I added the "placeholder" attribute, but... how can I recompile free pascal fcl-xml and fcl-web, and lazarus component fpweb without problems? any suggestions?

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

add new functionalities 8 years 1 month ago #9263

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
we need code sample to help
PilotLogic Architect and Core Programmer

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

add new functionalities 8 years 1 month ago #9265

  • Edgar Rodríguez
  • Edgar Rodríguez's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Hi, thank you for answering... it's simple, in the htmldefs.pp there is a type THTMLAttributeTag = (... it has so many attributes, and I found there are some missing attributes, like placeholder, so I added an atplaceholder, and added the implementation ahead in the type HTMLAttributeTag : array [THTMLAttributeTag] of String[70] = (... 'placeholder' ...

Another topic I could see is that the "target" like _blank, _self, _top, etc is defined in the type but not implemented, so I have to change that also.

I want to update these units and help lazarus/codetyphon for implementing updated code, and I want to help building with some examples, the situation is that I come from Delphi, but I am not so familiar with freepascal Make, I want to recompile units like fcl-web and fcl-xml. sorry if I was not so clear, my english is not so good sometimes... ;)

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

add new functionalities 8 years 1 month ago #9268

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir, to rebuild fcl-web and fcl-xml FPC units
just open CTCenter and select
FreePascal => "FPC 32 Bits, build Compiler" or
FreePascal => "FPC 64 Bits,build Compiler"


PilotLogic Architect and Core Programmer
Attachments:

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

Last edit: by Sternas Stefanos.

add new functionalities 8 years 1 month ago #9271

  • Edgar Rodríguez
  • Edgar Rodríguez's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
it takes a lot of time, is it there a handy process to build only chosen units? by the way, I want to join programmers team, specifically for web, how can I join?

after long re-compiling, now it does not work... it shows these messages...:

Warning: Recompiling fphtml, checksum changed for htmlelements
weblazideintf.pp(25,29) Fatal: no puedo encontrar fphtmlutilizado por WebLazIDEIntf. Asegúrate de que todos los ficheros ppu del paquete se encuentren en su correspondiente directorio de salida. ppu en directorio incorrecto=C:\codetyphon\fpc\fpc32\units\i386-win32\fcl-web\fphtml.ppu..

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

Last edit: by Edgar Rodríguez.

add new functionalities 8 years 1 month ago #9272

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
the CodeTyphon lab version is open to any programmer.
You can simple attach to a post your changes,
then our "Core" team will always check your code

Improve Compiler Libraries is not simple job... :blush:
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

add new functionalities 8 years 1 month ago #9278

  • Edgar Rodríguez
  • Edgar Rodríguez's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
I found a way, I had to open the .lpk lz_fpweb.lpk, and update the paths to the sources, now it compiles easily... I want to upgrade the fpweb components and give to everyone, a better idea would be to update to html5...

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

add new functionalities 8 years 1 month ago #9279

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
If you want help, we are ready...
PilotLogic Architect and Core Programmer

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

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