Re: [Lazarus] Configure Build Lazarus

2009-12-03 Thread Juha Manninen
On torstai, 3. joulukuuta 2009 23:31:24 Mattias Gaertner wrote: >[...] > > There are also some logical mistakes in the UI. Like the Quick Build > > Options page has separate settings for "LCL interface" Target and IDE. It > > gives an impression you could set two different interfaces at once but >

[Lazarus] TBGrid and or TDLookupComboBox help

2009-12-03 Thread Chris Jennings
Hi All Can someone help a newbie with a TBGrid problem. I have the grid on my form and picking up data from one table. I want to click on a row in the grid and have the value of the 1st cell in that row transfered to a DBEdit component that will subsquently be used to update one column in a s

Re: [Lazarus] Release 1.0, part 3 / Why can't we do it both ways?

2009-12-03 Thread Rigel Rig
Very good idea! If this is a stable version that is tested on a OS, no problems with installation and detailed installation instructions, with all working examples. >От: Michael Joyner >Относно: [Lazarus] Release 1.0, part 3 / Why can't we do it both ways? >До: Lazarus mailing list >Изп

Re: [Lazarus] IDE Bug: lrs files

2009-12-03 Thread Mattias Gaertner
On Thu, 3 Dec 2009 16:58:47 -0200 Guionardo Furlan wrote: > Hello, in Laz 0.9.29-22862 when I create a new form, the IDE don't > create the lrs file. > Using the tool lazres, I can create this from the lfm files, but I > have to do this on every change on any form. Check that the unit is listed

Re: [Lazarus] LCLIntf.pas Documentation

2009-12-03 Thread Mattias Gaertner
On Thu, 03 Dec 2009 18:54:37 -0500 Mehmet Erol Sanliturk wrote: >[...] > Dear Mattias , > > Would you please also correct the following line > > > LCLIntf Contains constants and type definitions for Delphi compatibility > > in page > > http://lazarus-ccr.sourceforge.net/docs/lcl/ I don't m

Re: [Lazarus] LCLIntf.pas Documentation

2009-12-03 Thread Mehmet Erol Sanliturk
Mattias Gaertner wrote: On Tue, 01 Dec 2009 04:03:07 -0500 Mehmet Erol Sanliturk wrote: Dear Lazarus Developers , When we study LCLIntf.pas and its included files in http://svn.freepascal.org/svn/lazarus/trunk/lcl/ http://svn.freepascal.org/svn/lazarus/trunk/lcl/include/ we see that sent

Re: [Lazarus] Configure Build Lazarus

2009-12-03 Thread Mattias Gaertner
On Thu, 3 Dec 2009 23:09:53 +0200 Juha Manninen wrote: > Hi, > > I want to understand what the different things on Advanced Build Options do. It is a front end for the different make commands. > "Clean all" : > Does it clean the parts that are selected for building? In this case it is > red

[Lazarus] Configure Build Lazarus

2009-12-03 Thread Juha Manninen
Hi, I want to understand what the different things on Advanced Build Options do. "Clean all" : Does it clean the parts that are selected for building? In this case it is redundant, selecting "Clean + Build" for those parts would do the same. Or does is clean everything even if it is not selecte

Re: [Lazarus] testing virtual TListView in gtk2

2009-12-03 Thread Andrew Haines
Seth Grover wrote: >> Okay In r22945 I have implemented a custom treemodel for the gtk2 >> listview. This should fix your memory problem. >> >> Regards, >> >> Andrew >> > > I tried your update. Yes, the memory usage is somewhat better now > (before it was something like 100MB with 1 million items

[Lazarus] IDE Bug: lrs files

2009-12-03 Thread Guionardo Furlan
Hello, in Laz 0.9.29-22862 when I create a new form, the IDE don't create the lrs file. Using the tool lazres, I can create this from the lfm files, but I have to do this on every change on any form. -- Timeo hominem unius libri Cogito ergo sum - Carpe diem []s Guionardo Furlan http://guionardo

Re: [Lazarus] testing virtual TListView in gtk2

2009-12-03 Thread Seth Grover
ork more than they need. :-), on the other hand we can develop > in peace ... > > BTW: We are a 2 men show ... :-) > > Helmut > > -- next part -- > An HTML attachment was scrubbed... > URL: > <http://lists.lazarus.freepascal.org/pipermail/l

Re: [Lazarus] Release 1.0, part 3 / Why can't we do it both ways?

2009-12-03 Thread Helmut Hartl
Michael Joyner schrieb: > Florian Klaempfl wrote: >> Osvaldo Filho schrieb: >> >>> Very good idea! >>> >> >> Feel free to start with it :) >> >> > What would be the best way to have this display to the end-user does > one think? > What kind of display in the splash logo and about boxes?

Re: [Lazarus] testing virtual TListView in gtk2

2009-12-03 Thread Andrew Haines
Seth Grover wrote: > Basically I created a form and dropped a TListView onto it and set the > OwnerData property to True, then defined an OnData event like: > > procedure TForm1.ListView1Data(Sender: TObject; Item: TListItem); > begin > Item.Caption := 'Item ' + IntToStr(Item.Index + 1); > end;

Re: [Lazarus] Release 1.0, part 3 / Why can't we do it both ways?

2009-12-03 Thread Michael Joyner
Florian Klaempfl wrote: Osvaldo Filho schrieb: Very good idea! Feel free to start with it :) What would be the best way to have this display to the end-user does one think? What kind of display in the splash logo and about boxes? What should the communication process be to the di

Re: [Lazarus] Release 1.0, part 3 / Why can't we do it both ways?

2009-12-03 Thread Florian Klaempfl
Osvaldo Filho schrieb: > Very good idea! Feel free to start with it :) > > 2009/12/3 Michael Joyner : >> Why can't we do it both ways? >> >> Leave the internal versioning system numbers as selected by the core >> developers alone. >> Tag a specific version once or twice a year and call it "Relea

Re: [Lazarus] Release 1.0, part 3 / Why can't we do it both ways?

2009-12-03 Thread Osvaldo Filho
Very good idea! 2009/12/3 Michael Joyner : > Why can't we do it both ways? > > Leave the internal versioning system numbers as selected by the core > developers alone. > Tag a specific version once or twice a year and call it "Release (%02d)YR.MN > version Real Version#" ? > > -- > ___

[Lazarus] Release 1.0, part 3 / Why can't we do it both ways?

2009-12-03 Thread Michael Joyner
Why can't we do it both ways? Leave the internal versioning system numbers as selected by the core developers alone. Tag a specific version once or twice a year and call it "Release (%02d)YR.MN version Real Version#" ? -- ___ Lazarus mailing list La

Re: [Lazarus] QT bindings as defalt (was Release 1.0, part 2)

2009-12-03 Thread Marco van de Voort
On Wed, Dec 02, 2009 at 08:19:15AM -0600, Phil Hess wrote: > > The subtext is that with Delphi you can pull off the hat trick of a 2.3 > million line app that sells for big bucks and where the client does not > tolerate bugs or instabilities or excuses. Can anyone make that claim for > Lazarus? I

Re: [Lazarus] 2 questions about Component properties

2009-12-03 Thread Mattias Gaertner
On Wed, 2 Dec 2009 09:38:58 +0100 wile64 wrote: >[...] > > It's a custom panel. > > > > > I make solution like this, Height stored = false and I save Height in > > other > > > variable! > > > > Height is stored by the LCL. You can not set stored = false (unless > > you change the LCL source code)

Re: [Lazarus] Release 1.0, part 2

2009-12-03 Thread Rigel Rig
I do not agree with that. If there is a stable version that is tested on a OS, no problems with installation and detailed installation instructions, all working examples, many questions will be lifted! It is not hard to do, if once a year. Lazarus is already very stable. For example, when ins

Re: [Lazarus] input password htpasswd

2009-12-03 Thread Mattias Gaertner
On Thu, 3 Dec 2009 10:28:54 +0100 (CET) Michael Van Canneyt wrote: > > > On Wed, 2 Dec 2009, faread_w wrote: > > > everybody,please help me.i have case for use lazarus.i use linux fedora. i > > use htpasswd for cretead user and password. > > if i use open termina concole i just type > > /usr/

Re: [Lazarus] input password htpasswd

2009-12-03 Thread waldo kitty
Michael Van Canneyt wrote: On Wed, 2 Dec 2009, faread_w wrote: [trim] so if i use program lazarus,how to enter/input password htpasswd by using script on lazarus? htpasswd supports a -b option, so you can do ExecuteProcess('/usr/bin/htpasswd','-b -c tipe-file user password'); with that i

Re: [Lazarus] input password htpasswd

2009-12-03 Thread Michael Van Canneyt
On Wed, 2 Dec 2009, faread_w wrote: everybody,please help me.i have case for use lazarus.i use linux fedora. i use htpasswd for cretead user and password. if i use open termina concole i just type /usr/bin/htpasswd -c tipe-file User Add password: * Retype Password:* so if i use prog

Re: [Lazarus] Release 1.0, part 2

2009-12-03 Thread Petr, OK2CQR
Hello, I'm sorry but I must agree. We released first version as 0.1.0. Program worked without crashes but had a few minor bugs. We released other 16 versions of our program and now we are at 0.8.5. The true is, we should started as version 1.0 not 0.1.0. Our program is the best in Linux world but

Re: [Lazarus] QT bindings as defalt (was Release 1.0, part 2)

2009-12-03 Thread Michael Van Canneyt
On Thu, 3 Dec 2009, Graeme Geldenhuys wrote: Michael Van Canneyt wrote: For fun, I created a small program that creates program code for 2.3 million lines distributed over 460 units (approx 6000 lines per This made be laugh. Don't you think software developers have a weird idea of what is