Re: Who is the PascalScript maintainer for lazarus?

2006-07-26 Thread Carlo Kok
Alexandre Leclerc wrote: > 2006/7/26, Bogusław Brandys <[EMAIL PROTECTED]>: >> 32-bit assembler parts supports now FPC calling convention (FPC is using >> EAX and EDX differently when calling virtual methods or something >> similiar, don't quite remember (it was hardest part by the way)) > > I got

[lazarus] [ANN] Application using VT and ACS

2006-07-26 Thread Christian U.
Maybe its intristing for some of you, have begon to write yn audio library application its an good example whats possible at time with Lazarus+VT+ACS Features at time (growing ... :)) - Management without database (your mediafiles are scanned at startup so every information is actual) - ID3V2.1 .

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread Graeme Geldenhuys
These are only valid for packages using the LCL. The LCL is widgetset independent. Ok, there goes that idea. :-) Vincent is right, add a LCL interface function. This does sound like a solid solution... Not to menion, it will at least get rid of the IFDEFs which normally makes code difficult

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread Graeme Geldenhuys
Each widgetset has a define, like: $ifdef lclgtk2 or $ifdef lclqt or $ifdef lclwin32 That should do the trick. BTW: Isn't the "else" part in the DoButtonOrder() wrong way round? It says that for Unix environments the button order should be Close, OK, Cancel. Aren't most Unix (excluding Qt) en

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread Mattias Gaertner
On Wed, 26 Jul 2006 17:47:13 -0300 "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> wrote: > > Anybody got an idea how we can change the TButtonPanel to check the > > Desktop Environment (widget set) instead of the OS? > > Each widgetset has a define, like: $ifdef lclgtk2 or $ifdef lclqt or > $i

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread Felipe Monteiro de Carvalho
Anybody got an idea how we can change the TButtonPanel to check the Desktop Environment (widget set) instead of the OS? Each widgetset has a define, like: $ifdef lclgtk2 or $ifdef lclqt or $ifdef lclwin32 -- Felipe Monteiro de Carvalho __

Re: Who is the PascalScript maintainer for lazarus?

2006-07-26 Thread Alexandre Leclerc
2006/7/26, Bogusław Brandys <[EMAIL PROTECTED]>: 32-bit assembler parts supports now FPC calling convention (FPC is using EAX and EDX differently when calling virtual methods or something similiar, don't quite remember (it was hardest part by the way)) I got a problem with imported functions in

[lazarus] Tapioca Framework support?

2006-07-26 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Does anyone know about any work already done to integrate the Tapioca Framework into Lazarus? Thanks. Adilson. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8D

Re: Who is the PascalScript maintainer for lazarus?

2006-07-26 Thread Alexandre Leclerc
2006/7/26, Bogusław Brandys <[EMAIL PROTECTED]>: Alexandre Leclerc wrote: > 2006/7/21, George Birbilis <[EMAIL PROTECTED]>: >> It will only work for Intel 32-bit since it uses assembler >> instructions at >> some parts. BTW, I though FPC assembler isn't compatible with Delphi one, >> maybe Bogusl

Re: [lazarus] Conditional Define dialog

2006-07-26 Thread Graeme Geldenhuys
> Before I attempt to fix the dialog, I wanted to confirm that I am not > an isolated case for some reason. This dialog is not the only one, > but one of the worst. Confirmed. Thanks Mattias. A patch will be available tomorrow. Graeme. -- There's no place like 127.0.0.1 __

Re: Who is the PascalScript maintainer for lazarus?

2006-07-26 Thread Bogusław Brandys
Alexandre Leclerc wrote: 2006/7/21, George Birbilis <[EMAIL PROTECTED]>: It will only work for Intel 32-bit since it uses assembler instructions at some parts. BTW, I though FPC assembler isn't compatible with Delphi one, maybe Boguslaw fixed that code? Best thing would be to have compiler defi

[lazarus] Little problems with TBitmap and Picture.Assign...

2006-07-26 Thread Alexandre Leclerc
Hi all, when i introduce the following code it causes problems at some other places in my software; and I would like to know if my use of TBitmap (as in Delphi if I recall correctly) is correct. I create a temporary bitmap, then I draw inside it and if there are any changes I assign it to my ima

Re: Who is the PascalScript maintainer for lazarus?

2006-07-26 Thread Bogusław Brandys
George Birbilis wrote: I was wondering who worked on that and if there were talks with Carlo Kok from PS to include any fixes to make the whole thing compatible out of the box with FPC? Maybe he would be interested. Bogusław Brandys It seams that in the svn tree there are FPC compiler directi

Re: Who is the PascalScript maintainer for lazarus?

2006-07-26 Thread Bogusław Brandys
Alexandre Leclerc wrote: 2006/7/21, Alexandre Leclerc <[EMAIL PROTECTED]>: Should we update the CCR page so that we point de people getting the latest code from RO site or SVN tree since the CCR version is already dated? Done Thank You. Regards Bogusław __

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Anybody using Qt widget set. Can you confirm the button order in dialogs (referring to Help, OK and Cancel buttons). As far as I can tell this is what I have... Win32:Help, OK, Cancel Gnome, GTK1, GTK2: Help, Cancel, OK Qt: Help, OK, Cancel Currently the

Re: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-26 Thread Mattias Gaertner
On Wed, 26 Jul 2006 19:56:46 +0300 "George Birbilis" <[EMAIL PROTECTED]> wrote: > > > > How is code folding called in synedit? I can't find it. > > > They don;t have it IIRC, there is another project though that > > > implements this. http://mystix.sourceforge.net > > > > On the web page is says,

Re: [lazarus] Conditional Define dialog

2006-07-26 Thread Mattias Gaertner
On Wed, 26 Jul 2006 16:11:11 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > Anybody else seeing the above dialog like I am? I am using Lazarus > compiled with GTK1. > > Issues: > * Text doesn't fit buttons > * Text line in listbox are to close together. The lower part of > letters ar

Re: [lazarus] Problem can't find LResources Unit

2006-07-26 Thread Mattias Gaertner
On Wed, 26 Jul 2006 23:18:34 +1200 Paul Parkyn <[EMAIL PROTECTED]> wrote: > Thank you Mattias, >I have found the Font file ok > and that works but my other problems are due to a faulty rpm, the rpm may have been corrupted during download. However w

RE: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-26 Thread George Birbilis
> On the web page is says, that everytime you change the text > manually, you have to update the fold regions yourself. And > looking at the code it seems to me, that every update > traverses through all fold ranges. I wonder how much overhead > this creates for big sources. > > I assume you mea

RE: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-26 Thread George Birbilis
> > > How is code folding called in synedit? I can't find it. > > They don;t have it IIRC, there is another project though that > > implements this. http://mystix.sourceforge.net > > On the web page is says, that everytime you change the text > manually, you have to update the fold regions yourself

RE: [lazarus] SynEdit + Unihighlighter (must have fixed caps problem)

2006-07-26 Thread George Birbilis
> > (problem may > > be that they did their own codefolding - not sure which one works > > better) > > How is code folding called in synedit? I can't find it. Search the unihighlighter.com forum for "folding" and for "codefolding" to see post by the unihighlighter author regarding the mystix proje

RE: [lazarus] FP/Lazarus for production use

2006-07-26 Thread George Birbilis
> > Why not add to this mail footer (the list footer) a link > that speaks > > about Lazarus and has the FAQ available at first view? > > Because some people don't like long signatures and footers? ;-) > :o) Mind you footers with keywords and informative URLs help for ranking those URLs higher in

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread zeljko
On Wednesday 26 July 2006 15:45, Graeme Geldenhuys wrote: > Hi, > > Anybody using Qt widget set. Can you confirm the button order in > dialogs (referring to Help, OK and Cancel buttons). yes, but qt3 with kylix :) > > As far as I can tell this is what I have... > > Win32:Help, OK, Cancel > G

[lazarus] Conditional Define dialog

2006-07-26 Thread Graeme Geldenhuys
Anybody else seeing the above dialog like I am? I am using Lazarus compiled with GTK1. Issues: * Text doesn't fit buttons * Text line in listbox are to close together. The lower part of letters are clipped by the neighbouring lines. Look at the g in cgiDebug. * Standard defines don't fit in

[lazarus] ButtonPanel component issues

2006-07-26 Thread Graeme Geldenhuys
Hi, Anybody using Qt widget set. Can you confirm the button order in dialogs (referring to Help, OK and Cancel buttons). As far as I can tell this is what I have... Win32:Help, OK, Cancel Gnome, GTK1, GTK2: Help, Cancel, OK Qt: Help, OK, Cancel Currently the TButtonPanel only looks fo

Re: [lazarus] Environment variables

2006-07-26 Thread Michael Van Canneyt
On Wed, 26 Jul 2006, Alex du Plessis wrote: > Hi list > > Does anyone know how to access environment variables via an app in FPC GetEnvironmentVariable() and friends in sysutils. See the docus: http://www.freepascal.org/docs-html/rtl/sysutils/getenvironmentvariable.html It's cross-platform.

[lazarus] Environment variables

2006-07-26 Thread Alex du Plessis
Hi list Does anyone know how to access environment variables via an app in FPC _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchive

Re: Re: [lazarus] Problem can't find LResources Unit

2006-07-26 Thread Paul Parkyn
Thank you Mattias, I have found the Font file ok and that works but my other problems are due to a faulty rpm, the rpm may have been corrupted during download. However when I query the rpm database it is not installed so I tried an update and it

Re: [lazarus] Sqldb ,MySql and Transactions

2006-07-26 Thread Nataraj S Narayan
Hi That makes 3 of us dabbling in lazarus as well as Dabo. But i am in the mid-waters. To do some 'real' stuff, i need to get back to Delphi. regards Nataraj Zlatko Matic wrote: Yes, that was me:) DABO seems to be prommising... - Original Message - From: "johnf" <[EMAIL PROTECTE

Re: [lazarus] suggestion for relation object

2006-07-26 Thread Adrian Maier
On 25/07/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Tue, 25 Jul 2006, Bisma Jayadi wrote: >> I would consider 250 tables rather moderate. > > Wow... if 250 tables still considered as moderate, I wonder how many tables > will you considered as huge? I've build some large scale databa

Re: [lazarus] Sqldb ,MySql and Transactions

2006-07-26 Thread Zlatko Matic
Yes, that was me:) DABO seems to be prommising... - Original Message - From: "johnf" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 26, 2006 12:51 AM Subject: Re: [lazarus] Sqldb ,MySql and Transactions Great - I noticed someone with the same name has been asking about accessing Pos