Re: [Lazarus] Accessing MS SQLServer database from Lazarus/FPC?

2011-01-19 Thread Sven Barth
Am 18.01.2011 23:34, schrieb Bo Berglund: On Tue, 18 Jan 2011 21:36:59 +, Henry Vermaak henry.verm...@gmail.com wrote: Here is stated the following: The SQLdb package contains FPC units to access a number of SQL databases. It is packaged as sqldblaz.lpk in Lazarus, and the components can

Re: [Lazarus] Where is a list of valid options for lazarus make?

2011-01-19 Thread Marc Weustink
Bo Berglund wrote: So does this mean that whatever is put on the make command line are going to be processed sequentially so make clean all actually splits into two commands: make clean make all correct In that case I can understand that either doing a make clean all bigide in the beginning

Re: [Lazarus] LCL improvement idea

2011-01-19 Thread Luiz Americo Pereira Camara
Michael Van Canneyt escreveu: On Tue, 18 Jan 2011, Luiz Americo Pereira Camara wrote: michael.vancann...@wisa.be escreveu: My system will be significantly faster, and is easily controllable on a per-component basis. It will be pluggable and optional, so does not alter the executable

Re: [Lazarus] Where is a list of valid options for lazarus make?

2011-01-19 Thread Marcos Douglas
On Wed, Jan 19, 2011 at 3:26 AM, Bo Berglund bo.bergl...@gmail.com wrote: In a recent post reply I was adviced to make bigide in order to include the SQLdb components on lazarus. But I have no idea how the bigide is used so I have tried to find out but all I can google are other people

Re: [Lazarus] fpGUI

2011-01-19 Thread Michael Schnell
On 01/17/2011 08:07 PM, Marco van de Voort wrote: Although I'm not that a big fan of the move, I won't be pessimistic about it. :P For e.g. webapps it is IMHO perfectly fine. But Delphi Prism would be just as fine and still be preserve some Object Pascal competence. -Michael --

Re: [Lazarus] anchors on centos

2011-01-19 Thread Andrea Mauri
Il 18/01/2011 18:57, zeljko ha scritto: This is potential problem. Minimum gtk2 version I have is 2.12. Please do next: 1.Open an issue at lazarus bug tracker. 2.Fill as much info as you can. 3.Try to create an simple example app which will crash (eg. lazarus crashes when opening such form) and

Re: [Lazarus] Get binary (byte by byte) from a HTTP host

2011-01-19 Thread silvioprog
Thanks José. I'm implementing another simple demo, after I finish I share here. Thanks to all. 2011/1/18 José Mejuto joshy...@gmail.com Hello Lazarus-List, Tuesday, January 18, 2011, 4:13:13 AM, you wrote: s Not works, Document property always is empty in OnMonitor event. x( You can not

Re: [Lazarus] fpGUI

2011-01-19 Thread Marco van de Voort
On Wed, Jan 19, 2011 at 12:02:09PM +0100, Michael Schnell wrote: Although I'm not that a big fan of the move, I won't be pessimistic about it. :P For e.g. webapps it is IMHO perfectly fine. But Delphi Prism would be just as fine and still be preserve some Object Pascal competence. IMHO

Re: [Lazarus] fpGUI

2011-01-19 Thread Graeme Geldenhuys
Op 2011-01-19 13:47, Andreas Schneider het geskryf: But what about new employees? What if you need external consultants etc.? It's a *lot* easier to find C# (Java, C++ ... even Python) developers than Delphi developers. [off-topic to the thread, but relevant to your comment] I used to think

[Lazarus] Event handling example project

2011-01-19 Thread Michael Schnell
I did a small example project (in fact an enhancement of the example/messages/uasynccall.pas example in the svn). Same lets you select to test - TThread.Synchronize - TThread.Queue - PostMessage - PostThreadMessage - SendMessage - TForm.Dispatch - Application.QueuAsyncCall without

Re: [Lazarus] Lazarus fails to start with TWinControl.CreateWnd: The nogui widgetset does not support visual controls.

2011-01-19 Thread Frank Church
On 19 January 2011 06:14, Vincent Snijders vincent.snijd...@gmail.comwrote: 2011/1/19 Mattias Gaertner nc-gaert...@netcologne.de: Are there some steps the additional steps required in the Build All that I may have missed? You have to choose the nogui widgetset in the project's compiler

Re: [Lazarus] Lazarus fails to start with TWinControl.CreateWnd: The nogui widgetset does not support visual controls.

2011-01-19 Thread Frank Church
On 19 January 2011 16:43, Frank Church vfcli...@gmail.com wrote: On 19 January 2011 06:14, Vincent Snijders vincent.snijd...@gmail.comwrote: 2011/1/19 Mattias Gaertner nc-gaert...@netcologne.de: Are there some steps the additional steps required in the Build All that I may have missed?

Re: [Lazarus] Where is a list of valid options for lazarus make?

2011-01-19 Thread Bo Berglund
On Wed, 19 Jan 2011 12:10:18 +0100 (CET), Mattias Gaertner nc-gaert...@netcologne.de wrote: For all others: When you want to install a package like sqldb, use the IDE for that. The 'make' commands can only install two fixed sets of standard packages - the minimal (default) and the one used by the

Re: [Lazarus] Where is a list of valid options for lazarus make?

2011-01-19 Thread dmitry boyarintsev
subj http://wiki.lazarus.freepascal.org/Getting_Lazarus#Make_targets I've started the description of the list some time ago. Feel free to fulfill it. thanks, Dmitry -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Help: The system.ppu for this target was not found in the FPC binary directories.

2011-01-19 Thread Frank Church
I deleted Lazarus and recompiled it again, and when I start it I get this error. So far it appears to be working okay. What does it mean? When I recompiled I did not clear the configuration for the previous compilation, and it restarted with all the configuration files intact. Could that have

[Lazarus] TTrayIcon.Animate - Minor Repair

2011-01-19 Thread Perpetual Newbie II
No indication of who to thank for this component in the header ... thanks all the same. I ran into a problem swapping image lists [Icons property] where an Index error would be thrown. One imagelist has 150 images, the other has 40. Swapping from the big one when the index [FCurAnimationStep]

Re: [Lazarus] Accessing MS SQLServer database from Lazarus/FPC?

2011-01-19 Thread Bo Berglund
On Wed, 19 Jan 2011 19:27:58 +0100, Bo Berglund bo.bergl...@gmail.com wrote: Did this and indeed now I have the SQLdb tab on my lazarus. More problems: I have created a test application and did a cut-and-paste operation on the example on this page:

Re: [Lazarus] TTrayIcon.Animate - Minor Repair

2011-01-19 Thread DaveK
On Wed, 19 Jan 2011 22:42:03 +0100, Felipe Monteiro de Carvalho wrote: I wrote most of it. Thanks, applied the fix in rev29126, please test. Felipe, that works great thanks. -- Dave -- ___ Lazarus mailing list

[Lazarus] SQLdb not able to retrieve data from stored procedures?

2011-01-19 Thread Bo Berglund
I am investigating Lazarus' capabilities for database work so I have made a very simple test application using ODBC and the SQLdb components. I am doing this on a Windows XP platform. The code is a very slightly modified example that I got from the WIKI here:

Re: [Lazarus] Help: The system.ppu for this target was not found in the FPC binary directories.

2011-01-19 Thread Mattias Gaertner
On Wed, 19 Jan 2011 21:14:40 + Frank Church vfcli...@gmail.com wrote: I deleted Lazarus and recompiled it again, and when I start it I get this error. So far it appears to be working okay. What does it mean? Maybe you were unlucky and got a buggy IDE svn revision. When I recompiled I

[Lazarus] Project-Builder.org - GPL packages and project builder for multiple operating systems

2011-01-19 Thread Michael Joyner
Anyone had luck using this? Would it work good for packaging up Lazarus + FPC ? http://www.project-builder.org/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Wiki page is broken

2011-01-19 Thread Graeme Geldenhuys
Hi, The following wiki page does not function correctly when you click the [edit] next to a topic. http://wiki.lazarus.freepascal.org/Lazarus_Database_Tutorial If you want to edit a specific topic, you need to click the [edit] of two topics higher in the list... very weird?? Regards, -

Re: [Lazarus] Wiki page is broken

2011-01-19 Thread Graeme Geldenhuys
I think the cause of the problem is the Database Programming Articles section, which is pulled in via a wiki macro. That screws up the whole page's [edit] functionality. I think. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal

Re: [Lazarus] Event handling example project

2011-01-19 Thread zeljko
On Wednesday 19 of January 2011 17:20:08 Michael Schnell wrote: I did a small example project (in fact an enhancement of the example/messages/uasynccall.pas example in the svn). Same lets you select to test - TThread.Synchronize - TThread.Queue - PostMessage - PostThreadMessage

Re: [Lazarus] Where is a list of valid options for lazarus make?

2011-01-19 Thread Vincent Snijders
2011/1/19 Bo Berglund bo.bergl...@gmail.com: Was make bigide not supposed to put a lot more components on the tab list? No, just a default set. Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org