Babcsany Peter wrote:
Hi,

Excuse me if my english will be poor. I'm hungarian and english is not my mother language.

I would like to create a new widgetset for web development. I know that it will be a huge non trivial work but it is possible. It will be implemented entirely in fpc/Lazarus with native LCL interface. But I need some information where should I start. How can I create a skeleton of a widgetset?

When starting the carbon interface I created sone template first. Don't know how complete it is.

http://lazarus.dommelstein.nl/lcl/interfaces/template.tgz


Should I copy the lcl/widgetset directory and rename the files and classes?

In the README is a line on how to rename things

What else should I do? How can I build the LCL with the new widgetset for testing?

make sure you have a working lcl (for instance gtk)
then in your widgetset dir, type make.

then for a test app, make LCL_PLATFORM=your_widgetset

or from the commandline,
ppc386 -Fu/path_to/lcl/units/i386-linux/your_widgetset your_testapp.pp


How can I add it to the IDE for easy selection in order to build test applications?

for carbon testing, I create an app in the ide, but use commanline to test.


If you are interested in the details of the project or you would like to help me in the implementation of this then please don't hesitate to reply.

hth, Marc


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to