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

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 specific

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] 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. Personally I wouldn't try this. I

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 the path

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

[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 is

[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 Search

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 default.

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

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: [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 by

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

[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] 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

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 really

[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

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 again]).

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 StringGrid1 is