Re: [lazarus] Re: Can't compile lazarus-0.9.11-20051211 with gtk 2

2005-12-11 Thread Vincent Snijders
Fedorax wrote: Mattias Gaertner nc-gaertnma at netcologne.de writes: This has been fixed. Please use the new snapshot or the current svn. Mattias Nothing new. I reload: ftp://ftp.de.freepascal.org/pub/lazarus/lazarus-0.9.11-20051211-src.tar.bz2 and i've install and compile the svn, i get

Re: [lazarus] Re: Trying to use LCLIntf.StretchBlt on gtk and possible patch for gtk interface

2005-12-14 Thread Vincent Snijders
Michael Van Canneyt wrote: On Wed, 14 Dec 2005, Marc Weustink wrote: Felipe Monteiro de Carvalho wrote: Andrew Haines wrote: and then at the (gdb) prompt: run --g-fatal-warnings (gdb) run --g-fatal-warnings Starting program: /home/felipe/Programação/Lente/magnifier

Re: [lazarus] Re: Snapshot and latest subversion very unstable

2005-12-18 Thread Vincent Snijders
Mattias Gaertner wrote: On Sun, 18 Dec 2005 09:10:47 -0200 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: Micha disabled the code. It is still available if you compile with -dUseAsyncProcess. but why would this interfere with win32? Wasn´t that gtk only?

Re: [lazarus] error on compilation

2005-12-21 Thread Vincent Snijders
Julio C. Taborda wrote: Hi all, The last few days I was trying to build lazarus on linux but I always get the following error: Compiling graphics.pp Fatal: Can't find unit crc Fatal: Compilation aborted make[1]: *** [alllclunits.ppu] Error 1 make[1]: Leaving directory

Re: [lazarus] Object Inspector and combobox controls

2005-12-28 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Is anybody else experiencing this? In the Object Inspector, any property than uses a ComboBox to display selection values, the ComboBox is bigger (in height) than the height of the property. All other property types seem to draw correctly in the available space

Re: [lazarus] RoundRect calculation error

2005-12-28 Thread Vincent Snijders
Markku Niskanen wrote: I found The RoundRect creation very problematic and just to test whether it is me or the math functions I ran the Delphi help file example application and it resulted in External SIGFPE just like my own application. If anybody happens to find a decent routine for

Re: [lazarus] RoundRect calculation error

2005-12-28 Thread Vincent Snijders
Markku Niskanen wrote: On Wed, 28 Dec 2005 11:53:51 +0100, Vincent Snijders [EMAIL PROTECTED] wrote: + a := (Rect.Right - Rect.Left) / 2; + b := (Rect.Bottom - Rect.Top) / 2; Being a linguist I must confess that my graph math skills are probably worse than anybody else's but I do know

Re: [lazarus] Look and feel of Lazarus

2005-12-30 Thread Vincent Snijders
Graeme Geldenhuys wrote: [EMAIL PROTECTED] wrote: Feel free to comment, but please accept that this is just a concept. So It has no use to discuss the details of the displayd forms themselves unless I like the idea (from Gnome I believe) you used in the Search/Replace dialog. Using bold

Re: [lazarus] fpcUnit GUIRunner patch

2005-12-30 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Attached is a patch for the GUIRunner form. When resizing the form virtically at runtime to see more of the treeview, the Memo increases in size instead of the Treeview. The memo normally only contains two lines anyway. This patch fixes that, by changing some

Re: [lazarus] problems in lcl/resources.pp and lcl/propertystorage.pas identifier duplicated

2005-12-31 Thread Vincent Snijders
Dale Welch wrote: in lcl/resources.pp and in lcl/propertystorage.pas there are published properties which the same identifier name is then used as a passed parameter: Value, Stream, Data, StoredValue. See below. If someone who is familiar with these files wants to look at it and confirm

[lazarus] Default value for Always build (even if nothing has changed)

2006-01-01 Thread Vincent Snijders
Hi, In Project - Project Options - Miscellaneous you can find the Always build (even if nothing has changed). If set to false, lazarus will try to determine, if a recompilation is needed (i.e. if some sources have changed), if the users says run or compiler. ATM the default is false. IMHO,

Re: [lazarus] Problem with installing lazarus on linux

2006-01-02 Thread Vincent Snijders
Renier Engelbrecht wrote: Dear all, I am new to linux, having usez Windows extensively. I have a problem installing linux on ubuntu. Whenever I compile Lazarus,I receive the following error: Free Pascal Compiler version 2.0.1 [2005/09/23] for i386 Copyright

Re: [lazarus] Problem with installing lazarus on linux

2006-01-02 Thread Vincent Snijders
Renier Engelbrecht wrote: Sorry, have gone through the FAQ and even copied the glib.ppu to the lazarus directory. Still does not work. Was copying the glib.ppu file in the faq? 8-) On what location was this glib.ppu file? Can it be found by your /etc/fpc.cfg or ~/.fpc.cfg I assume your are

Re: [lazarus] Problem installing Lazarus on Linux

2006-01-02 Thread Vincent Snijders
Renier Engelbrecht wrote: Thanks for the advice on the glib problem. Seems that I looked at the wrong FAQ page. (One of the old ones) Another problem installing: Compiling cleandirdlg.pas Linking ../lazarus /usr/bin/ld: cannot find -lgdk lazarus.pp(103,1) Error: Error while linking Same

Re: [lazarus] Lazarus Examlpes.

2006-01-04 Thread Vincent Snijders
Lv wrote: Does anyone have a relatively complex Lazarus example available I can study? The example needs to contain plotting of data, graphs etc. it will help me shorten my development. What about TAChart and its example application: http://wiki.lazarus.freepascal.org/index.php/TAChart

Re: [lazarus] Error compiling svn 8447

2006-01-04 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 4 Jan 2006 23:42:08 +0100 jean-marc levecque [EMAIL PROTECTED] wrote: Hi, Compiling Lazarus from svn 8447, I get the error: /usr/lib/lazarus/ideintf/propedits.pp(2829,17)Error: Identifier not found StrToQWord which is fatal and stops compilation, of course.

Re: [lazarus] Error compiling svn 8447

2006-01-04 Thread Vincent Snijders
Darius Blaszijk wrote: On Wed, 2006-01-04 at 23:46, Vincent Snijders wrote: jean-marc levecque wrote: Hi, Compiling Lazarus from svn 8447, I get the error: /usr/lib/lazarus/ideintf/propedits.pp(2829,17)Error: Identifier not found StrToQWord which is fatal and stops compilation, of course

[lazarus] Error with TButtonPanel

2006-01-08 Thread Vincent Snijders
Hi, When I put a TButtonPanel on a form and click on the OK an error message is shown. Running lazarus is gdb gave me this error message. Thanks to JPMugaas for explaining how to trigger this error. Vincent. #0 $0040a8f6 in fpc_raiseexception (OBJ=$466e13, ANADDR=$6fc94,

Re: [lazarus] Patch for EnvironmentOpts and EditorOptions

2006-01-08 Thread Vincent Snijders
Horacio Jamilis wrote: Hi, Attached is a patch that fixes (I hope) the Color page on the editoroptions dialog (win32). There were a couple of controls overimpossed. I will look at this. Vincent. _ To unsubscribe: mail

Re: [lazarus] Re: patch for LCLProc

2006-01-10 Thread Vincent Snijders
Funky Beast wrote: Mattias Gaertner wrote: On Sun, 08 Jan 2006 01:24:02 +0800 Funky Beast [EMAIL PROTECTED] wrote: Added functions: GetCompleteText and IsEditableKey Both are for implementing AutoComplete property for TComboBox. I applied the LCLProc additions. What name should I add

Re: [lazarus] Make error on last svn

2006-01-11 Thread Vincent Snijders
Markku Niskanen wrote: Result of make: Compiling allcodetoolunits.pp Compiling CodeToolManager.pas CodeToolManager.pas(564,15) Error: Identifier not found ExceptFrameCount CodeToolManager.pas(565,11) Error: Identifier not found ExceptFrames Platform: Win32 Mattias, ExceptFrameCount and

Re: [lazarus] bugfix 1610

2006-01-11 Thread Vincent Snijders
Thanks. Committed. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] -dPassWin32MessagesToLCL and WndProc

2006-01-11 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, This has being discussed before, but was non-conclusive. A conditional compile was added around code witch forwards all messages = WM_USER to the LCL (and thus WndProc) on Win32 Widgetset. I see many advantages on not having the conditional compile,

Re: [lazarus] Debugger question

2006-01-11 Thread Vincent Snijders
Horacio Jamilis wrote: I saw that the debugger is starting to work! That´s grait. There are a couple of things that must be improved... and I will try to work on it. I´m using Lazarus under Windows. The question is: is gdb able to evaluate object properties ? No. only object fields, i.e.

Re: [lazarus] Re: -dPassWin32MessagesToLCL and WndProc

2006-01-11 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Vincent Snijders wrote: * Does not affect multiplatform capabilities because windows will never send a message = WM_USER unless the programmer has created code witch tells windows to send such messages. Even if Windows starts sending messages for no reason

Re: [lazarus] Help with DLL (using pchar, etc.)

2006-01-11 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 11 Jan 2006 12:20:09 -0700 L505 [EMAIL PROTECTED] wrote: Also, check your FPC source RTL units directory for .a and .o files If there are no .a files then your RTL is not smartlinked. I cannot remember if Lazarus ships with the RTL units smartlinked or not? Can

Re: [lazarus] Re: -dPassWin32MessagesToLCL and WndProc

2006-01-11 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Vincent Snijders escreveu: I don't I am very rational now, but maybe I just don't want this code in my LCL (or win32 interface), because I fear it will open a can of worms. I cannot really explain it, it is just a feeling. Therefore I will be happy

Re: [lazarus] Who Discussed Linker Slowness?

2006-01-12 Thread Vincent Snijders
L505 wrote: Of course it is probably the Win32 linker that is the real slow one, and I don't know why that is - so any mailing lists threads or sites you know of please post them here and/or discuss. An extra handicap for the linker is the fact that the windows unit, which is rather large

Re: [lazarus] Patch splash dialog

2006-01-17 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Hi there, After toying a bit with the splash in Lazarus because I wanted to make the same for an app of mine, I came across a bit strange error. It seems that startlazarus and lazarus both call their own instance of te splash. So if you would like to send some info the

Re: [lazarus] bugfix 1611

2006-01-17 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Here's the bugfix Thanks. Applied in revision 8535. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Patch splash dialog

2006-01-17 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi there, After toying a bit with the splash in Lazarus because I wanted to make the same for an app of mine, I came across a bit strange error. It seems that startlazarus and lazarus both call their own instance of te splash. So if you would

Re: [lazarus] win32 program icon

2006-01-19 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, For the life of me, I cannot find any information on how to add a main program icon to a app compiled in Lazarus. Can or must it really be this difficult? Can we have a option in the Project Options to select a icon (something like Delphi)? I think first some

Re: [lazarus] SpeedButton.Font

2006-01-20 Thread Vincent Snijders
Melchiorre Caruso wrote: Hi all, I have see that default TSpeedButton.Font changes after a TForm.OnResize event or a TSpeedButton.OnClick event . is it a little bug? I fail to see the difference. Can you give me hint what I should look at? Vincent

Re: [lazarus] SpeedButton.Font

2006-01-21 Thread Vincent Snijders
Melchiorre Caruso wrote: Excuse me, I have created a bug report but with some problem. Wrongly I have created three reports. I kept the first one and deleted the other two. Vincent _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] SVN Update: ChildSizing

2006-01-26 Thread Vincent Snijders
Mattias Gaertner wrote: The following properties now work: TWinControl.ChildSizing. Layout, ControlsPerLine, EnlargeHorizontal, EnlargeVertical, ShrinkHorizontal, ShrinkVertical With these properties a TWinControl can automatically position its childs in rows and/or columns. An example are

Re: [lazarus] What must I implement to add TBitmap support on Qt?

2006-01-26 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: This is a question for those that understand very well how lcl interfaces work. Trying to compile an application that uses TBitmap with the Qt widget I get this message: TApplication.HandleException Failed to get raw image description from device What

Re: [lazarus] Debugger causing problem in Windows

2006-01-28 Thread Vincent Snijders
George Lober wrote: George Lober wrote: Since I mostly do my main Lazarus stuff under Linux, I have just now come to the conclusion that under Windows (win98se), with gdb (6.2.1) enabled, clicking on run or F9 causes the code to get compiled, but it doesn't run. If I disable gdb (no debugger

Re: [lazarus] Version information

2006-02-01 Thread Vincent Snijders
Michael Van Canneyt wrote: On Wed, 1 Feb 2006, Jouke Rensma wrote: Hi all, I am working on an enhancement for Lazarus itself, but I got stuck for the moment. So before continueing I thought maybe I should first discuss this with other Lazarus people. Maybe i am inventing a wheel or maybe

Re: [lazarus] Version information

2006-02-01 Thread Vincent Snijders
Florian Klaempfl wrote: Vincent Snijders wrote: Michael Van Canneyt wrote: On Wed, 1 Feb 2006, Jouke Rensma wrote: Hi all, I am working on an enhancement for Lazarus itself, but I got stuck for the moment. So before continueing I thought maybe I should first discuss this with other

Re: [lazarus] GetFileList

2006-02-02 Thread Vincent Snijders
A.J. Venter wrote: Maybe a little bit more: ide/cleandirdlg.pas function TCleanDirectoryDialog.SearchFilesToDelete(var List: TStrings): boolean; This will not only search recursively, it ahs an include and exclude filters. The central function is the sub function SearchInDirectory, which is

Re: [lazarus] building ide under win32, error sigsegv

2006-02-02 Thread Vincent Snijders
Oro06 wrote: after rebuiding ide+lcl from both : ide and manually (as indicated in tools\install\win32 buid-lazarus.bat) it compiled fine but starting it do Nothing. a gdb lazarus.exe, r give that : Program received signal SIGSEGV, Segmentation fault. 0x7c8024e6 in ReleaseMutex () from

Re: [lazarus] Re: Interfacing between Handle property and Gtk functions

2006-02-02 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Marc Weustink wrote: The Handle is an abstract type and its internal meaning may change at any time. Don't rely on it being a direct map to an underlying object/structure/whatever. I don't agree. This can be very helpful, if well documented. If the

Re: [lazarus] Patch for progressbar.inc

2006-02-05 Thread Vincent Snijders
Matthijs Willemstein wrote: On Sun, 2006-02-05 at 11:15 +0100, Matthijs Willemstein wrote: Morning, The attached patch fixes a feature in TCustomProgressBar. StepBy(Value) would increase the position by (FStep - Value), if Value is smaller the FStep. ie. FStep = 10, position = 20 StepBy(3)

Re: [lazarus] SVN does not compile

2006-02-06 Thread Vincent Snijders
Michael Van Canneyt wrote: On Mon, 6 Feb 2006, Jouke Rensma wrote: Hi all, As I am planning to add to the Lazarus development, I understood I have to keep my Lazarus in line with SVN. So I tried to get the SVN version working. Unfortunately the make breaks down. I tried to compile from the

Re: [lazarus] compiling Lazarus 0.9.12 consumes a lot of memory

2006-02-07 Thread Vincent Snijders
Alexander Todorov wrote: Hello, I have just installed Lazarus 0.9.12 / SVN Revision 8700 from source forge. When I try to compile an old application the following happens : 1) click on Run - Build all 2) all source files in the project are compiled 3) linking begins 4) ld.exe begins to consume

Re: [lazarus] SVN problem

2006-02-07 Thread Vincent Snijders
Christian Iversen wrote: On Tuesday 07 February 2006 07:45, Graeme Geldenhuys wrote: PROPFIND of '/svn/lazarus/trunk': Could not parse response status line. Could you try doing a fresh checkout? Could you try a different ISP? Vincent.

[lazarus] Lazarus 0.9.12 released

2006-02-08 Thread Vincent Snijders
issue 1309) added experimental codefolding to IDE added prettyformat package for IDE beautification features from Michael VC removed htmllite package. Use turbopower ipro instead. Vincent Snijders _ To unsubscribe: mail [EMAIL

Re: [lazarus] patch for bug 1694

2006-02-09 Thread Vincent Snijders
Alexander Todorov wrote: On 2/8/06, Andrew Haines [EMAIL PROTECTED] wrote: Hi this patch fixes bug 1694 Thanks. Tested. It's working now. Should I close the bug in Mantis? I committed the patch, so you can close the bug. Vincent.

Re: [lazarus] Component for to do backup !!

2006-02-12 Thread Vincent Snijders
Patrick wrote: does anybody know any backup component ??? like the file attached. if anybody to get compile it tell me pls !!! I took a quick look at the backup.pas file. Add {$mode delphi} or {$mode objfpc}{$h+} to the top of file. I have problems with missing obj files. Maybe you can use

[lazarus] [lazarus-dev] TClipboard.SetAsText

2006-02-12 Thread Vincent Snijders
Mattias Gaertner wrote: On Sat, 11 Feb 2006 21:08:45 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Hi, I am trying to fix issue 1704: copy a piece of text in the editor and then from the messages view. If you paste in the editor, the copied text from the editor is pasted. The patch below

Re: [lazarus] Who Discussed Linker Slowness?

2006-02-12 Thread Vincent Snijders
Christian U. wrote: you could add a Final Build Menu item. I think, this is an good idea, a publish menue Item can strip and maybe upx the executable. An public folder describes where to place the final executable. And that is exactly what publish project can do, when you have configured

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Florian Klaempfl wrote: Vincent Snijders wrote: Hi, From now on lazarus snapshots are also available as x86_64 rpm files. As all snapshots they are using fpc 2.1.1. They can be downloaded from: http://www.de.freepascal.org/lazarus/ http://michael-ep3.physik.uni-halle.de/Lazarus/ As you can

Re: [lazarus] Who Discussed Linker Slowness?

2006-02-13 Thread Vincent Snijders
anthonyb wrote: I rebuild Lazarus from the menu and linker seems to be ok now... Is it the correct way to do so ?? Actually rebuilding just the LCL is good enough. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: From now on lazarus snapshots are also available as x86_64 rpm files. from where could I get the required gtk+-devel x86_64 rpm files ? I suppose they are available in fedora repositories. I found this: http://download.fedora.redhat.com

Re: [lazarus] Re: Some Errors

2006-02-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Mon, 13 Feb 2006 20:59:41 +0800 Funky Beast [EMAIL PROTECTED] wrote: Kleiton L R Soares wrote: Good Morning, I'm try use Lazarus but... i'm add a button and click on event onClick, when i make this action one aerror message is showed to me ... Unable to

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: I suppose they are available in fedora repositories. I found this: http://download.fedora.redhat.com/pub/fedora/linux/core/4/x86_64/os/Fedora/RPMS/gtk+-devel-1.2.10-39.x86_64.rpm thanks, but unfortunately not compatible to SuSe 10. Suse

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: Suse doesn't put the + in the name. thanks. I get the following messages if I try to run an emty project. Is ftp://ftp.tu-chemnitz.de/pub/linux/suse/suse/x86_64/9.3/suse/x86_64/glib-devel-1.2.10-593.x86_64.rpm installed? Vincent

Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-13 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: ftp://ftp.tu-chemnitz.de/pub/linux/suse/suse/x86_64/9.3/suse/x86_64/glib-devel-1.2.10-593.x86_64.rpm installed? 1.2.10-595 Then it i probably some path problem. It looks like this FAQ: http://wiki.lazarus.freepascal.org/index.php

Re: [lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Vincent Snijders
Mattias Gaertner wrote: On Tue, 14 Feb 2006 11:01:50 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Hi, maybe it's a stupid question, but is it possible to use Lazarus IDE as a GUI for debugging already built applications with debugger info and pascal source without need to recompile them?

Re: [lazarus] Lazarus as debugger GUI?

2006-02-14 Thread Vincent Snijders
Mattias Gaertner wrote: On Tue, 14 Feb 2006 13:14:12 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Vincent Snijders napsal(a): Mattias Gaertner wrote: On Tue, 14 Feb 2006 11:01:50 +0100 Tomas Gregorovic [EMAIL PROTECTED] wrote: Hi, maybe it's a stupid question, but is it possible

Re: [lazarus] Gradient panel

2006-02-14 Thread Vincent Snijders
barko wrote: Converted for lazarus with lpk package. Tested on Windows and Linux. Can you create a page on the wiki about it and add a link to that page on http://wiki.lazarus.freepascal.org/index.php/Components_and_Code_examples#Lazarus-CCR_Released_Components ? Then I will upload it to

Re: [lazarus] Gradient panel

2006-02-14 Thread Vincent Snijders
barko wrote: Done... I think. :) Thanks. It is looking good. I added some more headers to that page. Can you take another look at it, please? The file is uploaded: http://sourceforge.net/project/showfiles.php?group_id=92177package_id=179563 The link is added to

Re: [unclassified] Re: [lazarus] x86_64 rpm of lazarus snapshots

2006-02-14 Thread Vincent Snijders
Martin Waldenburg wrote: Vincent Snijders wrote: Then it i probably some path problem. after adding /opt/gnome/lib64 to the path it works. So it was in the FAQ after all: http://wiki.lazarus.freepascal.org/index.php/Lazarus_Faq#I_have_SuSE_and_I_get_.2Fusr.2Fbin.2Fld:_cannot_find_

Re: [lazarus] Gradient panel

2006-02-14 Thread Vincent Snijders
barko wrote: I'm first time user (noob) of wiki and very bad english speaker... I think that it's ok now. Thank you very much. It is a nice screen shot. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Snapshots not working?

2006-02-15 Thread Vincent Snijders
Tony Maro wrote: I just downloaded the snapshot from last night - my first attempt at a recent lazarus in months. Last night is 20060214? On running I get unhandled exception EInvalidOp : Invalid floating point operation Is it just me? Is this a known thing? I haven't been reading all

Re: [lazarus] SIG_FP

2006-02-15 Thread Vincent Snijders
bartek bb wrote: Hi, i am having the same problem on my win32 box. Whenever I try to start lazarus or any other fpc compiled program, it crashes with SIG_FPE. I recently discovered that turning off windows' new look helped, at least it helped me :P . But even when using the old Win-GUI some

Re: [lazarus] Having trouble compiling Lazarus from SVN

2006-02-15 Thread Vincent Snijders
barko wrote: developer error, wait until error is corrected or try this: svn update -r 8736 revision 8736 work ok... I will look at ASAP. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe

Re: [lazarus] VirtualTree

2006-02-16 Thread Vincent Snijders
Andrea Mauri wrote: I downloaded the last lazarus SVN and the last CVS virtualtreeview. When I rebuild lazarus it still says: Error Identifier not found TSize in: function GetBorderDimensions: TSize; I didn't found the TSize declaration in the unit or in any other unit. Andrea TSize used

Re: [lazarus] Firebird 1.5 profiling

2006-02-16 Thread Vincent Snijders
Joost van der Sluis wrote: I used it a lot for debuging purposes in Delphi talking to SQL Server and Firebird. I am converting a large Object Persistence Framework to Free Pascal, and my Firebird persistence layer is giving me errors in the PrepareStatement (on a query containing parameters),

Re: [lazarus] What did that means

2006-02-17 Thread Vincent Snijders
Pēteris Bērzs-Bērziņš wrote: Ok checked, There is 3 files Lazarus.exe Lazarus.new.exe Lazarus.old.exe Runing lazarus.new.exe everithing is fine. I think somehow the lazarus.exe is locked and therefore startlazarus cannot move it and rename lazarus.new.exe to lazarus.exe. Vincent

Re: [lazarus] About the $mode objfpc and $mode delphi

2006-02-17 Thread Vincent Snijders
Andi Wangsadijaya wrote: Halo friends, I just want to know, what is the difference between $mode objfpc and $mode delphi? See http://www.freepascal.org/docs-html/prog/progap4.html#x244-246000D. Vincent _ To

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 17 Feb 2006 10:31:22 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Hello, This patch makes Windows CE interface compile while keeping compatibility with FPC 2.0.2. The WinCE widgetset is a empty shell, but it compiles with the arm cross

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 17 Feb 2006 14:49:31 +0100 Florian Klaempfl [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Fri, 17 Feb 2006 10:31:22 -0300 Felipe Monteiro de Carvalho [EMAIL PROTECTED] wrote: Hello, This patch makes Windows CE interface compile while keeping

Re: [lazarus] Revision 8746 cannot compile

2006-02-18 Thread Vincent Snijders
Bogusław Brandys wrote: Bogusław Brandys wrote: Hi, Error on compilation : D:\lazarus\lcl\LCLProc.pas(2144,25) Error: Incompatible types: got AnsiString expected Char in this part of unit: // fpc 2.1.1 stores string constants as array of char so maybe this // will

Re: [lazarus] New Project Design Study

2006-02-21 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: I`ve being using the Wiki a lot and already sent a patch to the online docs and I had never, ever heard about that. I am sorry a patch got lost. Can you send it again? Vincent _ To

Re: [lazarus] HtmlPanel: Non Latin alhabets and utf codepage.

2006-02-22 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: I can't find an example project with this or similar name, can you please guide me? lazarus/examples/fontsenum/ Is enumfont/ example OS independed? While compiling produces a lot of errors such - mainunit.pas(81,31) Error: Identifier not found TNewTextMetricEx

Re: [lazarus] bugfix 0001752

2006-02-22 Thread Vincent Snijders
Darius Blaszijk wrote: This patch solves bug0001752. I've also added a header to the unit and fixed the anchoring and layout. Thanks, applied. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] ExceptFrameCount while compiling

2006-02-23 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: I downloaded Lazarus using command: - svn checkout http://svn.freepascal.org/svn/lazarus/trunk lazarus Then, trying to compile I get the error messages: -Compiling lclproc.pas -lclproc.pas(745,15) Error: Identifier not found ExceptFrameCount -lclproc.pas(746,11)

Re: [lazarus] Patch for msgview.pp

2006-02-24 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Attached is a patch to color code the $Warning messages as well (as was done for $NOTE and $HINT). (It is a patch against todays nightly build. Sorry in is not against SVN, I still can't seem to connect to SVN) Regards, - Graeme - Thanks. Applied. Vincent.

Re: [lazarus] Parameter not used ...

2006-02-24 Thread Vincent Snijders
Geno Roupsky wrote: There are very few situations where the sender is nil and still if you expect such a case you can always write something like: Assert((Sender = nil) or (Sender nil)); or Assert(True or (Sender=nil)). But it remains ugly, IMHO. I will try to implement an option in the

Re: [lazarus] Parameter not used ...

2006-02-25 Thread Vincent Snijders
Vincent Snijders wrote: Geno Roupsky wrote: There are very few situations where the sender is nil and still if you expect such a case you can always write something like: Assert((Sender = nil) or (Sender nil)); I will try to implement an option in the IDE to ignore this hint (similar

Re: [lazarus] transparent forms

2006-02-25 Thread Vincent Snijders
xpete wrote: Felipe Monteiro de Carvalho has already done something like that in Virtual Magnifying Glass maybe he knows how to implement this. The magnifier uses a borderless form with the size of a the desktop, and before showing the form it copies the background from the screen. The

Re: [lazarus] bugfix 1265

2006-02-26 Thread Vincent Snijders
Darius Blaszijk wrote: Here's a patch that should solve the remaining issue. Unfortunately I pulled the source accidentally through a codeformatter for which I appologise, if considered an issue I could make a new patch. But changes are fairly trivial so I guessed it should be not a big

Re: [lazarus] transparent forms

2006-02-26 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 2/25/06, Vincent Snijders [EMAIL PROTECTED] wrote: The magnifier uses a borderless form with the size of a the desktop, and before showing the form it copies the background from the screen. The background is frozen after that. I only made it the size

Re: [lazarus] TListView selection

2006-02-27 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: George, This feature does not work under win32. I have attached a patch that should fix this. I looked at the patch I don't understand the part in win32wscustomlistview.pas. You add SetProperty(TListView(AWinControl), lvpHideSelection, True); and then you seem to

Re: [lazarus] Cannot run r8833

2006-02-27 Thread Vincent Snijders
A.J. Venter wrote: Not sure how far back this goes because I only update ever few days, but I cannot run this version, after a clean build, lazarus begins to start, shows the splash screen and the lazarus editor window and freezes (nothing ever gets painted IN the editor window). On the

Re: Why is this throwing an exception - ANSWER

2006-02-27 Thread Vincent Snijders
A.J. Venter wrote: I applied only the ippanel change. As far as I know that should have been the only one anyway though it seems the tutorial on patch creation should be expanded to include make clean before creating a patch. That would not have helped in this case, because most of your

Re: [lazarus] Sqlite component cleanup

2006-02-27 Thread Vincent Snijders
Luiz Americo wrote: The files sqlitedslaz.pas, sqlitedslaz.lpk, sqliteds.lrs, tableeditorform.pas, tableeditorform.lrs can be removed from the components/sqlite subversion repository since they are not used anymore and can lead to user confusion. Thanks for the information. I removed them

Re: [lazarus] String functions on non latin text

2006-02-27 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: It returns 41. Seems to be correct. I'm using fpc 2.0.2. Greek k suggested when sample project I up, is in position 21 in the string, not 41. When using sample project, I get following relults while search for each character in String to search in edit box: -

Re: [lazarus] Somewhat OT: The massive db-less search

2006-02-28 Thread Vincent Snijders
If java is an option for you: http://lucene.apache.org/java/docs/ If not, maybe you can port it to fpc. We use this (the .NET port) at work to index all publications of Statistic Netherlands. Searching is fast. Vincent. _

Re: [lazarus] Somewhat OT: The massive db-less search

2006-02-28 Thread Vincent Snijders
A.J. Venter wrote: On Tuesday 28 February 2006 17:24, Vincent Snijders wrote: If java is an option for you: http://lucene.apache.org/java/docs/ If not, maybe you can port it to fpc. We use this (the .NET port) at work to index all publications of Statistic Netherlands. Searching is fast

Re: [lazarus] TLabel and Widgetset questions

2006-03-02 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 3/2/06, Mattias Gaertner [EMAIL PROTECTED] wrote: How to find out: - add a check to DoSetBounds to raise an error if bounds over 1 This is already like that on LCL code. This is why the error is raised. What I need is to find out why the bounds have

Re: [lazarus] Wiki site

2006-03-03 Thread Vincent Snijders
A.J. Venter wrote: Hi guys, with the wiki STILL down, I am wondering if I can offer some help, I have a freebsd jail server in Canada running silentcoder.co.za and I would be more than happy to set up a mirror of the wiki there that can pick up the load for the time being and in future

Re: [lazarus] Repository access via the SVN protocol

2006-03-03 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi Michael, I see the SmartSVN client I sometimes use, has SSH support built-in (it says SVN+SSH for connection type), so could try that The ssh part requires a username and password though. I use putty to setup the connection. After that I configure svn so that

Re: [lazarus] Windows CE support on the IDE

2006-03-04 Thread Vincent Snijders
Yury Sidorov wrote: From: Mattias Gaertner [EMAIL PROTECTED] On Sat, 4 Mar 2006 19:03:25 +0200 Yury Sidorov [EMAIL PROTECTED] wrote: From: Michael Van Canneyt [EMAIL PROTECTED] Normally, the 'fpc' binary can choose the correct compiler name based on target OS and CPU setting. That

Re: [lazarus] Windows CE support on the IDE

2006-03-04 Thread Vincent Snijders
Vincent Snijders wrote: Yury Sidorov wrote: I think lazarus support is fine. I will test later tonight (no time now). Setting up the build environment takes longer than expected. I think most things can be done by carefully setting up the environment (fpc.cfg and directory layout

Re: [lazarus] Windows CE support on the IDE

2006-03-05 Thread Vincent Snijders
Yury Sidorov wrote: From: Vincent Snijders [EMAIL PROTECTED] Vincent Snijders wrote: I think lazarus support is fine. I will test later tonight (no time now). Setting up the build environment takes longer than expected. I think most things can be done by carefully setting up

Re: [lazarus] Windows CE support on the IDE

2006-03-05 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 3/5/06, Yury Sidorov [EMAIL PROTECTED] wrote: Rename ppcrossarm to ppcarm. But ppcrossXXX is standard naming for cross compilers and ppcXXX is standard for native compilers. So fpc should be changed to correspond current namings. I agree with Yury on

Re: {SPAM?} Re: {SPAM?} Re: [lazarus] System Information

2006-03-05 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: I had problems again receiving messages to the list since yesterday noon. Today I had to re-subscribe in order to get alive again. Now, a reply from me considered as potential SPAM. Does anyone know why? Maybe your outgoing mail server adds it? Maybe your

Re: [lazarus] delphi-lazarus Pointer vs. TObject

2006-03-05 Thread Vincent Snijders
Friedrich Hattendorf wrote: Still trying to convert a delphi-Program to lazarus I declared type TListenStruktur = class (TObject) private hListe: TList; AktuellePosition: Integer; ... and a function function TListenStruktur.GetElement: TObject; begin if not IsEmpty then

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