Re: [Lazarus] Broken cross compile build.

2010-05-18 Thread Mattias Gaertner
On Tue, 18 May 2010 00:27:14 +0800 Brad Campbell b...@wasp.net.au wrote: Mattias Gärtner wrote: There is no directory TreeView in the lazarus sources. I guess you added it. And I guess, you have a misconfigured package there, which adds a source path to the IDE. A package should only

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Michael Schnell
On 05/17/2010 09:01 PM, Bee Jay wrote: Well... with pascal you got Lazarus or Delphi, VCL or LCL, and also both community. in fact for Pascal you can use (at least): - Delphi-IDE, Delphi Compiler, VCL (Windows only, but I recently learned that the latest version can compile for Linux) -

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Michael Schnell
On 05/17/2010 10:12 PM, Lee Jenkins wrote: The problem I think has also been lack of a central and openly available (open source?) framework to rally around for web development in pascal in order to foster an eco-system like we see with traditional 3rd party components and libraries. Did you

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Graeme Geldenhuys
On 18 May 2010 10:43, Michael Schnell mschn...@lumino.de wrote: in fact for Pascal you can use (at least): And when you used Object Pascal for web apps, you can use anything in the RTL, FCL, database components, Object Persistent Frameworks (eg: tiOPF) etc... ANY non-visual component - all out

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Michael Van Canneyt
On Tue, 18 May 2010, Graeme Geldenhuys wrote: On 18 May 2010 10:43, Michael Schnell mschn...@lumino.de wrote: in fact for Pascal you can use (at least): And when you used Object Pascal for web apps, you can use anything in the RTL, FCL, database components, Object Persistent Frameworks

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Bee Jay
On 18 Mei 2010, at 16:01, Michael Van Canneyt wrote: On Tue, 18 May 2010, Graeme Geldenhuys wrote: And when you used Object Pascal for web apps, you can use anything in the RTL, FCL, database components, Object Persistent Frameworks (eg: tiOPF) etc... ANY non-visual component - all out of

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Graeme Geldenhuys
On 18 May 2010 11:39, Bee Jay wrote: A thing that is being used everywhere never means it's the best. ;) +1 Yup, just look at Windows, SubVersion etc [Graeme runs and hides behind his desk] :) -- Regards, - Graeme - ___ fpGUI - a

[Lazarus] TIniFile bug?

2010-05-18 Thread Kjow
I have a problem with TIniFile, it doesn't work. Until some revisions ago (2-3 days) no problem, but from yesterday it doesn't work anymore. ... FileINI : TIniFile; ... FileCFG:= 'data.ini'; ... FileINI := TIniFile.Create(FileCFG); FileINI.UpdateFile; try var1 :=

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread Felipe Monteiro de Carvalho
Isn't TIniFile a part of Free Pascal? -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread shoKwave
Am 18.05.2010 14:13, schrieb Kjow: I have a problem with TIniFile, it doesn't work. Until some revisions ago (2-3 days) no problem, but from yesterday it doesn't work anymore. I had problems with TInifile.ReadString. See http://bugs.freepascal.org/view.php?id=16502 --

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread Kjow
2010/5/18 Michael Van Canneyt mich...@freepascal.org: Probably caused by: r15280 | Almindor | 2010-05-16 12:35:42 +0200 (Sun, 16 May 2010) | 2 lines * apply quoting patch for inifile from A. Klein

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread Kjow
2010/5/18 shoKwave shokw...@gmx.net: I had problems with TInifile.ReadString. See http://bugs.freepascal.org/view.php?id=16502 TInifile.ReadBool also doesn't work. Maybe all the read-system doesn't works, on WriteInteger/WriteBool it works. -- ___

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread Kjow
2010/5/18 shoKwave shokw...@gmx.net: I had problems with TInifile.ReadString. See http://bugs.freepascal.org/view.php?id=16502 TInifile.ReadBool also doesn't work. Maybe all the read-system doesn't works, on WriteInteger/WriteBool it works. -- ___

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Bee Jay wrote: On 18 Mei 2010, at 03:12, Lee Jenkins wrote: I think the traditional barrier has been the deployment issue which probably made pascal based web application or servers more common to workgroup/intranet applications. Yes, though binary CGI support is also very common. Agreed.

Re: [Lazarus] striggrid colmoving

2010-05-18 Thread Jesus Reyes
--- El lun 17-may-10, Andrea Mauri andrea.mauri...@gmail.com escribió: De: Andrea Mauri andrea.mauri...@gmail.com Asunto: [Lazarus] striggrid colmoving A: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Fecha: lunes, 17 de mayo de 2010, 9:06 dear all, (Lazarus 0.9.29 r25476 FPC

Re: [Lazarus] stringgrid copytoclipboard

2010-05-18 Thread Jesus Reyes
--- El lun 17-may-10, Andrea Mauri andrea.mauri...@gmail.com escribió: De: Andrea Mauri andrea.mauri...@gmail.com Asunto: [Lazarus] stringgrid copytoclipboard A: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Fecha: lunes, 17 de mayo de 2010, 9:15 Lazarus 0.9.29 r25476 FPC 2.4.0

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Myles Wakeham
Michael wrote: Did you take a look at doing Silverlight applications using Delphi Prism ? IMHO this is the most promising modern way to do complex web applications. I don't know if/how you can run them on a Linux server (using Mono). (Linux client (Moonlight) should be supported. I don't

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread shoKwave
Am 18.05.2010 15:35, schrieb Kjow: 2010/5/18 shoKwaveshokw...@gmx.net: I had problems with TInifile.ReadString. See http://bugs.freepascal.org/view.php?id=16502 TInifile.ReadBool also doesn't work. Maybe all the read-system doesn't works, on WriteInteger/WriteBool it works.

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Myles Wakeham
Bee wrote: What framework do you need to build web apps using pascal? Web apps is just about read browser request and reply to it. A custom simple communication class (to encapsulate the request-reply process) should be sufficient. Maybe for a web application with a small number of

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread Michael Van Canneyt
On Tue, 18 May 2010, Graeme Geldenhuys wrote: On 18 May 2010 16:18, shoKwave wrote: I've made a patch which works for me, but there may be other side-effects I don't oversee. So someone with more skills should have a look at. Doesn't FPC have unit tests for RTL supplied classes like

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Myles Wakeham wrote: Michael wrote: Did you take a look at doing Silverlight applications using Delphi Prism ? IMHO this is the most promising modern way to do complex web applications. I don't know if/how you can run them on a Linux server (using Mono). (Linux client (Moonlight) should be

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread Graeme Geldenhuys
On 18 May 2010 16:50, Michael Van Canneyt mich...@freepascal.org wrote: TiniFile pre-dates the concept of unit testing. But if someone cares to make a test: please !! Can we use FPCUnit or must it be one of those strange FPC-style tests programs? -- Regards, - Graeme -

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Myles Wakeham wrote: Bee wrote: What framework do you need to build web apps using pascal? Web apps is just about read browser request and reply to it. A custom simple communication class (to encapsulate the request-reply process) should be sufficient. Maybe for a web application with a

Re: [Lazarus] TSQLQuery and creating a new record

2010-05-18 Thread Joost van der Sluis
On Mon, 2010-05-17 at 12:49 -0500, Albert Zuurbier wrote: would like to discuss (and hopefully learn) about other things I found. It always amazes me how people can have huge problems with the most simple things. It probably means that there

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Joost van der Sluis
On Tue, 2010-05-18 at 07:40 -0700, Myles Wakeham wrote: Bee wrote: What framework do you need to build web apps using pascal? Web apps is just about read browser request and reply to it. A custom simple communication class (to encapsulate the request-reply process) should be sufficient.

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Marcos Douglas
On Tue, May 18, 2010 at 6:01 AM, Michael Van Canneyt mich...@freepascal.org wrote: Not to mention that it is inherently much safer than PHP. In what sense? I prefer ObjectPascal, of course! But I want understand your point. Marcos Douglas -- ___

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Bee Jay wrote: On 18 Mei 2010, at 21:40, Myles Wakeham wrote: We must realize and admit that Pascal still lacks of tools for web app development. :( Oh my goodness yes! Eclipse and NetBeans...I'd rather swap out my 2-ply for 20 grain sandpaper. Big, bloated, resource intensive IDE's.

Re: [Lazarus] TIniFile bug?

2010-05-18 Thread Michael Van Canneyt
On Tue, 18 May 2010, Graeme Geldenhuys wrote: On 18 May 2010 16:50, Michael Van Canneyt mich...@freepascal.org wrote: TiniFile pre-dates the concept of unit testing. But if someone cares to make a test: please !! Can we use FPCUnit or must it be one of those strange FPC-style tests

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Marcos Douglas
On Tue, May 18, 2010 at 1:03 PM, Joost van der Sluis jo...@cnoc.nl wrote: When you use php/VS/ASP as you explained above. Just click-click-click ready, it won't be flexible. That's what you have to win the competition with. Joost. I agree. This is one reason for working with Pascal.

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Marcos Douglas
On Tue, May 18, 2010 at 1:10 PM, Bee Jay bee.ogra...@gmail.com wrote: (...) EXACTLY! That's why I hate web app development in the first place. After more than 10 years being spoiled by Delphi and then Lazarus, writing web app today is like back to those TP days. Morfik had been trying to

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Leonardo M.
El mar, 18-05-2010 a las 12:37 -0400, Lee Jenkins escribió: Lazarus might be a good candidate if there was an easy way to plug in suggestion/autocomplete datas specific to JS frameworks. Mmm, no, not for me. If you need to mix Pascal and JS there's something wrong in your design. My vision

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Luiz Americo Pereira Camara
Lee Jenkins escreveu: Personally a good IDE for me would consist of a good editor. I've tried some out there like Notepad++ which is ok, but settled down to using PSPad on Windows. Did you try http://spket.com/ ? Luiz -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Gustavo Enrique Jimenez
2010/5/18 Luiz Americo Pereira Camara luiz...@oi.com.br: Lee Jenkins escreveu: Personally a good IDE for me would consist of a good editor.  I've tried some out there like Notepad++ which is ok, but settled down to using PSPad on Windows. Did you try http://spket.com/ ? Luiz Hi I think

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Luiz Americo Pereira Camara wrote: Lee Jenkins escreveu: Personally a good IDE for me would consist of a good editor. I've tried some out there like Notepad++ which is ok, but settled down to using PSPad on Windows. Did you try http://spket.com/ ? Luiz No, but I'll check it out. Thank

Re: [Lazarus] striggrid colmoving

2010-05-18 Thread Jesus Reyes
--- El mar 18-may-10, Jesus Reyes jesus...@yahoo.com.mx escribió: De: Jesus Reyes jesus...@yahoo.com.mx Asunto: Re: [Lazarus] striggrid colmoving A: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Fecha: martes, 18 de mayo de 2010, 9:03 --- El lun 17-may-10, Andrea Mauri

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Dariusz Mazur
W dniu 2010-05-18 18:10, Bee Jay pisze: There is a sense that web development work feels like writing mainframe apps in the early 1980s. Its slower, more cumbersome and you have to feel like there must be a better way to do this. The ability to craft a PC application quickly due to great

Re: [Lazarus] stringgrid copytoclipboard

2010-05-18 Thread Jesus Reyes
identically but when I copy it to the clipboard the titles are missing. not necesary to submit report, fixed in r 25502 Jesus Reyes A. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] changing ide direction

2010-05-18 Thread ik
Hello list, I wish to make the IDE to be bdRightToLeft when the IDE translated either to Arabic or Hebrew. Except of the editor and Object Inspector I think that every window should be bdRightToLeft. So where/how can I do that, and what do you think on it ? Thanks, Ido http://ik.homelinux.org/

Re: [Lazarus] TSQLQuery and creating a new record

2010-05-18 Thread Albert Zuurbier
IT WORKS! I definitively vote for documentation. Now, documentation is where I can do something. I cannot add anything to the development of TSQLQuery itself, so much is made more than clear. But, I am happy that the component works the way I expected it to work. Glad to hear. But if you're

[Lazarus] Problem building Lazarus

2010-05-18 Thread Dimitrios Chr. Ioannidis
Hi all, there is a problem building lazarus LCL 0.9.28.2 rev. 25502 from .../lazarus/tags/lazarus_0_9_28_2 with the FPC 2.4.1 rev. 15293 from .../fpc/branches/fixes_2_4. ... Compiling lclintf.pas Compiling lresources.pp lresources.pp(5320,13) Error: Incompatible types: got AnsiString

Re: [Lazarus] changing ide direction

2010-05-18 Thread Paul Ishenin
19.05.2010 5:27, ik пишет: I wish to make the IDE to be bdRightToLeft when the IDE translated either to Arabic or Hebrew. Except of the editor and Object Inspector I think that every window should be bdRightToLeft. So where/how can I do that, and what do you think on it ? I think that

Re: [Lazarus] Problem building Lazarus

2010-05-18 Thread Dimitrios Chr. Ioannidis
Hi again, last revision which can build Lazarus 0.9.28.2 is rev. 15279. Something in rev. 15282 broke the build. there is a problem building lazarus LCL 0.9.28.2 rev. 25502 from .../lazarus/tags/lazarus_0_9_28_2 with the FPC 2.4.1 rev. 15293 from .../fpc/branches/fixes_2_4. regards, --