[lazarus] Re: Executing executables on linux

2006-12-02 Thread Funky Beast
Lee wrote: Hi all, Where can I find information on executing other files on Linux through laz/fp? Thank you, http://wiki.lazarus.freepascal.org/Executing_External_Programs For all other informations: http://wiki.lazarus.freepascal.org/Special:Allpages Regards Funky Beast _

[lazarus] Executing executables on linux

2006-12-02 Thread Lee
Hi all, Where can I find information on executing other files on Linux through laz/fp? Thank you, -- Warm Regards, Lee _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives

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

2006-12-02 Thread Flávio Etrusco
On 11/27/06, Al Boldi <[EMAIL PROTECTED]> wrote: Question: Using [ form2.parent:=form1; ] attaches form2 to form1 in-process. What is needed to attach TControl.Parent to an out of process window? IIRC you can simply use the ParentWindow property. -Flávio ___

Re: [lazarus] Gambas

2006-12-02 Thread Dean Zobec
Graeme Geldenhuys pravi: > On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: >> If it's about osFinancials (the former TurboCash): >> >> I think it should be very possible to port it to lazarus. But as >> usual, time >> is probably the issue. > > I don't like TurboCash at all, and wasn't

Re: [lazarus] Lazarus and Delphi: boolean expression expected, but got "untyped"

2006-12-02 Thread Vincent Snijders
Dave Coventry schreef: Hi, I have a boolean called changed which I use to prevent the user from closing down if he hasn't saved his work. var Changed : boolen; if Changed then begin if MessageDlg('Current Document not saved. Continue?', mtConfirmation, [mbYes, mbNo], 0) <> mrYes th

Re: [lazarus] Lazarus and Delphi: boolean expression expected, but got "untyped"

2006-12-02 Thread Dave Coventry
My mistake. I was obviously using a reserved word. It maybe worked in Delphi because I misspelled it...:( Dave Coventry wrote: Hi, I have a boolean called changed which I use to prevent the user from closing down if he hasn't saved his work. var Changed : boolen; if Changed then begin

[lazarus] Lazarus and Delphi: boolean expression expected, but got "untyped"

2006-12-02 Thread Dave Coventry
Hi, I have a boolean called changed which I use to prevent the user from closing down if he hasn't saved his work. var Changed : boolen; if Changed then begin if MessageDlg('Current Document not saved. Continue?', mtConfirmation, [mbYes, mbNo], 0) <> mrYes then exit; end; I get an

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

2006-12-02 Thread tanila
Thank You... Am Freitag, den 01.12.2006, 18:11 +0100 schrieb 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. > >

Re: [lazarus] Auto complete inside strings

2006-12-02 Thread Mattias Gaertner
On Fri, 1 Dec 2006 19:51:09 +0200 ik <[EMAIL PROTECTED]> wrote: > 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 ? No, just not fine tuned. Identifier completion i

Re: [lazarus] Gambas

2006-12-02 Thread Graeme Geldenhuys
On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: You're in South africa, right ? Yup. Excellent market for a dutch-speaking company, so beware ;-) hehe:) -- Graeme Geldenhuys Location: S 34° 03.168' E018° 49.342' http://tinyurl.com/y6lc26 There's no place like 127.0.0

Re: [lazarus] Gambas

2006-12-02 Thread Michael Van Canneyt
On Sat, 2 Dec 2006, Graeme Geldenhuys wrote: > On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > I'll be very interested in seeing what you come up with, > > because at my company we create an accounting system as well :-) > > See what I mean with a cut-throat market! :-) Absolut

Re: [lazarus] Gambas

2006-12-02 Thread Graeme Geldenhuys
On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: I'll be very interested in seeing what you come up with, because at my company we create an accounting system as well :-) See what I mean with a cut-throat market! :-) -- Graeme Geldenhuys Location: S 34° 03.168' E018° 49.342' http:

Re: [lazarus] running preprocessor from lazarus

2006-12-02 Thread Christian Iversen
On Friday 01 December 2006 23:10, Marc Santhoff wrote: > 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

Re: [lazarus] Gambas

2006-12-02 Thread Michael Van Canneyt
On Sat, 2 Dec 2006, Graeme Geldenhuys wrote: > On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > If it's about osFinancials (the former TurboCash): > > > > I think it should be very possible to port it to lazarus. But as usual, time > > is probably the issue. > > I don't like Turbo

Re: [lazarus] Gambas

2006-12-02 Thread Graeme Geldenhuys
On 12/2/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: If it's about osFinancials (the former TurboCash): I think it should be very possible to port it to lazarus. But as usual, time is probably the issue. I don't like TurboCash at all, and wasn't going to use that. I'm not a fan of web ba

Re: [lazarus] Gambas

2006-12-02 Thread Michael Van Canneyt
On Sat, 2 Dec 2006, Graeme Geldenhuys wrote: > 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 > consid

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

2006-12-02 Thread SALVATORE COPPOLA
Thanks Mattias Gaertner wrote: On Sat, 2 Dec 2006 11:37:27 +0100 Parent is the visually relationship (Parent.Controls[]).All other is Owner: freeing, streaming, notifications(Owner.Components[]) or in the case of controlsthat accept controls (TPanel etc.) should be for child Owner = Parent? N

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

2006-12-02 Thread Mattias Gaertner
On Sat, 2 Dec 2006 11:37:27 +0100 "SALVATORE COPPOLA" <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > 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 (F

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

2006-12-02 Thread SALVATORE COPPOLA
Mattias Gaertner wrote: 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