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] 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] 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] 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 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] 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: 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] 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: [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] 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] 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] 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] 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] [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] 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

[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] 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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] VersionInfo - Question on saving the main source file

2006-09-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 13 Sep 2006 20:54:05 +0200 BTW, How do you make sure, that the $R is only used under windows? If you create a project under windows with version info and compile it under linux, the same source must compile without changing the source. With {$IFDEF MSWindows}{$R

Re: [lazarus] VersionInfo - Question on saving the main source file

2006-09-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 13 Sep 2006 21:47:11 +0200 Vincent Snijders [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 13 Sep 2006 20:54:05 +0200 BTW, How do you make sure, that the $R is only used under windows? If you create a project under windows with version info

Re: [lazarus] Contribute

2006-09-13 Thread Vincent Snijders
Chris wrote: Hello, I would like some info on how I could contribute some examples. This is one way: Create a wiki page which describe the examples, create a link to that page from http://wiki.lazarus.freepascal.org/Components_and_Code_examples#Example_programs and send me a source zip.

[lazarus] icons for lpr and lpi

2006-09-14 Thread Vincent Snijders
Hi, In issue 1998 ( http://www.freepascal.org/mantis/view.php?id=1998 ) it is suggested to have different icons for different file types in the windows explorer. I think this is a good idea, but I am not a good icon designer. Is there somebody on this list who wants to give it a try?

Re: [lazarus] Patch - slackware package build script

2006-09-14 Thread Vincent Snijders
A.J. Venter wrote: Hiya, I have tested the script and the resulting packages. NOTES: 1) Because of how slackware packages work - it is probably impossible to create a version that does NOT require root privileges But you don't need to be root to create the package, do you? Do you have

Re: [lazarus] ldockctrledit.xml corrupt

2006-09-15 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Can anybody read the ldockctrledit.xml file in the /lazarus/docs/xml/lcl directory? None of my editors (under linux) can read that file. No problems whatsoever, on windows 2000 using textpad and internet explorer. Notepad shows it a bit funny, because of the

Re: [lazarus] Debug Output again...

2006-09-15 Thread Vincent Snijders
Tiziano_mk schreef: Graeme Geldenhuys ha scritto: It will work on Windows as long as you disable the GUI App checkbox in Compiler Options AND run the windows app from a console window. On 14/09/06, Tiziano_mk [EMAIL PROTECTED] wrote: some days ago I noted about the debug window output on

Re: [lazarus] Bug 7279

2006-09-15 Thread Vincent Snijders
Gabor Boros schreef: Hi! The bug was solved by WinCE specific fixes in FPC 2.1.1. Please close this bug. Done. You also could have left a note in the bug report. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Terminal control

2006-09-15 Thread Vincent Snijders
Marc Santhoff schreef: Am Freitag, den 15.09.2006, 13:28 + schrieb Mark Morgan Lloyd: As part of the long and drawn out process of migrating from Delphi I'm trying to eliminate any reliance on proprietary controls such as RichEdit. For a number of jobs I'd like something which is basically

Re: [lazarus] Debug Output again...

2006-09-15 Thread Vincent Snijders
Micha Nelissen wrote: Vincent Snijders wrote: Yes, it is a limitation of the linux OS, that it doesn't have a APTTYPE GUI, where the stdout is closed. No, it's a weirdness/inconsistency of windows :-) OK, as long as you understand the linux compatible mode is {$APPTYPE gui}. Vincent

Re: [lazarus] Debug Output again...

2006-09-15 Thread Vincent Snijders
Micha Nelissen wrote: Vincent Snijders wrote: Micha Nelissen wrote: Vincent Snijders wrote: Yes, it is a limitation of the linux OS, that it doesn't have a APTTYPE GUI, where the stdout is closed. No, it's a weirdness/inconsistency of windows :-) OK, as long as you understand

Re: [lazarus] Debug Output again...

2006-09-19 Thread Vincent Snijders
Tiziano_mk schreef: Vincent Snijders ha scritto: Yes, of course. Sorry for adding to the confusion. If you want your app to behave as on linux compile with -WC or add {$APPTYPE CONSOLE} to you main source file. Vincent as I just said to Graeme: mmh, I know that, but I asked why on linux

Re: [lazarus] Is TImage component working?

2006-09-19 Thread Vincent Snijders
Nataraj S Narayan schreef: Hi I was trying out a TImage compo. It is working during design time and shows the loaded image (.jpg). But at run time it vanishes. Is it due to jpeg or something else? Did you use the jpegforlazarus in your application? This enables support for jpegs.

Re: [lazarus] new translations

2006-09-21 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi A.J. All changes to the IDE has already been done, so Afrikaans appears in the language dropdown and it recognised the *.af_ZA.po files. Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Vincent

Re: [lazarus] new translations

2006-09-26 Thread Vincent Snijders
A.J. Venter schreef: Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Surprizingly yes :) There are six official af locales: af_ZA af_NA (Using N$ as currency for example) af_BW (Currency BWP - uses French-style date writing) etc. etc. for Southern

Re: [lazarus] new translations

2006-09-26 Thread Vincent Snijders
Marc Weustink schreef: Marc Weustink wrote: Vincent Snijders wrote: A.J. Venter schreef: Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Surprizingly yes :) There are six official af locales: af_ZA af_NA (Using N$ as currency for example) af_BW

Re: [lazarus] new translations

2006-09-26 Thread Vincent Snijders
Graeme Geldenhuys schreef: Um, never thought of that! Never actually knew, Lazarus takes into account the locale when it starts up. Just tested it, which also means *.af-za.po as it is now, is totally useless (even though it conforms to Lazarus file naming standards) as the locale under Linux

Re: [lazarus] TBitBtn.Glyph / Enabled := False

2006-09-26 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Can you create a bug report for this and put those images there? With an example project. thanks, Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] actual svn problems

2006-09-26 Thread Vincent Snijders
Christian Ulrich wrote: Actual svn dont compiles anything except lazarus itself on Windws in Linux works... Can you remove all .ppu and .o from the directory in which the lazarus.exe is? Vincent _ To unsubscribe: mail

Re: [lazarus] Error: unit not found: VirtualUnitForJITClasses.

2006-09-27 Thread Vincent Snijders
Gerald Pöttler schreef: Hi there. Just installed Lazarus-0.9.18-20060922-win32.exe . Tried to double-click onto the form in the designer and got this message( attached png) messages window had the following message: - unit1.pas(8,34) Error: unit

Re: [lazarus] Codefolding active for default

2006-09-27 Thread Vincent Snijders
Mattias Gaertner schreef: On Tue, 26 Sep 2006 22:09:23 +0200 Christian Ulrich [EMAIL PROTECTED] wrote: Codefolding schouldnt be active for default, its still buggy fold some procedures and try to set an breakpoint or switch linenumbers on ... I fixed the painting of the marks and line

Re: Lazarus bug report

2006-09-27 Thread Vincent Snijders
[EMAIL PROTECTED] schreef: Hello, I discovered a bug in Lazarus because of which I must give up writing my program in it, so I'd like to report it. Im writing to you because I can't register an account on Lazarus site. What problems do you have with regisitering on the Lazarus site or the

Re: Lazarus bug report

2006-09-27 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: What problems do you have with regisitering on the Lazarus site or the bug tracker? Did you follow http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report ? Where couldn't you follow this recipe? I had an account there but I forgot the password. Yesterday I

<    1   2   3   4   5   6   7   8   9   10   >