Re: [Lazarus] Adding packages at build time

2012-03-13 Thread waldo kitty
On 3/8/2012 15:14, Mattias Gaertner wrote: cd %myLAZpath% make clean lazbuild lazbuild.exe --build-ide="-gw -gl -godwarfsets -gh -gt -Co -Cr -Ci -Sa" ik, so i have fixed up my script to follow the above... there is a make clean beforehand... i see this in the output but compilation seems to ca

Re: [Lazarus] Adding packages at build time

2012-03-13 Thread waldo kitty
On 3/9/2012 01:53, Mattias Gaertner wrote: The current build profiles are the build modes of the IDE. Eventually the IDE should be compiled as a project. Then they will be called build modes. That's why it should use the same parameter as a project --build-mode. ok... so if i am understanding t

[Lazarus] RC4 and LazReport

2012-03-13 Thread Ajeandro Gonzalo
With the LazReport component distributed w/RC4, The Report has no bands and no Add Bands button - only the current row shows in the Report. What happened? I'm running Windows 7, 64 bit, and using the Tdbf database component. Clueless in Seattle -- __

Re: [Lazarus] Setting ModalResult

2012-03-13 Thread Flávio Etrusco
Do you set the ModalResult in the button or in the form? If the former, is there any specific reason for it? Best regards, Flávio 2012/3/13 Richard Mace : > Installed the latest RC4 binaries and still the same problem > > On 13 Mar 2012 07:07, "Reinier Olislagers" > wrote: >> >> On 13-3-2012 7:5

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-13 Thread William Oliveira Ferreira
I´ve tested it only today and RC´s TTabsheet doens´t have BorderWidth property... 2012/3/11 William Oliveira Ferreira > I'll test it on rc at night... > > 2012/3/11 Vincent Snijders > >> Op 11 maart 2012 13:01 heeft William Oliveira Ferreira >> het volgende geschreven: >> > i´ve found a bug th

Re: [Lazarus] compiling Lazarus from svn

2012-03-13 Thread Sven Barth
Am 13.03.2012 07:49, schrieb Richard Mace: Hi All, I've just installed lazarus via svn trunk, and installed fpc binary from source forge. When I read the instructions online on how to install Lazarus from SVN, they tell me to change to the Lazarus directory, and then run "make", however, I don't

Re: [Lazarus] LM_DEACTIVATE

2012-03-13 Thread Kjow
2012/3/13 Paul Ishenin : > It is right. I made an unification of this message with VCL. We had both > LM_ACTIVATE and LM_DEACTIVATE and both had Active field which could took > WA_ACTIVE, WA_INACTIVE state. Now we have 1 message with proper filled > Active state. > > Maybe this change can hurt but

Re: [Lazarus] Setting ModalResult

2012-03-13 Thread Richard Mace
Installed the latest RC4 binaries and still the same problem On 13 Mar 2012 07:07, "Reinier Olislagers" wrote: > On 13-3-2012 7:50, Richard Mace wrote: > > On 12 March 2012 23:51, Mattias Gaertner > > Lazarus 0.9.30 fpc 2.4 Windows XP > > > > 2.4? > > Please check these versions. The

Re: [Lazarus] LM_DEACTIVATE

2012-03-13 Thread Paul Ishenin
13.03.2012 15:32, Kjow пишет: It is a misprint or is it right? It is right. I made an unification of this message with VCL. We had both LM_ACTIVATE and LM_DEACTIVATE and both had Active field which could took WA_ACTIVE, WA_INACTIVE state. Now we have 1 message with proper filled Active stat

[Lazarus] LM_DEACTIVATE

2012-03-13 Thread Kjow
Hi all, I noticed that in lazarus trunk (0.9..31) LM_DEACTIVATE (lmessages.pp) is missing. But it is present on 0.9.30.3/4 0.9.30.3/4 lmessages.pp, row 75: LM_DEACTIVATE = LM_LCL + 64; //used when a form is no longer in front & 0.9.31 lmessages.pp, row 74:LM_DRAGSTART = LM_LCL + 6

Re: [Lazarus] compiling Lazarus from svn

2012-03-13 Thread Reinier Olislagers
On 13-3-2012 7:49, Richard Mace wrote: > Hi All, > I've just installed lazarus via svn trunk, and installed fpc binary from > source forge. > When I read the instructions online on how to install Lazarus from SVN, > they tell me to change to the Lazarus directory, and then run "make", > however, I

Re: [Lazarus] Setting ModalResult

2012-03-13 Thread Reinier Olislagers
On 13-3-2012 7:50, Richard Mace wrote: > On 12 March 2012 23:51, Mattias Gaertner > Lazarus 0.9.30 fpc 2.4 Windows XP > > 2.4? > Please check these versions. They look pretty old. > > > Thanks Mattias. > Yes, I had just installed the latest "released" binaries for both > Lazarus and