Re: [Lazarus] AV in TGtk2WSCustomListBox.SetItemIndex

2010-01-23 Thread zeljko
On Saturday 23 January 2010 04:03, Flávio Etrusco wrote: Hello, is anybody else experiencing an AV with TListBox on Ubuntu (gtk2), e.g. when trying opening the Add Unit/Requirement in the project inspector. The AV is raised by calls to gtk_tree_row_reference_valid

Re: [Lazarus] IDEIntf: Extract PropHooks from PropEdits unit

2010-01-23 Thread Mattias Gaertner
On Sat, 23 Jan 2010 01:32:05 +1000 Alexander Klenin kle...@gmail.com wrote: On Sat, Jan 23, 2010 at 00:59, Paul Ishenin webpi...@mail.ru wrote: 22.01.2010 21:07, Alexander Klenin wrote: At the current stage, I simply re-export TPropertyEditHook from propedits unit. Theoretically, after

[Lazarus] Lazarus is invisible?

2010-01-23 Thread Mike Parr
Hi everyone I've been using delphi 4, 5, 6 for years, and only recently discovered Lazarus. I will definitely use it. It seems to me that this is a major package, but it has (to my mind) zero prominence on the web. I may have missed something, but here is why: 1. There is no mention of it

Re: [Lazarus] IDEIntf: Extract PropHooks from PropEdits unit

2010-01-23 Thread Alexander Klenin
On Sat, Jan 23, 2010 at 20:06, Mattias Gaertner nc-gaert...@netcologne.de wrote: That is one possible reason. The other reason (which was the actual reason I undertook the refactoring) is that, at least for me, there is a certain threshold of ugliness after which I am just unable to unravel

Re: [Lazarus] Errors in some units from svn

2010-01-23 Thread Guionardo Furlan
Yes, I think you are right. I've individually updated the folders. Now, I'll update the lazarus root folder. /1/23 Alexander Klenin kle...@gmail.com 2010/1/23 Guionardo Furlan guiona...@gmail.com: Hello I've updated the sources of lazarus via svn and when I compile the IDE, get some

Re: [Lazarus] Errors in some units from svn

2010-01-23 Thread Guionardo Furlan
Full update via SVN (23535). The error again C:\lazarus\ide\w32versioninfo.pas(363,44) Error: Incompatible type for arg no. 1: Got AnsiString, expected TAbstractResource 2010/1/23 Guionardo Furlan guiona...@gmail.com Yes, I think you are right. I've individually updated the folders. Now,

[Lazarus] Cross platform 'open file with default program'

2010-01-23 Thread Luiz Americo Pereira Camara
Does someone implemented a function to open the system default app associated of a given file type? Similar to OpenURL? Luiz -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] Improving IDE Internationalization

2010-01-23 Thread Marcelo B de Paula
Well, for a few days now i'm trying to acomplish this: http://wiki.lazarus.freepascal.org/IDE_Development#Translated_compiler_messages I already have a new TOutputFilter working, but unfortunatly just tested on win32. I will need some help to test this in other plataforms. Some problems

Re: [Lazarus] AV in TGtk2WSCustomListBox.SetItemIndex

2010-01-23 Thread Flávio Etrusco
On Sat, Jan 23, 2010 at 5:09 AM, zeljko zel...@holobit.net wrote: On Saturday 23 January 2010 04:03, Flávio Etrusco wrote: Hello, is anybody else experiencing an AV with TListBox on Ubuntu (gtk2), e.g. when trying opening the Add Unit/Requirement in the project inspector. The AV is raised by

Re: [Lazarus] Improving IDE Internationalization

2010-01-23 Thread dmitry boyarintsev
Hello Marcelo, The current (svn version) of Lazarus, is working as described. Except for messages are not loaded from errore.msg file initially. The location of errore.msg may vary from platform to platform, depending on location of FPC. But IDE's compiler messages can be configured to load the

Re: [Lazarus] Lazarus is invisible?

2010-01-23 Thread Graeme Geldenhuys
2010/1/23 Mike Parr mikep...@live.com: It seems to me that this is a major package, but it has (to my mind) zero prominence on the web. Being a Delphi user too, I used to mention Lazarus and Free Pascal to people in the Embarcadero newsgroups that complain about things like delphi doesn't have

Re: [Lazarus] CSV parser class

2010-01-23 Thread Graeme Geldenhuys
2010/1/22 Michael Van Canneyt mich...@freepascal.org: Have you seen the built-in CSV support in TStrings? Or the TSDFDataset class in sdfdata ? Or the two different implementations in tiOPF project. :) Anyway, to get your code in the CCR, I normally email Vincent the code in private.

Re: [Lazarus] CSV parser class

2010-01-23 Thread Graeme Geldenhuys
2010/1/23 Alexander Klenin kle...@gmail.com: Have you seen the built-in CSV support in TStrings? That's interesting. Where is it? I am unable to find it it Classes unit. I also didn't know about this. -- Regards, - Graeme - ___ fpGUI - a

Re: [Lazarus] Cross platform 'open file with default program'

2010-01-23 Thread Graeme Geldenhuys
2010/1/24 Luiz Americo Pereira Camara luiz...@oi.com.br: Does someone implemented a  function to open the system default app associated of a given file type? Similar to OpenURL? Under Linux with distros supporting the freedesktop.org standards you can execute the 'xdg-open' command. This will