[Lazarus] (no subject)

2009-11-14 Thread Robert Karas
:) -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.

Re: [Lazarus] cross platform [Re: Lazarus Goal]

2009-11-14 Thread Henry Vermaak
2009/11/14 Graeme Geldenhuys : > 2009/11/14 Henry Vermaak : >>  Here's firefox on gtk2 with randomly sized buttons: > > I simply can't get used to the "chocolate" brown colour theme of > Ubuntu. After a new install, that is the first thing I change. Yeah, that's my wife's laptop. Something to do

Re: [Lazarus] fpdoc / something like a general topic, not bound to a method?

2009-11-14 Thread Martin
Graeme Geldenhuys wrote: 2009/11/14 Martin : In FPDoc is it possible to create an extra page, that is not bound to a method, property or other code? Do you mean like the "Related Topics" section listed in the documentation for RTL's SysUtils unit? http://lazarus-ccr.sourceforge.net/

Re: [Lazarus] run-time vs desgin-time packages

2009-11-14 Thread Graeme Geldenhuys
2009/11/14 ik : > > That much I understand (I hope). However, I can't install run-time packages, > so how does Lazarus knows about them ? run-time packages do not modify the IDE - no components get install into the IDE's component palette. So you will create a project and simply and that run-time

Re: [Lazarus] fpdoc / something like a general topic, not bound to a method?

2009-11-14 Thread Graeme Geldenhuys
2009/11/14 Martin : > In FPDoc is it possible to create an extra page, that is not bound to a > method, property or other code? Do you mean like the "Related Topics" section listed in the documentation for RTL's SysUtils unit? http://lazarus-ccr.sourceforge.net/docs/rtl/sysutils/index.html --

Re: [Lazarus] help plz

2009-11-14 Thread Dariusz Mazur
Alexander Kaupp pisze: 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-

Re: [Lazarus] help plz

2009-11-14 Thread waldo kitty
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. The Problem is how to add this features to lazarus. p

[Lazarus] Indy package install

2009-11-14 Thread Howard Page-Clark
Hi I'm trying to install Indy 10.2.0.3 in Lazarus under WinXP. I've followed the readme, and the indylaz.lpk compiles OK, but then will not install in the IDE with the error: C:\lazarus\ide\lazarus.pp(1,1) Fatal: Can't find unit IdGlobal used by IdAboutVCL However the unit IdGlobal is there, fre

Re: [Lazarus] cross platform [Re: Lazarus Goal]

2009-11-14 Thread Hans-Peter Diettrich
Graeme Geldenhuys schrieb: After creating as many components as I have in fpGUI, I got accustomed to the idea of paying attention to detail. Lazarus IDE dialogs are a *real* eye-soar for me. Strange, I noticed the same just today in another dialog :-( When I come across it again in my IDE exp

[Lazarus] fpdoc / something like a general topic, not bound to a method?

2009-11-14 Thread Martin
In FPDoc is it possible to create an extra page, that is not bound to a method, property or other code? Sometimes several Methods deal with some kind of problem, in order to give some background on the issue it would be nice to have a page, where you could describe the background. This page w

Re: [Lazarus] run-time vs desgin-time packages

2009-11-14 Thread Martin
Mattias Gaertner wrote: On Sat, 14 Nov 2009 17:27:07 +0200 ik wrote: Hello, I'm trying to explain desgin-time vs run-time packages, and it seems that I don't really fully understand them myself. Desgin time are packages that changes the IDE or adds components etc... Run-time are used only

Re: [Lazarus] cross platform [Re: Lazarus Goal]

2009-11-14 Thread Graeme Geldenhuys
2009/11/14 Henry Vermaak : > > Sheesh, and they've misspelt "colours" ;) :-) >  Here's firefox on gtk2 with randomly sized buttons: I simply can't get used to the "chocolate" brown colour theme of Ubuntu. After a new install, that is the first thing I change. -- Regards, - Graeme -

Re: [Lazarus] cross platform [Re: Lazarus Goal]

2009-11-14 Thread Graeme Geldenhuys
2009/11/13 Phil Hess : > Good eye! No, this is the OS X Mail client. After creating as many components as I have in fpGUI, I got accustomed to the idea of paying attention to detail. Lazarus IDE dialogs are a *real* eye-soar for me. But after using Lazarus for so long, I got used to them. ;-) >

Re: [Lazarus] help plz

2009-11-14 Thread Mattias Gaertner
On Sat, 14 Nov 2009 17:08:15 +0100 Alexander Kaupp wrote: > 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 transfor

Re: [Lazarus] DockSite example updated

2009-11-14 Thread Mattias Gaertner
On Sat, 14 Nov 2009 16:23:21 +0100 Hans-Peter Diettrich wrote: > The second last update adds virtualization to the DockSite example. > In uMakeSite you find an TMasterSite component, that allows to add > elastic docksites and docking capability to any form. These methods > shall allow to make the

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/XPCOM-Gui application. > > Do you me

Re: [Lazarus] QT binding works!

2009-11-14 Thread Mattias Gaertner
On Sat, 14 Nov 2009 09:51:09 +0100 zeljko wrote: > On Saturday 14 November 2009 01:35, David Emerson wrote: > > I've done all this, but at the very beginning of the compilation, I > > get: > > > > make[2]: *** [../../units/i386-linux/qt] Error 1 > > > > and it gives up. The important lines are i

Re: [Lazarus] run-time vs desgin-time packages

2009-11-14 Thread Reimar Grabowski
On Sat, 14 Nov 2009 17:27:07 +0200 ik wrote: > That much I understand (I hope). However, I can't install run-time packages, > so how does Lazarus knows about them ? Run-time packages do not need to be installed. Just compile the package (Package->Open package file and in the following dialog jus

Re: [Lazarus] run-time vs desgin-time packages

2009-11-14 Thread Mattias Gaertner
On Sat, 14 Nov 2009 17:27:07 +0200 ik wrote: > Hello, > > I'm trying to explain desgin-time vs run-time packages, and it seems > that I don't really fully understand them myself. > Desgin time are packages that changes the IDE or adds components > etc... Run-time are used only when compiling the

Re: [Lazarus] QT binding works!

2009-11-14 Thread Gustavo Enrique Jimenez
2009/11/14 zeljko : > On Saturday 14 November 2009 01:35, David Emerson wrote: >> I've done all this, but at the very beginning of the compilation, I get: >> >> make[2]: *** [../../units/i386-linux/qt] Error 1 >> >> and it gives up. >> >> Using debian stable, kde 3.5.9/10. Tried with the packaged l

Re: [Lazarus] help plz

2009-11-14 Thread 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/XPCOM-Gui application. Do you mean you want to write a converter tool to convert LCL apps into XUL/XPCOM-Gui apps? Or do you want

[Lazarus] run-time vs desgin-time packages

2009-11-14 Thread ik
Hello, I'm trying to explain desgin-time vs run-time packages, and it seems that I don't really fully understand them myself. Desgin time are packages that changes the IDE or adds components etc... Run-time are used only when compiling the program itself. That much I understand (I hope). However,

Re: [Lazarus] DockSite example updated

2009-11-14 Thread Hans-Peter Diettrich
The second last update adds virtualization to the DockSite example. In uMakeSite you find an TMasterSite component, that allows to add elastic docksites and docking capability to any form. These methods shall allow to make the IDE dockable, with minimal impact on the existing IDE forms. In the

[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] QT binding works!

2009-11-14 Thread zeljko
On Saturday 14 November 2009 01:35, David Emerson wrote: > I've done all this, but at the very beginning of the compilation, I get: > > make[2]: *** [../../units/i386-linux/qt] Error 1 > > and it gives up. > > Using debian stable, kde 3.5.9/10. Tried with the packaged lazarus > 0.9.28.2-0 as well a