Re: [Lazarus] Params in ZeosDBO not working

2009-05-16 Thread zeljko
On Saturday 16 May 2009 05:42, dayat wrote: Thanks Zeljko, but I have some code which have a bit defferent than you. I'm adding SQL sintax on design time in Script property of TZSQLProcessor. By example I write the code like: I don't use TZSQLProcessor ... so cannot help you. zeljko

Re: [Lazarus] Daemon app don't compile

2009-05-16 Thread Michael Van Canneyt
On Fri, 15 May 2009, German Gentile wrote: 2009/5/15 German Gentile german.gent...@petrobox.net 2009/5/15 Paul Ishenin webpi...@mail.ru Add Interfaces unit to the project uses section. Great, thanks Paul. Now, the new project daemon files need to be fixed rigth? Donald

Re: [Lazarus] Environment variables in IDE's search path

2009-05-16 Thread Mattias Gaertner
On Sat, 16 May 2009 11:30:25 +0400 dmitry boyarintsev skalogryz.li...@gmail.com wrote: Lazarus packages are usefull, but i don't want to use them for some projects. Now each developer simply needs to open and compile the package (so Lazarus knows where to find it). this is the step,

Re: [Lazarus] Environment variables in IDE's search path

2009-05-16 Thread Graeme Geldenhuys
On Sat, May 16, 2009 at 10:20 AM, dmitry boyarintsev wrote: the answer is simple. Project should not be bound to any IDE. So it's easily portable, from compiler-to-compiler. You are confusing the point. Talking about IDE and then Compiler. They are separate things. The projects I write with

Re: [Lazarus] Environment variables in IDE's search path

2009-05-16 Thread dmitry boyarintsev
If you have many test applications with many dependencies, why don't you use 'save project as'? some times i do use it, to save all the project's settings. but, it's something of psychology, i'm pressing 'New Project' and go to compiler options setting up searching paths. It's a matter of

Re: [Lazarus] Environment variables in IDE's search path

2009-05-16 Thread Graeme Geldenhuys
On Sat, May 16, 2009 at 11:05 AM, dmitry boyarintsev Actually, we share .dpr files. It's easy for us, since we don't use VCL or LCL. Same here. Rather than explain to the rest of the team how to use project templates, or that they don't have package installed. Well with my years of

Re: [Lazarus] Change the mailing list name please

2009-05-16 Thread Graeme Geldenhuys
Is this better? Much better, thanks! :) Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ ___ Lazarus mailing list

Re: [Lazarus] Environment variables in IDE's search path

2009-05-16 Thread dmitry boyarintsev
Yes, but does Delphi IDE have built-in macros like Lazarus IDE? $(TargetOS), etc... Lazarus IDE needs need to distinguis between marcos and environment variable.  I guess Delphi IDE doesn't (saying that, the last Delphi IDE I used was D7 which didn't). There should be no problems mixing both

Re: [Lazarus] Project LPI Files and Platforms

2009-05-16 Thread Mehmet Erol Sanliturk
Mattias Gaertner wrote: On Sat, 16 May 2009 03:38:48 -0400 Mehmet Erol Sanliturk sanlit...@ttmail.com wrote: Mattias Gaertner wrote: On Fri, 15 May 2009 08:31:27 -0400 Mehmet Erol Sanliturk sanlit...@ttmail.com wrote: Why? What is not compatible? For example : In FreeBSD ( 7.1 ) :

Re: [Lazarus] Environment variables in IDE's search path

2009-05-16 Thread Lord Satan
On Sat, 16 May 2009 13:32:57 +0400 dmitry boyarintsev skalogryz.li...@gmail.com wrote: If $(var_name) is not found among built-in macroses, environment variables should be checked for var_name. Why introduce an unneeded source of misunderstanding instead of clearly differentiating between

Re: [Lazarus] Lazarus under Wine

2009-05-16 Thread Lord Satan
On Sat, 16 May 2009 20:27:11 +0400 dmitry boyarintsev skalogryz.li...@gmail.com wrote: I wonder if FPC/Lazarus it can be used under ReactOS This may be an interesting question, but if I wanted to reboot than i'd reboot into my XP installation. I don't have any desire to install another OS.

[Lazarus] Buggy menus in GTK 2

2009-05-16 Thread Michael Van Canneyt
Hi, I'm writing about the TMainMenu component for the lazarus book, and I ran into some strange things and bugs. 1. The shortcut keys for menus don't work. If I have a menu File, I expect the Alt-F key combination to activate the file menu, as in windows. It does not. 2. The underlined

[Lazarus] Can't quite get GLScene to install

2009-05-16 Thread matt shaffer
Well I got it to compile, but now it complains about the missing file componenttreeview.pas. I'm using 9.23 + latest version of glscene (1.002). Anyone know a fix for this? ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org