Re: [lazarus] TOpenDialog strange behaviour

2006-09-12 Thread Vincent Snijders
Bogusław Brandys wrote: Hi, TOpenDialog sometimes under Windows XP is shown in large icon mode and it cannot be changed (even in subsequent calls).Is it a known problem ? No. If you can reproduce it that behaviour, submit a bug report. Vincent

Re: [lazarus] TSelectDirectoryDialog under Linux vs Windows

2006-09-11 Thread Vincent Snijders
Michael Van Canneyt schreef: On Mon, 11 Sep 2006, Graeme Geldenhuys wrote: Sorry, I meant the TSelectDirectoryDialog component and _not_ TOpenDialog. G. -- When using the TSelectDirectoryDialog to select directories, under Linux the TSelectDirectoryDialog.Filename

Re: [lazarus] glib....

2006-09-11 Thread Vincent Snijders
Colin Lehmann wrote: Well I copied all your suggestions to a text file, transferred that file to my Windows machine and printed it out (I can't get my printer to work with Linux either...). It look like I am missing glib.pp, assuming *.pp is the pascal source? I found lots of ppu files :

Re: [lazarus] Did that but what now??

2006-09-11 Thread Vincent Snijders
Colin Lehmann wrote: Vincent suggested I use the sample script. I did that and now I have [EMAIL PROTECTED]:~/lazarus/lazarus-0.9.16/usr/lib/lazarus$ locate fpc.cfg /usr/share/man/man5/fpc.cfg.5.gz /home/colin/Desktop/lazarus/tools/install/win32/samplefpc.cfg

Re: [lazarus] VersionInfo - How to set SomethingHasChanged?

2006-09-09 Thread Vincent Snijders
Mattias Gaertner wrote: On Thu, 07 Sep 2006 16:40:05 +0200 Jouke Rensma [EMAIL PROTECTED] wrote: Hello, So I got things working now! The code is in the enclosed (zipped) patch. I realize it needs some finetuning, but the basic logic does what I had in mind. Now I think it needs some

Re: [lazarus] when new stable version will be released?

2006-09-05 Thread Vincent Snijders
Bisma Jayadi schreef: Is there any target when the new stable version of Lazarus (0.9.18? 1.0?) will be released? In the near future. Maybe next weekend. I can't wait to try the new version since I saw lots of fixes, patches, and some new features has been applied and implemented. I feel

Re: [lazarus] CheckGroupBox TRadioGroup

2006-08-31 Thread Vincent Snijders
Tiziano_mk wrote: (this test was made with the same results with Lazarus 0.9.16 on windows, and on Linux Ubuntu) - 1) Note: This happens only on windows. With Ubuntu it works as expected. Open a new

Re: [lazarus] CheckGroupBox TRadioGroup

2006-08-31 Thread Vincent Snijders
Tiziano_mk wrote: The same problems happen with TRadioGroup Component. I think this bug has been fixed in SVN already. If you wish you can try a snapshot to confirm it. Vincent Before posting I checked if there was an issue on mantis, but found nothing. Is it possible that fixes are

Re: [lazarus] SVN update - Find

2006-08-30 Thread Vincent Snijders
Borut Maricic wrote: On 2006-08-30 at 10:47, Mattias Gaertner ([EMAIL PROTECTED]) wrote: 'Find' and 'Find in Files' are two different functions with different options. The first provides options for selections and direction, the latter for multiple files. If the forms would be merged, part of

Re: [lazarus] FPC 2.0.4 is out!

2006-08-29 Thread Vincent Snijders
Zlatko Matic wrote: Will Lazarus snapshots be compiled with fpc 2.0.4? No, I leave things as they are now, until I switch to fpc 2.1.1 again, either shortly before or shortly after a new Lazarus release with fpc 2.0.4. Vincent

Re: [lazarus] Win32 Unicode: A KeyPress Problem

2006-08-28 Thread Vincent Snijders
Borut Maricic schreef: However, what puzzles me additionaly in this context is the view from a programmer (non LCL-developing people) perspective: a component such as TEdit has an event: procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char); Shouldn't this be changed to something

Re: [lazarus] parameterized queries

2006-08-24 Thread Vincent Snijders
Adrian Maier wrote: On 23/08/06, Zlatko Matić [EMAIL PROTECTED] wrote: Can you give me the download link for fpc-2.0.4-rc3 ? Thanks. I think that's it : ftp://ftp.freepascal.org/fpc/beta/2.0.4-rc3/ Are the 2.0.4 release candidates not really visible on purpose? I could not find no

Re: [lazarus] parameterized queries

2006-08-24 Thread Vincent Snijders
Adrian Maier wrote: On 24/08/06, Joost van der Sluis [EMAIL PROTECTED] wrote: Then you should better use the snapshots. There are now already fixes in the 2.1.1 snapshot for postgres, which won't make it in 2.0.4. The rc's were only meant to test the installation-procedures on all

Re: [lazarus] cdecl external C

2006-08-21 Thread Vincent Snijders
Alain Michaud wrote: Hi, this message is not for reporting a bug but I would like to know more about the following: When I open a New Project / Application, then the following external function WORKS WELL: function j0(x:double):double;cdecl;external 'c'; Now, when I open a New Project /

Re: [lazarus] reference-counting

2006-08-17 Thread Vincent Snijders
Cesar Romero schreef: Is there a way to use the reference counting (used with interfaces) with normal objects? Currently not, unless you use TInterfacedObject. But you have to declare as Interface I guess TInterfacedObject implemets IUnknown, so you don't need to declare a

Re: [lazarus] ActionList from a DataModule Bug or Feature?

2006-08-17 Thread Vincent Snijders
Paul Michell wrote: Hello All, I have been trying to create an ActionList in a DataModule then reference this from the main form of the application. In Delphi I can do this at design-time provided the DataModule unit is in the form's uses clause. I don't seem to be able to do this in

Re: [lazarus] Lazarus for SPARC

2006-08-17 Thread Vincent Snijders
Mark Morgan Lloyd wrote: I'm working on compiling Lazarus for SPARC under Linux, using Debian 3.1 (Sarge). I've now got a working copy of the FPC 2.0.4 compiler (many thanks to the relevant FPC developers for their help :-) I'm grinding to a halt with this: Compiling

Re: [lazarus] Re: findinfiles patch

2006-08-16 Thread Vincent Snijders
Funky Beast schreef: Vincent Snijders wrote: Mattias Gaertner wrote: On Tue, 08 Aug 2006 00:26:34 +0800 Funky Beast [EMAIL PROTECTED] wrote: FinInFilesDlg: Enable AutoComplete feature for TextToFindComboBox and ReplaceTextComboBox. DirectoryBrowseClick initializes InitialDir

Re: [lazarus] Re: findinfiles patch

2006-08-16 Thread Vincent Snijders
Funky Beast schreef: Vincent Snijders wrote: Mattias Gaertner wrote: On Tue, 08 Aug 2006 00:26:34 +0800 Funky Beast [EMAIL PROTECTED] wrote: FinInFilesDlg: Enable AutoComplete feature for TextToFindComboBox and ReplaceTextComboBox. DirectoryBrowseClick initializes InitialDir

Re: [lazarus] Re: findinfiles patch

2006-08-16 Thread Vincent Snijders
Funky Beast schreef: Vincent Snijders wrote: Funky Beast schreef: Vincent Snijders wrote: Mattias Gaertner wrote: On Tue, 08 Aug 2006 00:26:34 +0800 Funky Beast [EMAIL PROTECTED] wrote: FinInFilesDlg: Enable AutoComplete feature for TextToFindComboBox and ReplaceTextComboBox

Re: [lazarus] patch fpcunitlazideintf

2006-08-16 Thread Vincent Snijders
Darius Blaszijk schreef: This patch will implement the TPlainResultsWriter option for FPCUnit console apps. It has also some minor improvement on the generated sourcecode, such as improved indenting and option parsing. Please note I have added defines to hide the option for FPC versions other

Re: [lazarus] patch fpcunitlazideintf

2006-08-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: That is kind of my fault! Another chicken and egg situation. The xmlreporter unit was added to Lazarus. Dean Zobec then asked that we get as many fpcUnit patches as possible into the 2.0.4 FPC release. I added xmlreporter.pas into FPC as well, which is why this

Re: [lazarus] patch fpcunitlazideintf

2006-08-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 8/16/06, Vincent Snijders [EMAIL PROTECTED] wrote: So, it works with fpc 2.0.2 only, but not with fpc 2.0.3 (head), fpc 2.0.4-rc3, fpc 2.1.1 (head)? It works with my fpc 2.0.3 (head), but then I think I deleted the xmlreporter.pas unit from my Lazarus source. I

Re: [lazarus] patch fpcunitlazideintf

2006-08-16 Thread Vincent Snijders
Darius Blaszijk schreef: This patch will implement the TPlainResultsWriter option for FPCUnit console apps. It has also some minor improvement on the generated sourcecode, such as improved indenting and option parsing. Please note I have added defines to hide the option for FPC versions other

Re: [lazarus] Re: findinfiles patch

2006-08-16 Thread Vincent Snijders
Funky Beast wrote: Fixed with attached. Didn't notice it at first, but TLazSearchMatchPos objects stored in UpdateStrings and Items property of TLazSearchResultLB share the same instance. So when UpdateStrings objects are freed, freeing Item's object will be freeing it twice. Also when

Re: [lazarus] cross compiling

2006-08-15 Thread Vincent Snijders
Wilder Gonzalez Diaz wrote: Does anyone know how to cofigure Lazarus in order to compile projects for different architectures i have checked the article in Lazarus Wiki documentation but it didn't work for me... i think thatall files required to do this must be supplied with the

Re: AW: [lazarus] cross compiling

2006-08-15 Thread Vincent Snijders
Christian Ulrich wrote: I think, it schoud gave additional installers for every platform that append the additional files for every platform to The lazarus directory That is right. My first one will be for arm-wince. Vincent

Re: [lazarus] cross compiling

2006-08-15 Thread Vincent Snijders
Eduardo wrote: At 19:41 15/08/2006, you wrote: Wilder Gonzalez Diaz wrote: Does anyone know how to cofigure Lazarus in order to compile projects for different architectures i have checked the article in Lazarus Wiki documentation but it didn't work for me... i think thatall files

Re: [lazarus] cross compiling

2006-08-15 Thread Vincent Snijders
Eduardo wrote: ftp://ftp.freepascal.org/fpc/contrib/cross/mingw/ 14 targets, arm-wince not one of them. Vincent I must look at it, why isn't it on the webpage? My apologys. Thanks. It type cross on the lazarus wiki search box:

Re: AW: AW: [lazarus] cross compiling

2006-08-15 Thread Vincent Snijders
Christian Ulrich wrote: Great :) i will do something with this platform for more than an year, but something Was everytime wrong evreytime i try it :) mostly fpc 2.1.1 had some problems Maybeon i386 or on arm ... What about the debugung symbols at time ? When i try an lazarus snapshot on

Re: [lazarus] Debug idea

2006-08-15 Thread Vincent Snijders
ik wrote: The difference between VB and native languages, is that VB is a script language with internal interpreter. The executable file that is generated by VB actually contain byte code that is translated and executed on run time. That means that you can do such things inside your code. I

Re: [lazarus] Transparent glyphs

2006-08-10 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 8/9/06, Andreas Berger [EMAIL PROTECTED] wrote: Can someone tell me how to load transparent glyphs for a TSpeedButton at run time? You are forgetting that bitmaps contain no information about transparency at all. You must provide the transparency

Re: [lazarus] About including ressource manager in lazarus

2006-08-09 Thread Vincent Snijders
Michael Van Canneyt schreef: On Wed, 9 Aug 2006, Mattias Gaertner wrote: On Tue, 8 Aug 2006 17:07:42 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: As posted on another thread: http://www.lazarus-resource.com/resource-manager.shtml I see that this little application is doing exactly what

Re: [lazarus] About including ressource manager in lazarus

2006-08-09 Thread Vincent Snijders
Michael Van Canneyt schreef: In fact, Free Pascal suppprts including Windows resources in the binary on all ELF platforms (e.g. linux). The fpcres program does exactly that. {$R somefile.res} will include the resource file in the binary. This feature is enabled even in the fixes branch. In

Re: [lazarus] About including ressource manager in lazarus

2006-08-09 Thread Vincent Snijders
Michael Van Canneyt schreef: On Wed, 9 Aug 2006, Vincent Snijders wrote: Michael Van Canneyt schreef: In fact, Free Pascal suppprts including Windows resources in the binary on all ELF platforms (e.g. linux). The fpcres program does exactly that. {$R somefile.res} will include the resource

Re: [lazarus] Bug 2011: fsStayOnTop hides modal dialogs

2006-08-09 Thread Vincent Snijders
Christian Budde schreef: Hello Micha, Today is day 3 of my LCL experience, so sorry about all the issues. Now that you are assigned to the bug I think it should be fixed quite fast. I assigned it to Micha, so he could review your patches. Vincent

Re: [lazarus] compiling bigide

2006-08-09 Thread Vincent Snijders
Marco van de Voort wrote: On Wed, Aug 09, 2006 at 06:05:17PM +0200, Darius Blaszijk wrote: I was planning on doing a make clean bigide but the compiler complains it cannot find unit postgres3dyn. Do I need to install this first? Where can I find it? Simply part of FPC's postgress pkg. So

Re: [lazarus] About including ressource manager in lazarus

2006-08-09 Thread Vincent Snijders
Alexandre Leclerc wrote: 2006/8/8, Mattias Gaertner [EMAIL PROTECTED]: A resource manager for the IDE is a good idea. Why not create a designtime package for it? If you need help, don't hesitate to ask. Please, any help on how to start would be appreciated. I'm not enought knowledgefull of

Re: [lazarus] ANN: New MultiLog version

2006-08-08 Thread Vincent Snijders
Luiz Americo Pereira Camara schreef: Vincent Snijders escreveu: Luiz Americo Pereira Camara schreef: PS: Would be fine if someone could upload those files to the Lazarus CCR. I tried to contact Vincent Snjders and Tom Lisjac but got undelivered mail response for both I uploaded multilog

Re: [lazarus] ANN: New MultiLog version

2006-08-07 Thread Vincent Snijders
Luiz Americo Pereira Camara wrote: I just uploaded a new version of the multilog package with important improvements. More info, including the changelog, a screenshot and file locations can be found in http://wiki.lazarus.freepascal.org/index.php/MultiLog. PS: Would be fine if someone

Re: [lazarus] ANN: New MultiLog version

2006-08-07 Thread Vincent Snijders
Luiz Americo Pereira Camara schreef: PS: Would be fine if someone could upload those files to the Lazarus CCR. I tried to contact Vincent Snjders and Tom Lisjac but got undelivered mail response for both I uploaded multilog 0.2. Should I upload the MultiLogViewer 0.1 too, or will it be

Re: [lazarus] LCL win32 internals - need help

2006-08-07 Thread Vincent Snijders
Borut Maricic wrote: On 2006-08-07 at 08:57, Micha Nelissen ([EMAIL PROTECTED]) wrote: Now the button is being created, but it is still an ANSII and not a Unicode button (although I use CreateWindowExW). I'll have to investigate that further. Maybe you should use SetWindowLongW as well, so

Re: [lazarus] Mantis?

2006-08-04 Thread Vincent Snijders
m2 schreef: Hello, I just reported 3 bugs but Mantis registered 4 (twice the same, #7224 and #7226). mm I deleted #7226. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject

Re: [lazarus] Mantis?

2006-08-04 Thread Vincent Snijders
m2 schreef: Vincent Snijders a écrit : m2 schreef: Hello, I just reported 3 bugs but Mantis registered 4 (twice the same, #7224 and #7226). mm I deleted #7226. Ok. Thanks. BTW, how can I correct an error in a bug report? (I do not yet master Mantis). In the report #7224

Re: [lazarus] TOpenDialog Limitation?

2006-08-03 Thread Vincent Snijders
Arí Ricardo Ody schreef: May you explain what kind of details? The platform is Windows XP and if you explain me how to describe how is the widget set, it will be my pleasure inform you. The project was compiled using Lazarus 0.9.16 with FPC version 2.0.2 [2006/05/28]. I can send you the

Re: [lazarus] TOpenDialog Limitation?

2006-08-03 Thread Vincent Snijders
Arí Ricardo Ody schreef: May you explain what kind of details? The platform is Windows XP and if you explain me how to describe how is the widget set, it will be my pleasure inform you. The project was compiled using Lazarus 0.9.16 with FPC version 2.0.2 [2006/05/28]. I can send you the

Re: Decimal separator problem; how to force a '.'

2006-08-03 Thread Vincent Snijders
Alexandre Leclerc wrote: 2006/8/3, Alexandre Leclerc [EMAIL PROTECTED]: Hi all, I use FloatToStr and it uses local settings for the formating of the number. But I would like a very crude machine compatible number... ie: '1,23$ = 1.23' or again '1,234,222.12 = 1234222.12' In fact (I want to

Re: [lazarus] fpc 2.0.4 svn

2006-08-02 Thread Vincent Snijders
Nataraj S Narayan schreef: Hi How do I download specifically fpc-2.0.4 using svn? That is not possible, since fpc 2.0.4 has not been released yet. fpc 2.0.4 release candidate 2 is available from http://svn.freepascal.org/svn/fpc/tags/release_2_0_4_rc2 Vincent

[lazarus] Some Lazarus snapshots use fpc 2.0.4-rc2

2006-08-01 Thread Vincent Snijders
Hi, The freepascal team is preparing for the fpc 2.0.4 release, which will probably the last release in the 2.0.x series. Since Lazarus releases in the near future will depend on it, we want it to be as good as possible. To test the release, the fpc team has created release candidates. The

Re: [lazarus] Runtime: Blank Components

2006-07-29 Thread Vincent Snijders
Mattias Gaertner wrote: On Sat, 29 Jul 2006 15:02:23 +0530 Nataraj S Narayan [EMAIL PROTECTED] wrote: Hi Exactly same. In Windows and Linux. So, the lazarus snapshots for linux and windows have this bug? Vincents, are these snapshots built with fpc 2.1.1 or 2.0.4? 2.1.1 Vincent

Re: [lazarus] [patch] lazde - Fixed bug 7190

2006-07-28 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch and new images for lazde. It fixed Bug 7190 in mantis. The patch needs to be applied from the root Lazarus directory. Changes: * The Add button for Examples and See Also are now visible again. * Changed the images used for the Add, Edit

Re: [Lazarus] Last Snapshots not draw control in runtime

2006-07-27 Thread Vincent Snijders
v.scozzaro '[EMAIL PROTECTED]' wrote: Last Snapshots not draw control in runtime http://www.hu.freepascal.org/lazarus/ ftp://ftp.hu.freepascal.org/pub/lazarus/Lazarus-0.9.17-20060727-win32.exe This Not draw control in runtime Please, submit a bug report with a sample application. Vincent

Re: AW: [lazarus] [ANN] Application using VT and ACS

2006-07-27 Thread Vincent Snijders
Christian Ulrich wrote: I have changed the german main page and added an screenshot of Audio X to The Lazarus Application gallery. I dont have rights to change the english main page maybe this can be dobe by vincent,jesus or mathias ? Regards Christian -Ursprüngliche Nachricht- Von:

Re: AW: [lazarus] [ANN] Application using VT and ACS

2006-07-27 Thread Vincent Snijders
Christian Ulrich wrote: I have changed the german main page and added an screenshot of Audio X to The Lazarus Application gallery. I dont have rights to change the english main page maybe this can be dobe by vincent,jesus or mathias ? You can do it, yourself now. I removed the page protection

Re: [lazarus] ButtonPanel component issues

2006-07-26 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Anybody using Qt widget set. Can you confirm the button order in dialogs (referring to Help, OK and Cancel buttons). As far as I can tell this is what I have... Win32:Help, OK, Cancel Gnome, GTK1, GTK2: Help, Cancel, OK Qt: Help, OK, Cancel Currently the

Re: [lazarus] FP/Lazarus for production use

2006-07-25 Thread Vincent Snijders
George Birbilis schreef: Why not add to this mail footer (the list footer) a link that speaks about Lazarus and has the FAQ available at first view? Because some people don't like long signatures and footers? ;-) George Birbilis ([EMAIL PROTECTED]) Microsoft MVP J# for

Re: [lazarus] Issue ID: 2061

2006-07-15 Thread Vincent Snijders
Borut Maricic wrote: http://www.freepascal.org/mantis/view.php?id=2061 Summary: Uses is case-sensitive under win32 -- Mattias - 2006-07-15 01:12 -- Next try.

Re: [lazarus] Issue ID: 2061

2006-07-15 Thread Vincent Snijders
Borut Maricic wrote: http://www.freepascal.org/mantis/view.php?id=2061 Tried it out under WinXP with SVN 9618 and it indeed seems to be gone. Not case-sensitive any more. Then, please, close the issue. As far as I can see (but I wear glasses ;), one can only add/change notes, upload

Re: [lazarus] About Promoting-FPC

2006-07-13 Thread Vincent Snijders
Tiziano - Mekar Srl - schreef: I agree, let's push it on the rail, ok? I wrote my little article about Freely programming with Free Pascal and Lazarus aimed to get the attention of italian people to try and use it. It's in italian language and actually it is hosted here:

Re: [lazarus] Hint Shadow

2006-07-12 Thread Vincent Snijders
Henrique P Faria schreef: BTW Vincent, did u get any progress to implement hint shadow resource on Win32 Lazarus ? No, currently I am busy trying to fix issue 7108: http://www.freepascal.org/mantis/view.php?id=7108 Maybe you can add the information about this feature to the bug tracker, so it

Re: [lazarus] Form editor copy/paste bug (refresh related)

2006-07-12 Thread Vincent Snijders
George Birbilis schreef: At lazarus 0.9.12beta, when right clicking a button on a form and pressing Copy, then Paste, then button doesn't appear, but only a placeholder for it. At next paste or other component insert on the form action, the button that was showing a placeholder now appears ok

Re: [lazarus] Converting Unicode to ANSI

2006-07-12 Thread Vincent Snijders
George Birbilis schreef: I had such dificulties lately trying to manage Unicode texts. List members guided me to use UTF...* set of functions to manipulate Unicode strings and finally I got it. I'm not a high skilled programmer but because I mostly deal with such texts (it is Greek you see) I

Re: Directory changes in the win32 (snapshot) installer

2006-07-11 Thread Vincent Snijders
Vincent Snijders wrote: Gabor Boros schreef: The startlazarus.exe is broken This problem is caused by the stripping of the executable. Strangely enough lazarus itself isn't broken by it. I will ask the fpc developers how to proceed. This is a bug in the internal linker in fpc. I

Re: Directory changes in the win32 (snapshot) installer

2006-07-11 Thread Vincent Snijders
Marc Weustink schreef: Vincent Snijders wrote: Vincent Snijders wrote: Gabor Boros schreef: The startlazarus.exe is broken This problem is caused by the stripping of the executable. Strangely enough lazarus itself isn't broken by it. I will ask the fpc developers how to proceed

Re: [lazarus] About Promoting-FPC

2006-07-11 Thread Vincent Snijders
Al Boldi wrote: Florian Klaempfl wrote: Lord ZealoN wrote: I know. I started this initiative, but some people are intereseted in this. Did you expect something else ;)? This is the common case in OSS, a lot of people are interested but maybe 1 per cent really does some work then. A good

Re: [lazarus] Lazarus Forum Organization

2006-07-10 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: On 7/9/06, Matthijs Willemstein [EMAIL PROTECTED] wrote: Make that another 15 :( I just removed them. Make that yet another 15 which I just removed. This morning I deleted another 16. If we don´t have e-mail problems anymore I suggest that we put a

Re: [lazarus] Lazarus Forum Organization

2006-07-10 Thread Vincent Snijders
Marc Weustink schreef: Vincent Snijders wrote: Felipe Monteiro de Carvalho schreef: On 7/9/06, Matthijs Willemstein [EMAIL PROTECTED] wrote: Make that another 15 :( I just removed them. Make that yet another 15 which I just removed. This morning I deleted another 16. If we don´t

Re: Directory changes in the win32 (snapshot) installer

2006-07-10 Thread Vincent Snijders
Gabor Boros schreef: The startlazarus.exe is broken This problem is caused by the stripping of the executable. Strangely enough lazarus itself isn't broken by it. I will ask the fpc developers how to proceed. and if I try Tools/Build Lazarus the result is

Re: [lazarus] Lazarus Forum Organization

2006-07-09 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 7/7/06, Marc Weustink [EMAIL PROTECTED] wrote: IMO, the amount of spam is still managable. And as long that is the case there is no need to register. Acctually I´ve being cleaning about 5 spam messages each day. Today I removed about 15 I think, but

[lazarus] Directory changes in the win32 (snapshot) installer

2006-07-09 Thread Vincent Snijders
Hi, I have been restructuring the directory layout of fpc in the win32 snapshots. Now source, compiler and units are in the fpc\2.1.1 subdirectory and pp and fpcsrc subdirectories. Users of the snapshots are advised to install the new snapshots (20060710 and later) in an empty directory.

Re: [lazarus] compiling a DLL

2006-07-07 Thread Vincent Snijders
Christian Budde wrote: Back to my problem: i found out that adding: Application.Initialize avoids the access violation but introduces a bounds check error. Anyway Delphi works without the need to add Application.Initialize so it must be possible. I've already compared the *constructor*

Re: [lazarus] compiling a DLL

2006-07-07 Thread Vincent Snijders
Christian Budde wrote: Vincent Snijders schrieb: Christian Budde wrote: Back to my problem: i found out that adding: Application.Initialize avoids the access violation but introduces a bounds check error. Anyway Delphi works without the need to add Application.Initialize so it must

Re: [lazarus] lazarus is crashing

2006-07-06 Thread Vincent Snijders
Darius Blaszijk wrote: Since yesterday I have this problem; Each time I run a project (doesn't matter if it's existing or new). The application compiles and then I get a message file not open. I've been looking what could cause this without success. I have added the debug snip below. Does

Re: [lazarus] fpDoc LazDoc vs pasDoc

2006-07-05 Thread Vincent Snijders
Graeme Geldenhuys schreef: Thanks! BTW: I just ran fpdoc against my code and the html didn't look like the FPC or Lazarus documentation. A close look at the HTML, I noticed that it is referring to a non-existent fpdoc.css stylesheet. Is fpdoc supposed to create that on the fly? If not,

Re: [lazarus] is there an operation system unit / function?

2006-07-04 Thread Vincent Snijders
Alexandre Leclerc schreef: I need to check if a path to an external file is valid... under windows I have to ways to check if this is a full path or a partial path: - has drive letter - has '\\' Use filenameisabsolute.

Re: [lazarus] LCL beat Qt4.2 :-)

2006-07-04 Thread Vincent Snijders
Mattias Gaertner wrote: On Tue, 4 Jul 2006 09:42:39 -0400 Alexandre Leclerc [EMAIL PROTECTED] wrote: 2006/7/4, Graeme Geldenhuys [EMAIL PROTECTED]: As I mentioned the TButtonPanel (located on the Component Palette under Misc). Oh, and there is the QSystemTrayIcon component as well. Lazarus

Re: [lazarus] patch findreplacedialog

2006-07-04 Thread Vincent Snijders
Darius Blaszijk wrote: Here's a patch that converts the findreplace dialog to LFM. Thanks. Applied. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] patch helpmanager

2006-07-04 Thread Vincent Snijders
Mattias Gaertner wrote: On Sun, 2 Jul 2006 17:38:09 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: This patch enables double clicking of a help item. Thanks. Applied. Did it work? Because I was testing this patch before applying and it seems the event isn't raised. I think a patch for

Re: [lazarus] patch helpmanager

2006-07-04 Thread Vincent Snijders
Vincent Snijders wrote: Mattias Gaertner wrote: On Sun, 2 Jul 2006 17:38:09 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: This patch enables double clicking of a help item. Thanks. Applied. Did it work? Because I was testing this patch before applying and it seems the event isn't

Re: RES: [lazarus] Windows XP Hint Shadow

2006-07-04 Thread Vincent Snijders
Henrique P Faria wrote: Vincent i agree to have the hint shadow enabled on Lazarus for Win32, and I don't see any problem because it is a feature of XP Theme and Lazarus has the XP manifest on it. By the way, i found the class function TWin32WSHintWindow.CreateHandle and tried to set the

Re: [lazarus] problems with SQLdb components and Postgres

2006-07-03 Thread Vincent Snijders
Zlatko Matić schreef: OK. thanks for information. Which revision of fpc is included in Lazarus-0.9.17-20060630-win32.exe? I narrowed resultset of the query by adding where clause: select * from batches_microbs where batches_microbs.plant='ZUBNE PASTE' and batches_microbs.sampling_type='OTISCI

Re: [lazarus] patch synedit.nl.zip

2006-07-02 Thread Vincent Snijders
Darius Blaszijk wrote: This patch adds a dutch translation for synedit. Thanks. Applied. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Why not remove revision.inc from svn repository?

2006-07-01 Thread Vincent Snijders
Flávio Etrusco wrote: On 6/30/06, Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: On 6/30/06, Micha Nelissen [EMAIL PROTECTED] wrote: When doing a svn export, you still have the build number. That's where it's useful for. And why do you need that file when doing a svn export? I didn´t

Re: [lazarus] problems with SQLdb components and Postgres

2006-07-01 Thread Vincent Snijders
Joost van der Sluis wrote: On Sat, 2006-07-01 at 08:41 +0200, Zlatko Matić wrote: I downloaded binaries Lazarus-0.9.16-20060528-win32.exe, Lazarus-0.9.17-20060628-win32.exe, Lazarus-0.9.17-20060630-win32.exe. I don't know which version of the compiler is included. How can I check it? All

Re: [lazarus] Event declaration problem

2006-06-30 Thread Vincent Snijders
Gabor Boros wrote: Hi! A short example: type TOnProgressEvent=procedure (x:integer); TObj=class(TObject) private FOnProgress:TOnProgressEvent; public property OnProgress:TOnProgressEvent read FOnProgress write FOnProgress; end; procedure proc1(x:integer); begin end; var

Re: [lazarus] lazarus licensing

2006-06-30 Thread Vincent Snijders
George Birbilis wrote: I'm afraid that since FPC is GPL, than Lazarus can't be LGPL, but has to be GPL too, including all other code that is compiled using FPC (since compiled code contains the FPC runtime). Unless that is you compile Lazarus using Delphi, but not sure if you can This is

Re: [lazarus] Problem: /usr/bin/ld: cannot find -lglib

2006-06-27 Thread Vincent Snijders
Ramon Nogueira wrote: Hi, I'm running lazarus 0.9.16 on Ubuntu 6.06 with FPC 2.0.2 installed from RPMs with alien. Everything runs ok but when I try to build an application (the default one that starts when Lazarus does), I get a linker error: Free Pascal Compiler version 2.0.2 [2005/11/26] for

Re: [lazarus] Lazarus on x86_64

2006-06-23 Thread Vincent Snijders
2006/6/23, Mattias Gaertner [EMAIL PROTECTED]: Good news: Lazarus runs on x86_64 as 64bit native executable pretty well. I added a workaround for the arithmetic exception bug. It seems to be a fpc bug. I already reported it. In what fpc version? Florian reported that he fixed such a bug in

Re: [lazarus] language files mangeled!!!

2006-06-22 Thread Vincent Snijders
2006/6/22, Darius Blaszijk [EMAIL PROTECTED]: I was planning to make a patch for the languages files. But the strange thing is that after I have run localize.bat (I have added a new resourcestring) the languages files are mangeled so I got a patch of 3MB (!!) in size. What seems to have

Re: [lazarus] Questions about Lazarus

2006-06-21 Thread Vincent Snijders
2006/6/21, Liviu Uba [EMAIL PROTECTED]: Hi guys, I work with Delphi from 1998. Is Lazarus project offering more than the Delphi counterpart? I mean: Unicode support in visual controls and in the rtl. LCL is in principal UTF8, but that must be supported by the widgetset. This is not

Re: [lazarus] [FPC-Marketing] Wiki created [ screen shots ]

2006-06-19 Thread Vincent Snijders
2006/6/19, bouquinique [EMAIL PROTECTED]: 30 minutes ago i'd send five messages with .jpg attachements and dont see them in mailling list. Did the m.L. reject or delayed .jpg attachements ? In doubt i send the url's where are the screen shot's. http://mmaigrot.free.fr/lazarus/sc1_5/laz_01.jpg

Re: [lazarus] Suse 10.1, 64 bit, Latest updates

2006-06-19 Thread Vincent Snijders
2006/6/19, ik [EMAIL PROTECTED]: From my short expirence with Suse for amd64 (they must do it for all archs), that the libraries exists on/opt/gtk/ instead of /usr/lib . It's really sad to see that they keep on doing it even on 10.1 ... You can do several things here... 1. LD_PATH should point

Re: [lazarus] [FPC-Marketing] Wiki created

2006-06-18 Thread Vincent Snijders
Do you think that a web page with screen shot's of working application ( Data base for my book dealer activity ) can help ? If yes i can do it. ' I am always looking for example of successful use of Lazarus. Please add it to the lazarus wiki:

Re: [lazarus] Lazarus/Freepascal Propaganda

2006-06-17 Thread Vincent Snijders
2006/6/17, Michael Van Canneyt [EMAIL PROTECTED]: On Sat, 17 Jun 2006, Marco van de Voort wrote: How about changing the word propaganda to Marketing. For me that word has a negative conation. To me propaganda implies lying and Marketing implies spreading the word or message. To me

Re: [lazarus] Lazarus/Freepascal Propaganda

2006-06-17 Thread Vincent Snijders
2006/6/17, ik [EMAIL PROTECTED]: On 6/17/06, Lord ZealoN [EMAIL PROTECTED] wrote: Well. We can use marketing instead propaganda, but, this is only a name. I think its no so important. Semantic is always important :) And Gospel, marketing or Propaganda always sound bad... Even knowing the

Re: [lazarus] Running only one instance of the program

2006-06-14 Thread Vincent Snijders
Bogusław Brandys wrote: Michael Van Canneyt wrote: On Wed, 14 Jun 2006, Andreas Berger wrote: Does Lazarus have a cross-platform way of guaranteeing that only one instance of the program can run? I know how to do this in windows but would like to use a cross-platform approach for my

Re: [lazarus] Installing FPCUnit under Lazarus failure (progress)

2006-06-14 Thread Vincent Snijders
Tom Verhoeff wrote: On Tue, Jun 13, 2006 at 10:54:55PM +0200, Tom Verhoeff wrote: When I try to install the FPCUnit package under Lazarus as described in fpcunit.pdf, the recompile of Lazarus fails on step 5. I use Mac OS X. Step 5 (install fpcunitide.lpk) fails with:

Re: [lazarus] Running only one instance of the program

2006-06-14 Thread Vincent Snijders
A.J. Venter wrote: What does that string do. On SUSE 10.0 it reports very little. root=/dev/hda2 vga=0x317 selinux=0resume=/dev/hda1 splash=silent Did you type it LITERALLY ? I think you were meant to expand $PID with something real (in lazarus code you can get what it should be for

Re: [lazarus] How to upload a image file to wiki and a file to CCR

2006-06-13 Thread Vincent Snijders
Vincent Snijders schreef: Luiz Americo wrote: I added a new component to the Lazarus wiki (http://wiki.lazarus.freepascal.org/index.php/MultiLog) and have two questions: - How upload a image file to the wiki? in the case SimpleLogViewer.png I might have forgotten to change a setting

Re: [lazarus] How to upload a image file to wiki and a file to CCR

2006-06-13 Thread Vincent Snijders
Lord ZealoN schreef: If i click in the image link i get: You must be logged in http://wiki.lazarus.freepascal.org/index.php/Special:Userlogin to upload files. Return to Main Page http://wiki.lazarus.freepascal.org/index.php/Main_Page. Retrieved from

<    3   4   5   6   7   8   9   10   11   12   >