Re: [Lazarus] QR Code

2011-05-13 Thread Bo Berglund
On Fri, 18 Feb 2011 21:40:35 -0200, silvioprog silviop...@gmail.com wrote: Hi guys, CGI Test: http://174.122.19.91/~silviopr/cgi-bin/qrcode/perl/qr_img.cgi?d=FreePascal-Lazaruse=H Source (CGI/PHP): http://174.122.19.91/~silviopr/cgi-bin/qrcode.zip Reader for several mobiles (use your mobile

[Lazarus] Tweaking 'code completion' for event handlers

2011-05-13 Thread Graeme Geldenhuys
Hi, I report a related issue already in the Bug Tracker back in 2009: http://bugs.freepascal.org/view.php?id=13994 No solution has been implemented in Lazarus yet. As a work-around, is there any way to tell Code Completion (Ctrl+Shift+C) for event handlers, to only generate the code in the

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-13 Thread Kjow
2011/5/12 Peter Williams peterericwilli...@gmail.com: That's exactly what I need. Would you mind please archiving it and uploading it to http://hotfile.com -- file sharing website. Also, what changes would need to be made to allow the user to user the arrow cursor keys to move forward and

Re: [Lazarus] Qt5 plans available

2011-05-13 Thread Sven Barth
Am 12.05.2011 11:11, schrieb michael.vancann...@wisa.be: On Thu, 12 May 2011, Marco van de Voort wrote: On Wed, May 11, 2011 at 10:27:22AM +0200, Felipe Monteiro de Carvalho wrote: On Tue, May 10, 2011 at 8:21 PM, Marco van de Voort mar...@stack.nl wrote: Lazarus is not suitable for trying

Re: [Lazarus] Tweaking 'code completion' for event handlers

2011-05-13 Thread Mattias Gaertner
    Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um 09:48 geschrieben: Hi, I report a related issue already in the Bug Tracker back in 2009:     http://bugs.freepascal.org/view.php?id=13994 No solution has been implemented in Lazarus yet. As a work-around, is

Re: [Lazarus] fppkg front end

2011-05-13 Thread Darius Blaszyk
I finally finished the Lazarus version of fppkg. Please review and test. In the zip file you will find a modified version of fppkg, I have created a separate patch for these changes (19348) . Once committed I will cleanup this patch again and it could go for commit if approved of course.

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Juha (gmail)
Jesus Reyes kirjoitti torstai, 12. toukokuuta 2011 22:33:50: Just let's not forget that this is a generic *string* grid, why users should expect it to sort numbers when the grid is specifically made to hold strings? Yes. If some columns could be defined to hold numbers and then sorted

[Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 10:03, Mattias Gaertner wrote: Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um 09:48 geschrieben: http://bugs.freepascal.org/view.php?id=13994 No solution has been implemented in Lazarus yet. As a work-around, is there any way to tell Code Completion

Re: [Lazarus] QR Code

2011-05-13 Thread silvioprog
2011/5/13 Bo Berglund bo.bergl...@gmail.com: Any success in conversion of the QR *generator*? I have been trawling the web for OP/Delphi/FPC gereation code unsuccessfully... I gave up on converting, the QRCode code is very complex, and I'm without time to make the conversion from PHP to

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Michael Van Canneyt
On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias Gaertner wrote: Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um 09:48 geschrieben:     http://bugs.freepascal.org/view.php?id=13994 No solution has been implemented in Lazarus yet. As

Re: [Lazarus] QR Code

2011-05-13 Thread Juha (gmail)
silvioprog kirjoitti perjantai, 13. toukokuuta 2011 13:52:58: I gave up on converting, the QRCode code is very complex, and I'm without time to make the conversion from PHP to Pascal. I'm using the QRCode in PHP version. How about converting from Java? There was a Java version , right? Java

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Juha (gmail)
This is what I was anticipating earlier: items for the Refactoring menu. Juha -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] QR Code

2011-05-13 Thread silvioprog
2011/5/13 Juha (gmail) juha.mannine...@gmail.com: How about converting from Java? There was a Java version , right? Java is easier to port than PHP, unless some exotic library is used. Juha An interesting project in JavaScript. http://en.sourceforge.jp/projects/jpqr/devel/ -- Silvio Clécio

Re: [Lazarus] Qt5 plans available

2011-05-13 Thread Felipe Monteiro de Carvalho
On Fri, May 13, 2011 at 10:29 AM, Sven Barth pascaldra...@googlemail.com wrote: For one of our customers we have started to develop a mobile version of our application (around one and a half year ago) and there the restriction is: no online connection. So we're using a synchronize scenario with

Re: [Lazarus] Qt5 plans available

2011-05-13 Thread Felipe Monteiro de Carvalho
On Thu, May 12, 2011 at 11:02 AM, Marco van de Voort mar...@stack.nl wrote: Yes. And we have neither the interested developers nor fulltimers to be quick enough to track fastmoving targets, which was mostly my point. At some point implementing a LCL widgetset based on that was on my plans, but

Re: [Lazarus] Qt5 plans available

2011-05-13 Thread Sven Barth
Am 13.05.2011 13:37, schrieb Felipe Monteiro de Carvalho: On Fri, May 13, 2011 at 10:29 AM, Sven Barth pascaldra...@googlemail.com wrote: For one of our customers we have started to develop a mobile version of our application (around one and a half year ago) and there the restriction is: no

Re: [Lazarus] Tweaking 'code completion' for event handlers

2011-05-13 Thread Alexsander Rosa
I wish something like this: //--- into form's private/public/etc a, b, c: TMyClass; (some keys are pressed) ...FormCreate... a := TMyClass.Create; b := TMyClass.Create; c := TMyClass.Create; ...FormDestroy a.Free; b.Free; c.Free; 2011/5/13 Mattias Gaertner nc-gaert...@netcologne.de

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Mattias Gaertner
    Michael Van Canneyt mich...@freepascal.org hat am 13. Mai 2011 um 12:55 geschrieben: On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias Gaertner wrote:        Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um 09:48 geschrieben:           

[Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
Hi again, experts, Since some time I am testing Lazarus on Linux and I often upgrade FPC and Lazurs (and FPGUI) to the latest versions from the svn. I do: on the fpc source directory: svn checkout http://svn.freepascal.org/svn/fpc/trunk on the lazarus source directory: svn checkout

Re: [Lazarus] Tweaking 'code completion' for event handlers

2011-05-13 Thread Graeme Geldenhuys
On 13/05/2011 14:17, Alexsander Rosa wrote: I wish something like this: //--- into form's private/public/etc a, b, c: TMyClass; (some keys are pressed) ...FormCreate... a := TMyClass.Create; b := TMyClass.Create; c := TMyClass.Create; ...FormDestroy a.Free; b.Free; c.Free; That

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 13:31, Mattias Gaertner wrote: Michael Van Canneyt mich...@freepascal.org hat am 13. Mai 2011 um 12:55 geschrieben: On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias Gaertner wrote: Graeme Geldenhuys graemeg.li...@gmail.com hat am 13. Mai 2011 um

Re: [Lazarus] Qt5 plans available

2011-05-13 Thread Michael Schnell
On 05/12/2011 11:02 AM, Marco van de Voort wrote: A side concern is the walled garden concept of many mobile phones. They don't exactly encourage portable software, but want custom made apps for their phones, preferably with their recommended tools. A free (payed support offered) cross platform

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Marcos Douglas
On Fri, May 13, 2011 at 9:41 AM, Michael Schnell mschn...@lumino.de wrote: Hi again, experts, Since some time I am testing  Lazarus on Linux and I often upgrade FPC and Lazurs (and FPGUI) to the latest versions from the svn. I do: on the fpc source directory: svn checkout

Re: [Lazarus] Qt5 plans available

2011-05-13 Thread Michael Schnell
On 05/13/2011 01:53 PM, Felipe Monteiro de Carvalho wrote: Indeed. Windows CE and Meego were the best platforms to develop for, the most standard compliant ones. WinCE being compliant with Win32 and Meego with Linux, but both are dead now. ... and Android starting to become the Standard in the

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 02:46 PM, Marcos Douglas wrote: Hi Michael, Try this: http://wiki.lazarus.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 That is I use to compile on Windows. Thanks ! I suppose FPC is already working correctly (maybe

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Michael Van Canneyt
On Fri, 13 May 2011, Martin wrote: On 13/05/2011 13:31, Mattias Gaertner wrote:     Michael Van Canneyt mich...@freepascal.org hat am 13. Mai 2011 um 12:55 geschrieben: On Fri, 13 May 2011, Martin wrote: On 13/05/2011 10:03, Mattias

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Andrew Brunner
I too typically use Linux daily. Yesterday I decided to test my project on IE and Windows 7. I have a Library for Development files. And when I tried to build Lazarus from my Library\Lazarus\* I got the exact same error. Consistently. So I did an SVN export to a folder outside by library

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Marcos Douglas
On Fri, May 13, 2011 at 9:57 AM, Michael Schnell mschn...@lumino.de wrote: On 05/13/2011 02:46 PM, Marcos Douglas wrote: Hi Michael, Try this: http://wiki.lazarus.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29 That is I use to compile

[Lazarus] Microsoft changes it licence....

2011-05-13 Thread William Oliveira Ferreira
#not, but interesting, take a time read it, it talks about apple... http://www.zdnet.com/blog/carroll/microsoft-changes-the-windows-license/1941?tag=mantle_skin%3Bcontent William de Oliveira Ferreira Bacharel em Sistemas de Informação --

Re: [Lazarus] QR Code

2011-05-13 Thread Bo Berglund
On Fri, 13 May 2011 08:10:36 -0300, silvioprog silviop...@gmail.com wrote: 2011/5/13 Juha (gmail) juha.mannine...@gmail.com: How about converting from Java? There was a Java version , right? Java is easier to port than PHP, unless some exotic library is used. Juha An interesting project in

Re: [Lazarus] QR Code

2011-05-13 Thread Tommi Prami
On 13.5.2011 10:06, Bo Berglund wrote: On Fri, 18 Feb 2011 21:40:35 -0200, silvioprogsilviop...@gmail.com wrote: Hi guys, CGI Test: http://174.122.19.91/~silviopr/cgi-bin/qrcode/perl/qr_img.cgi?d=FreePascal-Lazaruse=H Source (CGI/PHP): http://174.122.19.91/~silviopr/cgi-bin/qrcode.zip

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Juha (gmail)
Juha (gmail) kirjoitti perjantai, 13. toukokuuta 2011 13:46:08: I realized SortOrder support for custom sorting is now important because column clicking automatically switches SortOrder. I added the parameter to TOnCompareCells. It breaks old code but the fix is easy and there is no Delphi

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Mattias Gaertner
    Martin laza...@mfriebe.de hat am 13. Mai 2011 um 14:44 geschrieben: [...] IMHO it should copy (or cut) to clipboard = but as indicated via different shortcut/command.   Yes. Remove method/procedure. Or maybe better two functions: Copy- and Cut method/procedure.   It does

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 14:27, Mattias Gaertner wrote: Martin laza...@mfriebe.de hat am 13. Mai 2011 um 14:44 geschrieben: [...] IMHO it should copy (or cut) to clipboard = but as indicated via different shortcut/command. Yes. Remove method/procedure. Or maybe better two functions: Copy- and Cut

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Alexander Klenin
On Sat, May 14, 2011 at 00:26, Juha (gmail) juha.mannine...@gmail.com wrote: Which way is better? I think the Descending-sort code is always identical:    if SortOrder=soDescending then      result:=-result; and it could be better if users don't need to worry about it. Of course. --

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
In fact I don't seem to have these binutils at all and I can't seem to make TotoiseSVN d/l them. -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Mattias Gaertner
    Martin laza...@mfriebe.de hat am 13. Mai 2011 um 15:36 geschrieben: [...] Maybe even synedit could be told to create this format = it has already some nice code to create clipboard stuff.   Can you explain this?    Or it can be extended in SynSourceEditor   The format

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Marcos Douglas
On Fri, May 13, 2011 at 10:53 AM, Michael Schnell mschn...@lumino.de wrote: In fact I don't seem to have these binutils at all and I can't seem to make TotoiseSVN d/l them. But the URL http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_4/install/binw32/ is works here. What's the problem?

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 04:05 PM, Marcos Douglas wrote: But the URL http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_4/install/binw32/ is works here. What's the problem? I right-click a dirctory go to TortoiseSVN an then to Repo-Browser, this gets me to the said URL showing ar.exe, as.exe, ...

Re: [Lazarus] copy declaration, with implementation [Re: Tweaking 'code completion' for event handlers]

2011-05-13 Thread Martin
On 13/05/2011 14:55, Mattias Gaertner wrote: Martin laza...@mfriebe.de hat am 13. Mai 2011 um 15:36 geschrieben: [...] Maybe even synedit could be told to create this format = it has already some nice code to create clipboard stuff. Can you explain this? for example in line 1509

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
Sorry. I found that there is an SVN Checkout button above the TortoiseSVN button Please ignore the other post. Thanks, -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread shoKwave
Am 13.05.2011 14:41, schrieb Michael Schnell: (Very astonished that c:\fpc_2 is 143 MB of size and contains hundreds of files), That's pretty normal. On Linux you have these files too. See /usr/lib/fpc and /usr/share/doc/fpc-2.5.1. I do an svn cleanup to be sure I have clean sources and then

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Marcos Douglas
On Fri, May 13, 2011 at 11:12 AM, Michael Schnell mschn...@lumino.de wrote: On 05/13/2011 04:05 PM, Marcos Douglas wrote: But the URL http://svn.freepascal.org/svn/fpcbuild/branches/fixes_2_4/install/binw32/ is works here. What's the problem? I right-click a dirctory go to TortoiseSVN an

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 04:14 PM, shoKwave wrote: Blindly, I copyied it from c:\fpc\2.4.2\bin\i386-win32\ there to. Good idea, just missing one step. Edit the fpc.cfg! At the end of the file are some paths to the libraries which start with C:\fpc\2.4.2 You'll have to edit this lines to

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Marcos Douglas
On Fri, May 13, 2011 at 11:21 AM, Michael Schnell mschn...@lumino.de wrote: On 05/13/2011 04:14 PM, shoKwave wrote: Blindly, I copyied it from c:\fpc\2.4.2\bin\i386-win32\ there to. Good idea, just missing one step. Edit the fpc.cfg! At the end  of the file are some paths to the libraries

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 04:21 PM, Michael Schnell wrote: I read the Wiki page mentioned by Marcos and it uses fpcmkcfg which supposedly does just this. fpcmakecfg did not do the trick. I manually changed the multiple path settings. And now the makelaz batch file from the Wiki does seem to work

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Graeme Geldenhuys
On 13/05/2011 14:41, Michael Schnell wrote: (Very astonished that c:\fpc_2 is 143 MB of size and contains hundreds of files), now I have the current version of fpc in \fpc_2 accessible (I don't use a PATH for fpc) Next time you should use the Git mirror instead. A clone/checkout with full

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 04:54 PM, Graeme Geldenhuys wrote: Next time you should use the Git mirror instead I do like git better than svn, but AFAIK the git server does not support http protocol and I'm behind a firewall and can't use the git: protocol. -Michael --

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Graeme Geldenhuys
On 13/05/2011 17:01, Michael Schnell wrote: I do like git better than svn, but AFAIK the git server does not support http protocol and I'm behind a firewall and can't use the git: protocol. No idea where you got that information from, but it is WRONG. The available URL's via GitHub are:

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Hans-Peter Diettrich
Michael Schnell schrieb: In fact I don't seem to have these binutils at all and I can't seem to make TotoiseSVN d/l them. Installing an snapshot should be the simplest solution on Windows. DoDi -- ___ Lazarus mailing list

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 05:03 PM, Graeme Geldenhuys wrote: https://github.com/graemeg/freepascal.git I see. This is _your_ git mirror :) -Micheal -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Version in Lazarus packages (Was: Re: fppkg front end)

2011-05-13 Thread Alexander Klenin
On Wed, May 11, 2011 at 12:15, Mattias Gaertner nc-gaert...@netcologne.de wrote: Fill in the package options description, author, license, version. IMO a version is counter-productive for the packages which are distributed with Lazarus, since their revisions are syncronized anyway. I suggest

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 06:18 PM, Hans-Peter Diettrich wrote: Installing an snapshot should be the simplest solution on Windows. It already worked using Tortoise SVN Now my problem is that Lazarus crashes when I want to set general options (ctrl-shift-o). I suppose this is due to the language being

Re: [Lazarus] Version in Lazarus packages (Was: Re: fppkg front end)

2011-05-13 Thread Mattias Gaertner
On Sat, 14 May 2011 02:26:51 +1100 Alexander Klenin kle...@gmail.com wrote: On Wed, May 11, 2011 at 12:15, Mattias Gaertner nc-gaert...@netcologne.de wrote: Fill in the package options description, author, license, version. IMO a version is counter-productive for the packages which are

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Graeme Geldenhuys
On 13/05/2011 17:22, Michael Schnell wrote: On 05/13/2011 05:03 PM, Graeme Geldenhuys wrote: https://github.com/graemeg/freepascal.git I see. This is _your_ git mirror :) I've been maintaining a public git mirror of FPC and Lazarus for over a year. More details here:

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread shoKwave
Am 13.05.2011 17:35, schrieb Michael Schnell: Now my problem is that Lazarus crashes when I want to set general options (ctrl-shift-o). I suppose this is due to the language being set to German during the Installation. But I can't change it. And I can't set the debugger path :( . I would try

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Michael Schnell
On 05/13/2011 05:54 PM, shoKwave wrote: I would try to delete the Lazarus config files (C:\Dokumente und Einstellungen\Benutzer\Lokale Einstellungen\Anwendungsdaten\Lazarus) or use lazarus.exe --pcp=C:\myLazConfig to get an empty config. Thanks. I deleted the appropriate lazarus directory

Re: [Lazarus] Microsoft changes it licence....

2011-05-13 Thread Sven Barth
Am 13.05.2011 15:09, schrieb William Oliveira Ferreira: #not, but interesting, take a time read it, it talks about apple... http://www.zdnet.com/blog/carroll/microsoft-changes-the-windows-license/1941?tag=mantle_skin%3Bcontent If anyone reads it: be sure to read it completely or you might feel

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-13 Thread Peter Williams
Hi Kjow, On Fri, May 13, 2011 at 5:58 PM, Kjow antispamm...@gmail.com wrote: 2011/5/12 Peter Williams peterericwilli...@gmail.com: That's exactly what I need. Would you mind please archiving it and uploading it to http://hotfile.com -- file sharing website. Also, what changes would need to

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread shoKwave
Am 13.05.2011 18:09, schrieb Michael Schnell: I deleted the appropriate lazarus directory and when starting Lazarus I got the configuration menu to set some directories. But this resulted in the same issue. Seems to be a bug. I updated lazarus on my old XP machine and now I also get this

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-13 Thread Kjow
2011/5/13 Peter Williams peterericwilli...@gmail.com: Thank you for your hard work and the source code. Don't worry :) It isn't so hard :) I used the above command and got GLScene...  U   GLScene Checked out revision 5713. I don't see how to obtain r5699. Perhaps those issues are now

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Jesus Reyes
--- El vie 13-may-11, Juha (gmail) juha.mannine...@gmail.com escribió: De: Juha (gmail) juha.mannine...@gmail.com Asunto: Re: [Lazarus] Sorting StringGrid by column click A: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Fecha: viernes, 13 de mayo de 2011, 5:46 Jesus Reyes

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Jesus Reyes
--- El vie 13-may-11, Juha (gmail) juha.mannine...@gmail.com escribió: And now I realized the result could be negated based on SortOrder after calling OnCompareCells instead of letting the user take care of it, like this: function TCustomGrid.DoCompareCells(Acol, ARow, Bcol, BRow:

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Jesus Reyes
--- El vie 13-may-11, Alexander Klenin kle...@gmail.com escribió: De: Alexander Klenin kle...@gmail.com Asunto: Re: [Lazarus] Sorting StringGrid by column click A: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Fecha: viernes, 13 de mayo de 2011, 8:43 On Sat, May 14, 2011 at

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Juha (gmail)
Jesus Reyes kirjoitti perjantai, 13. toukokuuta 2011 21:45:30: Which way is better? I think the Descending-sort code is always identical: if SortOrder=soDescending then result:=-result; and it could be better if users don't need to worry about it. Of course. I think if

Re: [Lazarus] Sorting StringGrid by column click

2011-05-13 Thread Hans-Peter Diettrich
Jesus Reyes schrieb: Which way is better? I think the Descending-sort code is always identical: if SortOrder=soDescending then result:=-result; and it could be better if users don't need to worry about it. Juha At first sight it seems to be a good idea however by doing this, we couldn't say

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Hans-Peter Diettrich
Michael Schnell schrieb: On 05/13/2011 06:18 PM, Hans-Peter Diettrich wrote: Installing an snapshot should be the simplest solution on Windows. It already worked using Tortoise SVN Now my problem is that Lazarus crashes when I want to set general options (ctrl-shift-o). I suppose this is

Re: [Lazarus] Trying to get the svn v ersions of Lazarus and FPC running on Windows

2011-05-13 Thread Maxim Ganetsky
13.05.2011 19:35, Michael Schnell пишет: On 05/13/2011 06:18 PM, Hans-Peter Diettrich wrote: Installing an snapshot should be the simplest solution on Windows. It already worked using Tortoise SVN Now my problem is that Lazarus crashes when I want to set general options (ctrl-shift-o). I