Re: [Lazarus] help plz

2009-11-16 Thread Alexander Kaupp
hi Darek, xml/XUL presentation is done with css like it is in HTML. HTML/XML gives only the struckture and the look comes from CSS. Therefore it would be easy to add skins or styles to the app. All other thins you askes I can't answer because i dont know much about XUL. But starting from bottom u

Re: [Lazarus] help plz

2009-11-16 Thread Alexander Kaupp
Am Montag, den 16.11.2009, 04:16 -0500 schrieb waldo kitty: > FWIW: in my straight procedural mind, that adds additional layer(s) of > problems > that can easily break current methods as well as opening up other avenues of > attack (spoken as an insignificant security personel) :? :( Shure the

Re: [Lazarus] help plz

2009-11-16 Thread Alexander Kaupp
Hi Phil, wow really great information. I will study your project. Thanks for sharing this. alex -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] help plz

2009-11-16 Thread Alexander Kaupp
Hi Dariuz, wow great job :) Gut the benefit of using XUL would be that it can be run in a XUL-capable browser or native as an local application or both :) In your case it could be possible to generate XUL on the server instead of HTML and send this to the browser. And if you have all XUL-Document

Re: [Lazarus] help plz

2009-11-16 Thread Alexander Kaupp
Hi forgot something, the XUL-thing would be a designtime-only package. Gererating the XUL-documents, JS and css. The rest is done by XULrunner or a Mozilla-Browser. greetings alex -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] help plz

2009-11-16 Thread Alexander Kaupp
: > Alexander Kaupp wrote: > > I read this tut: > > http://www.ar-ent.net/dar/arlib32/out/html/man/xul/index.html > > > > tbh I dont event know really many about it. But I am familiar with > > web-tech, CSS/JavaScript so the XUL-Stuff is easy for me to understand. > >

Re: [Lazarus] help plz

2009-11-16 Thread Alexander Kaupp
Hi Matias, > Theoretically possible, but if you want to emulate the LCL with > javascript then you have a lot of work to do. Imo the most propblems are solfed by XUL itself and therefore we dont have to emualate everything. For example all XUL-Compos have eventhandlers. But there is a lot of wor

Re: [Lazarus] help plz

2009-11-14 Thread Alexander Kaupp
Hi Mattias, Am Samstag, den 14.11.2009, 16:27 +0100 schrieb Mattias Gaertner: > On Sat, 14 Nov 2009 15:44:37 +0100 > Alexander Kaupp wrote: > > > Hello, > > > > I had the idea to try to make it possible to transform an existing > > lazarus-project to a XUL/X

[Lazarus] help plz

2009-11-14 Thread Alexander Kaupp
Hello, I had the idea to try to make it possible to transform an existing lazarus-project to a XUL/XPCOM-Gui application. So I need many informations about a Lazarus Project: - forms - gui-components inside a form - properties of all gui-components - eventhandler of gui-components - ressorces (i

Re: [Lazarus] make option -j

2009-11-13 Thread Alexander Kaupp
Hi, you are right :) I am happy to see both cpu/cores doing the compiling :) greetings alex Am Freitag, den 13.11.2009, 18:43 + schrieb David W Noon: > On Fri, 13 Nov 2009 17:38:20 +0100, Alexander Kaupp wrote about > [Lazarus] make option -j: > > > I dont know if ever

Re: [Lazarus] make option -j

2009-11-13 Thread Alexander Kaupp
. greetings alex Am Freitag, den 13.11.2009, 18:43 +0200 schrieb ik: > Does it actually works with FPC ? > > Ido > > http://ik.homelinux.org/ > > > On Fri, Nov 13, 2009 at 6:38 PM, Alexander Kaupp > wrote: > Hello all, > >

[Lazarus] make option -j

2009-11-13 Thread Alexander Kaupp
Hello all, I dont know if everyone knows this: I have a dualcore CPU now and was wondering how to use both cores for compiling for example lazarus. make -j2 all uses both cpus and works great with lazarus :) for a quad-core use option: -j4 hope someone finds this useful regards alex --

Re: [Lazarus] An idea about a new GUI-Interface

2009-11-11 Thread Alexander Kaupp
: > Alexander Kaupp wrote: > > > > XUL from mozilla? I think they did really well with this. As I created > > some Test-Apps for the Android-OS I found that they do the GUI handling > > in a similar web-styled way. > > I don't really know what XUL is or how it work

Re: [Lazarus] An idea about a new GUI-Interface

2009-11-10 Thread Alexander Kaupp
Thanks I have a look at it... maybe a good start to use laz/fpc again :) Am Dienstag, den 10.11.2009, 15:25 -0200 schrieb Felipe Monteiro de Carvalho: > Luckly for you there is already a tutorial in the wiki about starting > a new interface: > > http://wiki.lazarus.freepascal.org/LCL_Internals#H

Re: [Lazarus] An idea about a new GUI-Interface

2009-11-10 Thread Alexander Kaupp
: > Alexander Kaupp wrote: > > Do you think that it is possible to add XUL-Gui to the lazarus-LCL? > > > It is possible to do anything if you have the source code. The question > is the time and human resources to implement this. > > B

[Lazarus] An idea about a new GUI-Interface

2009-11-10 Thread Alexander Kaupp
Hello Lazarus-Developers, I spend a lot of time in creating web-sites and web-apps. I am a big fan of FPC and lazarus but have less time to use it atm. But I have an Idea for lazarus :) What about to add a new GUI-Type? XUL from mozilla? I think they did really well with this. As I created some