Re: [lazarus] win32 snapshot

2006-04-08 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Lazarus win32 snapshot is broken since 04/02/06 what is wrong? fpc 2.1.1 cannot compile the printer package anymore; it fails to import functions from winspool.drv. Vincent _ To unsubscribe: mail

Re: [lazarus] win32 snapshot

2006-04-08 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: Vincent Snijders wrote: [EMAIL PROTECTED] wrote: Lazarus win32 snapshot is broken since 04/02/06 what is wrong? fpc 2.1.1 cannot compile the printer package anymore; it fails to import functions from winspool.drv. Vincent

[lazarus] TTrackBar.ShowScale

2006-04-08 Thread Vincent Snijders
Hi, Can anybody explain the rationale behind the TTrackBar.ShowScale property? To me it seems to overlap (partially) with TTrackBar.TickStyle and is therefore redundant. ShowScale := false seems equivalent with TickStyle := tsNone. I don't know how a widgetset should interpret ShowScale :=

Re: [lazarus] Growing memory and MySQL

2006-04-06 Thread Vincent Snijders
Sainty wrote: Hello all, I'd like to know what I'm doing wrong (certainly I'm doing something wrong). Here is a problem described: - I have an OnTimer event (TTimer component) defined like this: begin MySQLQuery.SQL.Text := 'SELECT CVSKEY FROM CVS WHERE CVSCID=1'; MySQLQuery.Open; CallID :=

Re: [lazarus] Lazarus installation on SuSE

2006-04-06 Thread Vincent Snijders
Alain Michaud wrote: I assume that lazarus will find the FPC stuff? Well, not quite! in the menu ENVIRONMENT OPTIONS you have manually update the FPC SOURCE DIRECTORY and make sure that it is OK by clicking the action: RESCAN SOURCE DIRECTORY This is a good oportunity for me to ask a

Re: [lazarus] failed to install zeosdbo on laz 0.9.14.1

2006-04-05 Thread Vincent Snijders
Bisma Jayadi schreef: Dear all... I was able to install ZeosDBO (rework for lazarus) on Lazarus v.0.9.13. After I install the latest Lazarus (0.9.14.1), I failed to get ZeosDBO working upon it. :( I got runtime error 210, FPC_CHECK_OBJECT on line 468 of generic.inc, ZVARIANT_ini on line

Re: [lazarus] patch fo tLabel

2006-04-05 Thread Vincent Snijders
Mattias Gaertner wrote: On Sat, 18 Mar 2006 16:04:12 +0100 darekM [EMAIL PROTECTED] wrote: [...] Index: include/customlabel.inc === --- include/customlabel.inc(wersja 8956) +++ include/customlabel.inc(kopia robocza) @@

Re: [lazarus] patch fo tLabel

2006-04-05 Thread Vincent Snijders
Vincent Snijders wrote: Mattias Gaertner wrote: On Sat, 18 Mar 2006 16:04:12 +0100 darekM [EMAIL PROTECTED] wrote: DT_SINGLELINE Displays text on a single line only. Carriage returns and linefeeds do not break the line. Setting DT_SINGLELINE would prohibit to use custom line breaks

Re: [lazarus] Can't install components

2006-04-05 Thread Vincent Snijders
Panagiotis Sidiropoulos wrote: Please find requested file attached (laz-link-error.txt). I also started Lazarus from command prompt redirecting any messages to a file. This output file is also attached and may include helpful insormation (laz-link-error1.txt).

Re: [lazarus] Unit Output Directory (-FU) option still not working 100%

2006-04-04 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 04/04/06, Mattias Gaertner [EMAIL PROTECTED] wrote: If I use option (1), my executable ends in the \units directory. Correct. If you do not specify a target filename, the IDE puts everything into the output directory. To separate the output, specify separate

Re: [lazarus] keyboard shortcuts in Lazarus menus

2006-04-03 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, I tried to create a patch for this, but for the life of me, I couldn't find where this is defined in the IDE. If you look at the screenshot supplied, the shortcut key for Shift is spelled Shft. Also the shortcut key for Control is spelled Ctl instead of Ctrl. The

Re: [lazarus] TAB width

2006-04-03 Thread Vincent Snijders
Andrea Mauri schreef: Hi, I would like to set the TAB widths to 2 characters. I set it in the editor options to 2 I also set the block indent to 2. But when I press the TAB character in the editor the cursor doesn't move of two but it stops when it finds a space in the previous lines. It's a

Re: [lazarus] Linking error

2006-04-03 Thread Vincent Snijders
Alex du Plessis schreef: Hi Could someone point me in the right direction please. I have added the unit pgcl (a postgres access unit) to a project which built and compiled perfectly without any problems. Now when I build the project , a message error while linking occurs and the project

Re: [lazarus] Please Help!!!

2006-04-03 Thread Vincent Snijders
Roberto Antonio Berrospe Machin wrote: Hi. I used to develop with LCL and now im going to start again; but even with a simple test it dont work anymore for me? here's atached the test im doing, the way i used to develop, i need something like that coding style to not to change all my

Re: [lazarus] Windows CE compilation

2006-04-01 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, If it is something simple: - Check that compiler and compiled fpc unit (contnrs.ppu) match. - compile -va, to see where the compiler looks for contnrs.ppu. How can I pass -va ? I´m using make lcl make lcl OPT=-va or add it to the options in the

Re: [lazarus] Windows CE compilation

2006-04-01 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, I´m having trouble compiling LCL for Windows CE recently. Before I used my normal batch script: PATH=C:\Programas\lazarus13\pp\bin\i386-win32;c:\Programas\arm make lcl LCL_PLATFORM=wince PP=ppcrossarm.exe CPU_TARGET=arm OS_TARGET=wince Now I

Re: [lazarus] Lazarus on sparc-solaris

2006-03-30 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, Personally I have no interrest in sparc ( I have never seen one). But someone posted on a kylix forum last month asking if there was a sparc solaris version of Lazarus, so there is interrest, althought it is probably small. Here is the link:

Re: [lazarus] obsolete switch -OG

2006-03-29 Thread Vincent Snijders
Marien van Westen wrote: Hi, When compiling a program I get the warning: You are using the obsolete switch -OG. But this is the default value! Shouldn't that be changed if it is obsolete? It is obsolete in fpc 2.1.1, where the optimizations are being rewritten. After the rewrite, the docs

Re: [lazarus] Bitbtn text

2006-03-29 Thread Vincent Snijders
Marien van Westen wrote: One week ago I reported this fenomenon in the snapshot. Today I downloaded the latest snapshot version and I find that when I change the Kind to bkOK, the caption isn't changed After a recompile of Lazarus the caption is changed when I change the Kind. So it doesn't

Re: [lazarus] Patch for gnome.ide.desktop

2006-03-29 Thread Vincent Snijders
Joost van der Sluis wrote: Hi all, I'm busy writing a rpm-spec file for Fedora Extras, and I saw that the lazarus-desktop-icon still runs lazarus, instead of startlazarus. This patch fixes that. Thanks. Applied. And a general remark: the file is now called install/gnome.ide.desktop. But

Re: [lazarus] Bitbtn text

2006-03-29 Thread Vincent Snijders
Vincent Snijders wrote: Marien van Westen wrote: One week ago I reported this fenomenon in the snapshot. Today I downloaded the latest snapshot version and I find that when I change the Kind to bkOK, the caption isn't changed After a recompile of Lazarus the caption is changed when I change

Re: [lazarus] documentation patch for ComCtrls

2006-03-28 Thread Vincent Snijders
Graeme Geldenhuys schreef: Can I add some html tags in my documentation? Lazde doesn't have much in the toolbar. I wanted to use bullet points, but used asterix to be safe. The tags I wanted to use was: ul and li You cannot use html. See for available tags the fpdoc tag reference:

Re: [lazarus] Unknown DB2 field type

2006-03-27 Thread Vincent Snijders
Bram Kuijvenhoven schreef: BTW: is there an easier way to see which FPC revision is shipped with a Lazarus than just looking at the sources in fpcsrc directory of the Lazarus distribution? Not, that I know. Vincent. _ To

Re: [lazarus] Combobox seg fault after 8961

2006-03-27 Thread Vincent Snijders
Patrick Chevalley wrote: Hi, After SVN 8961 my application crash when I close a setting panel, it work with 8960. I use Linux, Gtk, SVN 9015. I isolated the problem in the attached zip file: click the Show button, then close the second form, it crash. I only get the problem if all this

Re: [lazarus] TSynAnySyn ready for Synedit in Lazarus

2006-03-24 Thread Vincent Snijders
Mattias Gaertner wrote: On Tue, 21 Mar 2006 15:05:21 -0700 L505 [EMAIL PROTECTED] wrote: I converted SynAnySyn for use with Lazarus. SynAnySyn is like SynUniSyn, but simpler language config files. UniSyn was also not working with Case insensitive languages, while AnySyn appears to work from

[lazarus] Lazarus on sparc-solaris

2006-03-24 Thread Vincent Snijders
Hi, Recently the port of fpc to sparc-solaris has been improved a lot and I have been given a ssh account on a Solaris 10 computer. Since most of the hours I am behind a windows computer and have only some linux knowledge, I don't know what much about Solaris. I have the following

Re: [lazarus] patch for documentation

2006-03-23 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 23/03/06, Vincent Snijders [EMAIL PROTECTED] wrote: The files on lazarus-ccr are updated, look for example on: http://lazarus-ccr.sourceforge.net/docs/lcl/stdctrls/tcustomcheckbox.allowgrayed.html Thanks for letting me know it has been updated. Any idea how I

Re: [lazarus] Small Path to File-Open

2006-03-22 Thread Vincent Snijders
Júnior Gonçalves schreef: I Execute File - Open.. If I try open an file what not exist (Example: C:\12345.pas), I get Exception with Message Error: Invalid argument index in format . Solution: in Main Unit, Line 2159 - OpenDialog.Options:=OpenDialog.Options+[ofAllowMultiSelect]; Replace

Re: [lazarus] Small Path to File-Open

2006-03-22 Thread Vincent Snijders
Vincent Snijders schreef: Júnior Gonçalves schreef: I Execute File - Open.. If I try open an file what not exist (Example: C:\12345.pas), I get Exception with Message Error: Invalid argument index in format . Solution: in Main Unit, Line 2159 - OpenDialog.Options:=OpenDialog.Options

Re: [lazarus] Sharing a project between Delphi 5+ and Lazarus

2006-03-22 Thread Vincent Snijders
irony Graeme and Alexsander, you are warned, if you believe Andreas, then your projects are to fail. :-) Don't believe Tony Maro and A.J. Venter, their commercial applications are only used on linux. Of course if you want to develop for other platforms than windows, then Delphi is not

Re: [lazarus] More info on fedora 5

2006-03-22 Thread Vincent Snijders
johnf schreef: Hi, OK I decided to start fresh. I re-installed Fedora 5. Then I installed FPC snapshots of 2.1.1 and Lazarus 0.9.13. After installing (as root) I discovered that 'fpc.cfg' is missing. I checked the RPM's (the best I could) and did not find the file 'fpc.cfg' in the list

Re: [lazarus] patch for documentation

2006-03-22 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Attached is a patch for the following: * adds some documentation to the TCustomCheckbox control. * added an example file for TCustomCheckbox * Improves the formatting of the tarrayexample.pas file * adds some documentation to the TWinControl PS: How often does

Re: [lazarus] patch to tComboBox

2006-03-22 Thread Vincent Snijders
Mattias Gaertner wrote: On Wed, 22 Mar 2006 22:26:32 +0100 darekm [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Wed, 22 Mar 2006 21:40:31 +0100 darekm [EMAIL PROTECTED] wrote: Hi please throw up last patch, this works better It seems, you disabled using the widgetset TStrings

Re: [lazarus] Sharing a project between Delphi 5+ and Lazarus

2006-03-21 Thread Vincent Snijders
[EMAIL PROTECTED] wrote: CrossFPC is already able to eat dfm files. This should be included into Lazarus. It is not (yet) possible on MacOSX. Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] fedora 5 missing glib

2006-03-21 Thread Vincent Snijders
johnf wrote: On Tuesday 21 March 2006 03:59, Michael Van Canneyt wrote: On Tue, 21 Mar 2006, johnf wrote: I got Lazarus installed and it appears to run but when I attempt to compile a project it errors immediately with unable to find glib. When I check the installed packages it shows glib

Re: [lazarus] Patch for new resourcestrings in fpc trunk

2006-03-20 Thread Vincent Snijders
Peter Vreman schreef: Attached is a patch to make lazarus work with fpc trunk r2987 To test this patch, I updated to revision 2988. Compilation of a new compiler failed: D:/lazarus/source/fpc/2.1/compiler/ppc1.exe -Ur -Xs -O2 -n -Fui386 -Fusystems

[lazarus] datedit

2006-03-19 Thread Vincent Snijders
Hi, I am about to fix issue 1894. The dialog looks now like the image in the attachment. I have a hunch, that this isn't going to satisfy all users either, the caption is only half visible. How can it be improved? Adding a bordersize of 6 to the calendar fixes this for the English caption,

Re: [lazarus] patch for documentation

2006-03-18 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, How often does the http://lazarus-ccr.sourceforge.net/docs/lcl/ site get updated? The cron job runs daily. Vincent. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as

Re: [lazarus] Error in wiki (incorrect language)

2006-03-17 Thread Vincent Snijders
Graeme Geldenhuys wrote: If you go to the Index page and select Lazarus IDE, you would expect to get to an English language page. Seeing that all other language have the title/lang format. Selecting Lazarus IDE takes you to a Slovensky (sk) language page. Fixed. The Slovak translator

Re: [lazarus] Size of Executable on Win32

2006-03-17 Thread Vincent Snijders
Sergio X wrote: Hi list. I'm new lazarus user. I think lazarus is a great tool. But I have some questions: 1) On Win32 the executable has 5 - 6 Mb for a simple program (the program don't have any code, only the main window). There are some configuration for reduce the size of the executable?

Re: [lazarus] Wiki

2006-03-17 Thread Vincent Snijders
Darius Blaszijk wrote: On 3/15/06, Darius Blaszijk [EMAIL PROTECTED] wrote: I'm not shure, but I guess that the contents will not be changing so much anymore for the widgets. Only once in a while some components get done. So you need to change text and style of the cell, hardly difficult to

Re: [lazarus] 'Find in Files enhancements

2006-03-16 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, I am thinking of enhancing the Find in File search and add a new option under Include sub directories in the lines of Ignore hidden directories. Good idea. The reason for this is, I often search the Lazarus and FPC directories for certain text inside a file,

Re: [lazarus] [patch] docs - ActionList

2006-03-16 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, Attached is a patch for the docs regarding the actnlist.xml file. If fixes a few spelling mistakes and better grammar. The patch needs to be applied from the /Lazarus directory. Thanks. Applied. Vincent.

Re: [lazarus] Wiki

2006-03-16 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 3/16/06, Vincent Snijders [EMAIL PROTECTED] wrote: I think we can also have: * td.partial #88 - for Partially Implemented * td.not #ff - Not Implemented * td.progress #ff - In Progress Can you also make them centralize the text? Done

Re: [lazarus] Diminishing executable

2006-03-15 Thread Vincent Snijders
Andreas Berger schreef: This has probably already been discussed, but could someone give me a quick hint. I compile my lazarus projects from the command line - to me it seems faster. However, I can't get it to create a small executable. I have tried adding the -dRELEASE option when calling

Re: [lazarus] Wiki

2006-03-15 Thread Vincent Snijders
Darius Blaszijk wrote: About http://wiki.lazarus.freepascal.org/index.php/Road_To_1.0#Widgetset_dependent_components Is there a better way to implement that table?? I think that code will be hard to maintain. Can´t we use a variable or something like that, so if we change the color of the

Re: [lazarus] Speedbuttons in groupbox don't work

2006-03-15 Thread Vincent Snijders
Marien van Westen wrote: I placed two speedbuttons in a groupbox, with the same groupindex and also two speedbuttons with another groupindex outside the groupbox. The buttons outside the groupbox behave normal. The speedbutons inside the groupbox only react once on a mouseclick, then they seem

Re: [lazarus] Speedbuttons in groupbox don't work

2006-03-15 Thread Vincent Snijders
Marien van Westen wrote: I just found bugreport 1725 with the same report, but Mattias couldn't verify it. Bug 1809 is about DirectoryEdit and dialogs, so I don't think those two are related The buttons of TDirectoryEdit are speedbuttons. Vincent.

Re: [lazarus] Wiki

2006-03-15 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 3/15/06, Darius Blaszijk [EMAIL PROTECTED] wrote: I'm not shure, but I guess that the contents will not be changing so much anymore for the widgets. Only once in a while some components get done. So you need to change text and style of the cell, hardly

Re: [lazarus] Line end characters in Lazarus

2006-03-14 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, I am working on a cross platform application between Windows and Linux, and source code lives in a Subversion repository (on a Linux server). Subversion now gave me a conflict, and has highlighted the whole file (every line) has chanced. I think this is due to the

Re: [lazarus] Lazarus advocacy : Best App wrtitten in Lazarus

2006-03-14 Thread Vincent Snijders
Alexander Todorov wrote: Hi all, tell me what you think of the idea having a web site / page that shows different projects written in Lazarus and scoring them? Trolltech have done a similar page for Best Qt Application but I can't seem to find the link right now. I think it would be good to

Re: [lazarus] Line end characters in Lazarus

2006-03-14 Thread Vincent Snijders
Graeme Geldenhuys wrote: I think this should be handled by the svn client. Make sure you have the set the line ending svn property of each file to native. Any idea how I do this? If you use TortoiseSVN, right click on the file, Properties - Subversion. Set svn:eol-style to native. See also

Re: [lazarus] Resizable forms

2006-03-14 Thread Vincent Snijders
Mattias Gaertner wrote: Yes. Instead of IFDEFs we should add an interface function to ask for the capabilities of the current interface. This way the IFDEFs do not to be checked every time an interface changed. I'm not sure, what capabilities are needed. In case of MessageDlg it would be

Re: [lazarus] Lazarus advocacy : Best App wrtitten in Lazarus

2006-03-14 Thread Vincent Snijders
Alexander Todorov wrote: On 3/14/06, Vincent Snijders [EMAIL PROTECTED] wrote: I think it would be good to have such a page. I wanted to start it here: http://wiki.lazarus.freepascal.org/index.php/Lazarus_Application_Gallery A (not-complete) list of candidates can be found here: http

Re: [lazarus] No thread support error

2006-03-13 Thread Vincent Snijders
Michael Van Canneyt wrote: On Mon, 13 Mar 2006, Graeme Geldenhuys wrote: Hi, What does this error mean? Or rather how do I fix it? I am compiling my app under Linux (Ubuntu 5.10), but it is a cross platform app which must compile under Windows as well. --

Re: [lazarus] Error in wiki (not sure how to fix it)

2006-03-13 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, http://wiki.lazarus.freepascal.org/index.php/Desing_guidelines has a spelling mistake in the url and title. Desing should be Design. The title of the page is also incorrect, and clicking edit doesn't allow you to edit the title. As far as I know, a title can

Re: [lazarus] Error in wiki (not sure how to fix it)

2006-03-13 Thread Vincent Snijders
Micha Nelissen wrote: Vincent Snijders wrote: As far as I know, a title can only be fixed my moving it to a new page. I just did that. For me there is a 'move' tab, next to the 'watch' tab, but maybe that is only if logged in as admin. Are all references moved as well

Re: [lazarus] F1 context help for object inspector

2006-03-13 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 10 Mar 2006 08:25:28 +0100 Bogus__aw Brandys [EMAIL PROTECTED] wrote: Hi, Please add support for F1 context help in object inspector.It will be very useful. For example: pressing F1 when selected is SessionProperties property on TForm should display help

Re: [lazarus] patch for tComboBox

2006-03-13 Thread Vincent Snijders
darekm wrote: Attached patch cause that OnSelChange for tComboBox is fired only one time per click beside I enable some of trace event Darek Index: interfaces/gtk/gtkwinapi.inc === --- interfaces/gtk/gtkwinapi.inc(wersja

Re: [lazarus] Cannot build Lazarus

2006-03-12 Thread Vincent Snijders
Jouke Rensma wrote: Vincent, thanks for your help! I decided to use 2.0.2 from now on. I did some fooling around with files and downloads etc. Maybe it's a good idea to put my solution in the Lazarus svn wiki??? Feel free to add it. (I don't know what you mean by solution, but I will read

Re: tesing and setting read-only on files

2006-03-12 Thread Vincent Snijders
Graeme Geldenhuys wrote: Sorry I found it in SysUtils = FileGetAttr and FileSetAttr PS: I should learn to use Grep more often! :-) Search - Find in files - Search in directories is my favourite. :-) Vincent. _ To

Re: [lazarus] Patch: Target CPU

2006-03-11 Thread Vincent Snijders
Yury Sidorov wrote: Hello, Here is a patch that allows to use fpc as compiler executable. Also -P parameter is passed to compiler when target CPU is specified. I will test this on windows. I already had noticed when working on this that poNoConsole was giving problems, but IIRC that was

Re: [lazarus] Patch: Target CPU

2006-03-11 Thread Vincent Snijders
Yury Sidorov wrote: From: Christian U. [EMAIL PROTECTED] nice, that means i can use the wince interfaace now without crapping my options ? what fpc version is needed to use fpc instead ppc386 ?? Yes. Compile fpc from latest svn branch. Also add the following lines to fpc.cfg #IFDEF

Re: [lazarus] Unit output directory vs Target file name

2006-03-11 Thread Vincent Snijders
Michael Van Canneyt wrote: On Sat, 11 Mar 2006, Mattias Gaertner wrote: On Sat, 11 Mar 2006 09:44:09 +0100 Gabor Boros [EMAIL PROTECTED] wrote: Hi, If I create a new project, set the 'Unit output directory' in Project/Compiler options in example to 'C:\Devel\Bin\Unit' the generated

Re: [lazarus] Patch: Target CPU

2006-03-11 Thread Vincent Snijders
Yury Sidorov wrote: Hello, Here is a patch that allows to use fpc as compiler executable. Also -P parameter is passed to compiler when target CPU is specified. Thanks. Applied. I think the configure build lazarus dialog needs a Target CPU editbox too. Do you want to create a patch for that

Re: [lazarus] Cannot build Lazarus

2006-03-10 Thread Vincent Snijders
Jouke Rensma wrote: Hi all, Just updated via svn to rev. 8903. Now the build of Lazarus breaks in MemCheck.pas with this message: C:\lazarus\components\codetools\MemCheck.pas(797,9) Error: Identifier not found StackTop What could be wrong? I'm using WinXP and FPC 2.1.1 You need to update

Re: [lazarus] [patch] Drag-n-Drop in TListbox

2006-03-10 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi, The TListbox didn't have the drag-n-drop properties published. This patch fixes that. I have tested it under Windows. It is our policy only to publish properties, that are implemented sufficiently, as not to lead people to think drag-n-drop is working, while

Re: [lazarus] Cannot build Lazarus

2006-03-10 Thread Vincent Snijders
Graeme Geldenhuys wrote: Does Lazarus work with FPC 2.1.1 ? Yes, with fpc 2.1.1 from svn, not a two weeks old one. If you want to use fpc 2.1.1, then you must be prepared to update your fpc version regular, because only fpc 2.1.1 svn head will be supported. Vincent

Re: [lazarus] Cannot build Lazarus

2006-03-10 Thread Vincent Snijders
Jouke Rensma wrote: Please advice then: is it better to use 2.0.2? Also when I'm developing for Lazarus itself (or at least try to :-) )? Yes, I think so. Less things to worry about. If you want to develop for lazarus itself you do need *Lazarus* from SVN. Vincent

Re: [lazarus] TripleClick and QuadClick????

2006-03-09 Thread Vincent Snijders
Graeme Geldenhuys wrote: Could someone explain why and when you would ever use these? I have never heard about a TripleClick or QuadClick event. :-) When you are developing an editor component (think like SynEdit) and want to add the following functionality: Double click: select word

Re: [lazarus] TripleClick and QuadClick????

2006-03-09 Thread Vincent Snijders
Graeme Geldenhuys wrote: When you are developing an editor component (think like SynEdit) and want to add the following functionality: Double click: select word Triple click: select line Quad click: select paragraph. Forward thinking ;-) Now try and explain to a handicapped person they

Re: [lazarus] lazarus IDE defunct

2006-03-09 Thread Vincent Snijders
Marc Santhoff wrote: Am Donnerstag, den 09.03.2006, 04:09 +0100 schrieb Marc Santhoff: Since I want to keep my configuration files, I'd like to know, where I have to look for the mixed up file. Okay, I've got it: Thanks, this helped. TPascalParserTool.BuildTree B OnlyIntf=False

Re: [lazarus] TMySQLDatabase and TMySQLDataset

2006-03-09 Thread Vincent Snijders
Michael Van Canneyt wrote: On Thu, 9 Mar 2006, Mattias Gaertner wrote: On Thu, 09 Mar 2006 15:15:01 +0100 Joost van der Sluis [EMAIL PROTECTED] wrote: On Wed, 2006-03-08 at 23:08 +, Panagiotis Sidiropoulos wrote: After testing sqldb and could not make it work for me, I installed and

Re: [lazarus] Second Windows CE Patch

2006-03-09 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: Hello, This patch implements very basically: TApplication TCustomWindow TCustomButton There are also 2 new files that need to be added to the widgetset. Here is a nice screenshot of Lazarus+WinCE =) :

Re: [lazarus] Executing another application from within a lazarus app

2006-03-08 Thread Vincent Snijders
SteveG wrote: Reading the source, it would seem that the line 'Process.Input.Write(InputStrings[1], length(InputStrings));' sends whatever is contained in 'inputstrings' to the process as though typed on the keyboard - is this correct? It sends them to stdin. Can you run your controlled app

Re: [lazarus] Drag'n'Drop in a treeview ?

2006-03-07 Thread Vincent Snijders
Lepidosteus wrote: Hello ! I wanted to know if anyone has a code exemple or something to learn how to do a simple drag'n'drop in a treeview ? Thanks in advance ! Maybe you can take a look at the code that allows drag and drop of components in the components treeview of the object

Re: [lazarus] GetTickCount / LCLLinux

2006-03-06 Thread Vincent Snijders
Friedrich Hattendorf wrote: Hallo, Next Problem Error: Identifier not found GetTickCount according to http://www.lazarus.freepascal.org/lcl_doc/LCLLinux.html This documentation is old. See for updated documentation, http://lazarus-ccr.sourceforge.net/docs/lcl/ it is in the unit LCLLinux.

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

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

<    5   6   7   8   9   10   11   12   >