Re: [Lazarus] Compiling on OpenBSD

2014-03-03 Thread Mattias Gaertner
On Thu, 27 Feb 2014 08:09:42 -0300 Leonardo Rame wrote: > #7 0x00b038ce in GETSTYLEWITHNAME ( > WNAME=0x1ae7258 "vertical scrollbar") at gtk2proc.inc:7815 That is StyleObject^.Widget := gtk_vscrollbar_new(nil); That means a normal gtk call fails. Probably there was some ot

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-03 Thread Mattias Gaertner
On Mon, 3 Mar 2014 16:47:30 -0300 Fabio Luis Girardi wrote: > Hi!! > > Attached the code of my prototype of TDBCtrlGrid. It works as expected on > Delphi (except the function GetDesignerDropTarget that don't exists on > Delphi TWinControl), but it don't works as expected on Lazarus. On second t

Re: [Lazarus] Não encontra o parametro?

2014-03-03 Thread William Oliveira Ferreira
Exactly Flávio. That ':' shouldn't be there... Thanks... Em 3 de março de 2014 17:10, Flávio Etrusco escreveu: > 2014-03-03 16:58 GMT-03:00 William Oliveira Ferreira < > bdexterholl...@gmail.com>: > > Olá lista, > > > > eu tenho um código mamão com açúcar aqui que eu não consigo entender por >

Re: [Lazarus] Não encontra o parametro?

2014-03-03 Thread Flávio Etrusco
2014-03-03 16:58 GMT-03:00 William Oliveira Ferreira : > Olá lista, > > eu tenho um código mamão com açúcar aqui que eu não consigo entender por que > cargas d'água não encontra o parâmetro da SQL. Alguém quer chutar algo? > > var > sql_Query : TSQLQuery; > begin > Result := False; > sql_Quer

Re: [Lazarus] Não encontra o parametro?

2014-03-03 Thread Fabio Luis Girardi
No problema!!! :) 2014-03-03 17:07 GMT-03:00 William Oliveira Ferreira < bdexterholl...@gmail.com>: > Sorry Guy, I thought i was sending to a brazilian list... =( > -- The best regards, Fabio Luis Girardi PascalSCADA Project http://sourceforge.net/projects/pascalscada http://www.pascalscada

Re: [Lazarus] Não encontra o parametro?

2014-03-03 Thread William Oliveira Ferreira
​Sorry Guy, I thought i was sending to a brazilian list... =( -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Não encontra o parametro?

2014-03-03 Thread Fabio Luis Girardi
William, rescreva a sua dúvida em inglês, talvez a resposta para ela venha mais depressa... Em 3 de março de 2014 16:58, William Oliveira Ferreira < bdexterholl...@gmail.com> escreveu: > Olá lista, > > eu tenho um código mamão com açúcar aqui que eu não consigo entender por > que cargas d'água n

[Lazarus] Não encontra o parametro?

2014-03-03 Thread William Oliveira Ferreira
Olá lista, eu tenho um código mamão com açúcar aqui que eu não consigo entender por que cargas d'água não encontra o parâmetro da SQL. Alguém quer chutar algo? var sql_Query : TSQLQuery; begin Result := False; sql_Query := TSQLQuery.Create(nil); sql_Query.DataBase := Self._Conexao; sql_

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-03 Thread Fabio Luis Girardi
Hi!! Attached the code of my prototype of TDBCtrlGrid. It works as expected on Delphi (except the function GetDesignerDropTarget that don't exists on Delphi TWinControl), but it don't works as expected on Lazarus. 2014-03-03 10:17 GMT-03:00 Fabio Luis Girardi : > Hi Mattias!! > > Revision 44299

Re: [Lazarus] free Pascal versions

2014-03-03 Thread Paul Breneman
On 03/03/2014 07:24 AM, JIMB wrote: Hi, Not sure if this is the appropriate place to send this enquiry, maybe some one will guide me! I used Borland T Pascal for many years and later on Delphi. Although I have good training in Object oriented design and implementation, I have NOT had many

Re: [Lazarus] Fatal: Compilation aborted

2014-03-03 Thread FreeMan
Hello Sven, I'm writeing my results, "desktop" is my computer name desktop:/$ fpc -iV 2.7.1 desktop:/$ ppcx64 Free Pascal Compiler version 2.7.1 [2014/03/03] for x86_64 . desktop:/$ echo $PATH /opt/freepascal/2.7.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/

Re: [Lazarus] free Pascal versions

2014-03-03 Thread Chris Kelling
Jim, If you want to use the Lazarus IDE to write code as opposed to the FPC IDE, when you open a new project, when asked what type select either "program" or "console program" as opposed to "application". Chris Everything at or below the line is a signature, not to be confused with t

Re: [Lazarus] free Pascal versions

2014-03-03 Thread Nikolay Nikolov
On 03/03/2014 03:21 PM, Malcolm Buckingham wrote: I've not tried it but this looks like it might be what you are looking for http://math.ubbcluj.ro/~sberinde/wingraph/ Or ptcgraph, which is included in FPC and runs on linux as well as windows.

Re: [Lazarus] TSQLQuery.ParamCheck

2014-03-03 Thread Kapibara Pas
Thanks for the replies, its solved now. The property ParamCheck doesnt exist in FPC 2.62. So I just recompiled Lazarus 1.2RC2 with FPC 2.71 (make clean bigide) and restarted Lazarus. Voila: ParamCheck shows up! Btw, three places in Registersqldb.pas that has to do with MYSQL56 was necessary

Re: [Lazarus] free Pascal versions

2014-03-03 Thread Malcolm Buckingham
I've not tried it but this looks like it might be what you are looking for http://math.ubbcluj.ro/~sberinde/wingraph/ _ From: JIMB [mailto:wand...@ntlworld.com] Sent: 03 March 2014 12:24 To: lazarus@lists.lazarus.freepascal.org Subject: [Lazarus] free Pascal versions Hi, N

Re: [Lazarus] What GetChildParent does in designer and reader?

2014-03-03 Thread Fabio Luis Girardi
Hi Mattias!! Revision 44299 is related with this? The best regards 2014-02-28 7:56 GMT-03:00 Mattias Gaertner : > On Fri, 28 Feb 2014 01:47:38 +0100 > Hans-Peter Diettrich wrote: > > >[...] > > Component Drag&Drop operations > > There is no drag when adding a component to a form. > > Mattias

[Lazarus] free Pascal versions

2014-03-03 Thread JIMB
Hi, Not sure if this is the appropriate place to send this enquiry, maybe some one will guide me! I used Borland T Pascal for many years and later on Delphi. Although I have good training in Object oriented design and implementation, I have NOT had many occasions where it was actually need

Re: [Lazarus] Fatal: Compilation aborted

2014-03-03 Thread Sven Barth
Am 03.03.2014 11:51, schrieb FreeMan: Did you check my install and update script? I was send one or two message before. Has it any error or wrong command? I did not read any of the scripts you sent. I simply looked at the output you posted, recognized that you use the development compiler to co

Re: [Lazarus] Fatal: Compilation aborted

2014-03-03 Thread FreeMan
Did you check my install and update script? I was send one or two message before. Has it any error or wrong command? 2.6.2 last stable and download link in script, link remarked, manual download it before run script, and save thats under stable folder and use that from disk via "dpkg -i". I Loo

[Lazarus] trunk IDE now uses the project's compiler for code navigation

2014-03-03 Thread Mattias Gaertner
Hi, Short: Code navigation now works correctly when using another compiler in the project different from the default compiler under Tools -> Options. Please test. Long: Code navigation needs the macros and search paths of the current compiler. The settings are fetched by running the compiler wit

Re: [Lazarus] TSQLQuery.ParamCheck

2014-03-03 Thread Michael Van Canneyt
On Mon, 3 Mar 2014, Antonio Fortuny wrote: Le 01/03/2014 20:12, Kapibara Pas a écrit : Hi there! This is my first posting on the mailing list. Thank you for your work on Lazarus!! I have a question: An earlier revision of Lazarus had the ParamCheck property implemented for SQLQuery. In t

Re: [Lazarus] TSQLQuery.ParamCheck

2014-03-03 Thread Antonio Fortuny
Le 01/03/2014 20:12, Kapibara Pas a écrit : Hi there! This is my first posting on the mailing list. Thank you for your work on Lazarus!! I have a question: An earlier revision of Lazarus had the ParamCheck property implemented for SQLQuery. In the latest trunk that property is gone and all c