Re: [lazarus] repository

2006-12-01 Thread Graeme Geldenhuys
On 12/1/06, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: We have almost this. We call this snapshots: http://www.hu.freepascal.org/lazarus/ They come with latest lazarus source + lazarus compiled + free pascal in either 2.0.4 or 2.1.1 versions. The only difference from what you asked

Re: [lazarus] FPC or Lazarus issue: child an parent controls

2006-12-01 Thread Graeme Geldenhuys
I haven't looked at your sample code yet But don't get confused with the Parent and Owner properties either. They mean different things. Graeme. On 12/1/06, SALVATORE COPPOLA <[EMAIL PROTECTED]> wrote: Hi, sometimes peoples say that lazarus consumes memory. Maybe the example show an is

Re: [lazarus] Gambas

2006-12-01 Thread Graeme Geldenhuys
On 12/1/06, Pieter Valentijn <[EMAIL PROTECTED]> wrote: So you say its all about marketing? I run a opensource Accounting project and I have the same problem try to Is that Accounting app written with Free Pascal/Lazarus? I am considering (not sure if it is viable yet) writing a specialized co

Re: [lazarus] What means Close Component message

2006-12-01 Thread Graeme Geldenhuys
On 12/1/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: In some cases, like reverting, the IDE must free the ancestor instance and asks the user, if the descendants can be closed. Maybe the question raises too often. What exactly did you try to do? Yesterday, I got this a few times as well.

Re: [lazarus] running preprocessor from lazarus

2006-12-01 Thread Marc Santhoff
Am Freitag, den 01.12.2006, 03:42 +0100 schrieb Christian Iversen: > If he doesn't have it, I have. No, I haven't. > The syntax can be seen on http://flawless.dk/xmcc.php > > It has several features much beyond anything C(++)'s preprocessor could ever > offer. > > (In fact, it is a proper met

Re: [lazarus] running preprocessor from lazarus

2006-12-01 Thread Marc Santhoff
Am Freitag, den 01.12.2006, 16:26 +0100 schrieb Michael Van Canneyt: > > On Fri, 1 Dec 2006, Vincent Snijders wrote: > > > Michael Van Canneyt schreef: > > > > > > On Thu, 30 Nov 2006, Felipe Monteiro de Carvalho wrote: > > > > > > > On 11/30/06, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > > >

Re: [lazarus] How to substitute TBitmap.ScanLine?

2006-12-01 Thread Mattias Gaertner
On Thu, 9 Nov 2006 14:39:17 +0300 Sergei Gorelkin <[EMAIL PROTECTED]> wrote: > Hello, > > I have a procedure like this: > > procedure PaintIntoMemory(aWidth, aHeight, rowstride: Integer; > aMemory: Pointer); > > It 'paints' some stuff into memory block described by its arguments, > treati

Re: [lazarus] repository

2006-12-01 Thread Felipe Monteiro de Carvalho
On 12/1/06, George Birbilis <[EMAIL PROTECTED]> wrote: Is there some way to get the source of lazarus from the repository together with the free pascal compiler etc. and be able to build the IDE right after that and run it? I mean just check-in one single thing, not read instructions and find fpc

Re: [lazarus] FPC or Lazarus issue: child an parent controls

2006-12-01 Thread Mattias Gaertner
On Fri, 1 Dec 2006 21:33:01 +0100 "SALVATORE COPPOLA" <[EMAIL PROTECTED]> wrote: > Hi, > sometimes peoples say that lazarus consumes memory. Maybe the example > show an issue (FPC or Lazarus issue?) i.e. If a parent control is > freed is child should also be freed kind regards, Salvatore StringGr

RE: [lazarus] repository

2006-12-01 Thread George Birbilis
At http://wiki.lazarus.freepascal.org/index.php/Getting_Lazarus it says: -- Installing the compiler Jouke: If you are starting from scratch with the above, you won't have the FPC compiler installed. In other words the compiler is not included in the Lazarus SVN. It is possible to use a

RE: [lazarus] Gambas

2006-12-01 Thread Joost van der Sluis
On Fri, 2006-12-01 at 21:13 +0200, George Birbilis wrote: > > > (for example when you launch Lazarus [if you don't tell it to open > > > something], is there option to autostart with the File/New dialog? > > > [that should be the default option and have checkbox to not > > show that > > > at start

[lazarus] repository

2006-12-01 Thread George Birbilis
Is there some way to get the source of lazarus from the repository together with the free pascal compiler etc. and be able to build the IDE right after that and run it? I mean just check-in one single thing, not read instructions and find fpc and copy it there, then run it (or do I have the wrong i

RE: [lazarus] Gambas

2006-12-01 Thread George Birbilis
> > (for example when you launch Lazarus [if you don't tell it to open > > something], is there option to autostart with the File/New dialog? > > [that should be the default option and have checkbox to not > show that > > at start again]). > > I don´t particularly consider this an advantage. Do you

Re: [lazarus] Gambas

2006-12-01 Thread Felipe Monteiro de Carvalho
On 12/1/06, George Birbilis <[EMAIL PROTECTED]> wrote: (for example when you launch Lazarus [if you don't tell it to open something], is there option to autostart with the File/New dialog? [that should be the default option and have checkbox to not show that at start again]). I don´t particular

[lazarus] Auto complete inside strings

2006-12-01 Thread ik
Hi, I'm using Lazarus 0.9.20, and when I'm inside a string and write text, I'm getting locked from moving, and having word complete when I'm adding dot. Is this a bug ? If not, how can I disable this behavior when inside a string ? Thanks, Ido -- http://ik.homelinux.org/ _

Re: [lazarus] VirtualTreeView

2006-12-01 Thread Christian Ulrich
Hey :) Sorry ill take a look at it beginning next week iam not here at the weekend. Boguslaw, ill send you an snapshot if anybody needs the actual vt source at the weekend so get it from Boguslaw :p best regards Christian Bogusław Brandys schrieb: Graeme Geldenhuys wrote: I copied and paste

Re: [lazarus] What means Close Component message

2006-12-01 Thread Mattias Gaertner
On Thu, 30 Nov 2006 20:41:08 +0100 Christian Ulrich <[EMAIL PROTECTED]> wrote: > I get this on an exception and i dont see any reason for this. > Also i get this when i create an dummy lfm file for the visual form > inherence stuff (i have some projects where i dont use tform) > > > So what mea

Re: [lazarus] Taction and TTranslateString (String properties)

2006-12-01 Thread Mattias Gaertner
On Fri, 01 Dec 2006 03:46:13 +0100 tanila <[EMAIL PROTECTED]> wrote: > Hi all, > > i played arround with some Run-Time Translation of Conmpnents, > because I want to have such a feature in my apps. > I found, that you have done some work on such things. the TCaption > properties can be scannde

Re: [lazarus] VirtualTreeView

2006-12-01 Thread Bogusław Brandys
Graeme Geldenhuys wrote: I copied and paste the login command you emailed me privately. I still get the same as Boguslaw Brandys. I connection timeout. :-( Graeme. Yep.It look like development is discontinued ;-) Just joking... Regards Boguslaw _

Re: SPAM-LOW: [lazarus] Including extern units in a project

2006-12-01 Thread Mattias Gaertner
On Fri, 01 Dec 2006 10:44:21 -0500 Lee <[EMAIL PROTECTED]> wrote: > Lee wrote: > > > > Hi all, > > > > I am trying to reference synapse units from within a project and > > the compiler is complaining that it can't find the unit/s. > > > > I've been poking around and I assumed that the place to

Re: SPAM-LOW: [lazarus] Including extern units in a project

2006-12-01 Thread Lee
Lee wrote: Hi all, I am trying to reference synapse units from within a project and the compiler is complaining that it can't find the unit/s. I've been poking around and I assumed that the place to reference outside files was through Environment > Debugger Options and then use the "Addi

Re: [lazarus] Tab Stop Widths Hidden in Env => Editor Options

2006-12-01 Thread Vincent Snijders
Lee schreef: Hi all, I had to reinstall Lazarus today and I ran across something small, yet a bit frustrating. It seems that on a fresh install of Lazarus on Windows(xp) the General tab of environment options (Environment > Editor Options) the "Tab Widths" combo box is not shown by defaul

[lazarus] Including extern units in a project

2006-12-01 Thread Lee
Hi all, I am trying to reference synapse units from within a project and the compiler is complaining that it can't find the unit/s. I've been poking around and I assumed that the place to reference outside files was through Environment > Debugger Options and then use the "Additional Searc

Re: [lazarus] running preprocessor from lazarus

2006-12-01 Thread Michael Van Canneyt
On Fri, 1 Dec 2006, Vincent Snijders wrote: > Michael Van Canneyt schreef: > > > > On Thu, 30 Nov 2006, Felipe Monteiro de Carvalho wrote: > > > > > On 11/30/06, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > > > Ah, yes, I remember. My first thought was to replace fpc with a batch > > > > file,

[lazarus] Tab Stop Widths Hidden in Env => Editor Options

2006-12-01 Thread Lee
Hi all, I had to reinstall Lazarus today and I ran across something small, yet a bit frustrating. It seems that on a fresh install of Lazarus on Windows(xp) the General tab of environment options (Environment > Editor Options) the "Tab Widths" combo box is not shown by default. The form

Re: [lazarus] running preprocessor from lazarus

2006-12-01 Thread Vincent Snijders
Michael Van Canneyt schreef: On Thu, 30 Nov 2006, Felipe Monteiro de Carvalho wrote: On 11/30/06, Marc Santhoff <[EMAIL PROTECTED]> wrote: Ah, yes, I remember. My first thought was to replace fpc with a batch file, but I didn't try. Doesn´t need to be a batch file. Can be an executable. And

Re: [lazarus] running preprocessor from lazarus

2006-12-01 Thread Michael Van Canneyt
On Thu, 30 Nov 2006, Felipe Monteiro de Carvalho wrote: > On 11/30/06, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > Ah, yes, I remember. My first thought was to replace fpc with a batch > > file, but I didn't try. > > Doesn´t need to be a batch file. Can be an executable. And you can > change t

Re: [lazarus] Gambas

2006-12-01 Thread Al Boldi
Michael Van Canneyt wrote: > On Fri, 1 Dec 2006, George Birbilis wrote: > > > > http://gambas.sourceforge.net/ > > > > > > > > Maybe Lazarus can copy some stuff from that project? > > > > > > Why would we want to do that ? It'd have to be rewritten from > > > scratch anyway. > > > > When I say copy

Re: [lazarus] Attaching TControl.Parent to an out of process window

2006-12-01 Thread Al Boldi
George Birbilis wrote: > > >>> Using [ form2.parent:=form1; ] attaches form2 to form1 in-process. > > >>> > > >>> What is needed to attach TControl.Parent to an out of > > > > process window? > > > > >> What do you want to do ? > > > > > > Integrate two separate apps into one window. > > > > Person

RE: [lazarus] Gambas

2006-12-01 Thread Pieter Valentijn
So you say its all about marketing? I run a opensource Accounting project and I have the same problem try to attract as manny new user as you can meens you need to market it for that user group. I gess writing to all universities we can get a email adres from is a start but calling someone in your

RE: [lazarus] Gambas

2006-12-01 Thread George Birbilis
> > Maybe Lazarus can copy some stuff from that project? > > There are hundreds of other open source IDEs, we are all > already aware of that. > > If you have some specific need Lazarus does not attend, or > something that it could attend better, and Ganbas does it, > then we can talk about this sp

Re: TTabControl and OnChange event

2006-12-01 Thread Graeme Geldenhuys
Ok, I found a work-around for now - though not ideal! I have to get the ComponentState as the first thing, so that when I destroy the form, the 'other stuff' doesn't get executed. procedure TLearnerListForm.IndexTabControlChange(Sender: TObject); begin if csDestroying in ComponentState then