Re: [lazarus] Hi FPC svn error

2005-09-23 Thread Vincent Snijders
Nataraj S Narayan wrote: Hi I am getting the following after some time while using svn checkout http://svn.freepascal.org/svn/fpc/trunk fpc svn: RA layer request failed svn: REPORT request failed on '/svn/fpc/!svn/vcc/default' svn: REPORT of '/svn/fpc/!svn/vcc/default': Could not read response

Re: [lazarus] Spinedit bug

2005-09-23 Thread dhkblaszyk
Where do I find the LFM?? I will make a patch On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) [EMAIL PROTECTED] wrote: The Anchors dialog does not show anymore. I keep getting a message: Error reading LeftBorderSpaceSpinEdit.Decimal_Places: Unknown property: Decimal_places. Presumably caused by

[lazarus] Single instance

2005-09-23 Thread Bogusław Brandys
Hello, How to prevent my application to be run twice ? I know a method of creating unique Mutex under Windows but I want something platform independent. Any special multiplatform class or function for this ? Regards Boguslaw Brandys

[lazarus] Single instance

2005-09-23 Thread Bogusław Brandys
Hello, How to prevent my application to be run twice ? I know a method of creating unique Mutex under Windows but I want something platform independent. Any special multiplatform class or function for this ? Regards Boguslaw Brandys

Re: [lazarus] Spinedit bug

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 01:43:52 +0200 Marc Weustink [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 22 Sep 2005 23:10:33 +0200 (CEST) [EMAIL PROTECTED] wrote: The Anchors dialog does not show anymore. I keep getting a message: Error reading

Re: [lazarus] Single instance

2005-09-23 Thread Razvan Adrian Bogdan
On 9/23/03, Bogusław Brandys [EMAIL PROTECTED] wrote: Hello, How to prevent my application to be run twice ? I know a method of creating unique Mutex under Windows but I want something platform independent. Any special multiplatform class or function for this ? Regards Boguslaw Brandys

[lazarus] Daily snapshots

2005-09-23 Thread Bogusław Brandys
Hello, I'm working on Windows mostly with daily snapshots,but I'd like to now if it's possible to prepare also special snapshots : when Lazarus is always taken from SVN but FPC is stable + fixes ? Sometimes FPC unstable is broken (especially for debug info) and it is really annoying. I know that

Re: [lazarus] Daily snapshots

2005-09-23 Thread Vincent Snijders
Bogusław Brandys wrote: Hello, I'm working on Windows mostly with daily snapshots,but I'd like to now if it's possible to prepare also special snapshots : when Lazarus is always taken from SVN but FPC is stable + fixes ? Sometimes FPC unstable is broken (especially for debug info) and it is

[lazarus] onchange event for edit box

2005-09-23 Thread barko
OnChange event is broken for edit box. latest svn and fpc 2.1.1 (working) from svn. -- bye, ...s]-[it happens... _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

[lazarus] Error in ProjectOpts when compiling with -dEnableLazDoc

2005-09-23 Thread Vincent Snijders
Hi, I can't compile lazarus with -dEnableLazDoc: C:\lazarus\source\lazarus\ide\ProjectOpts.pp(260,38) Error: identifier idents no member LazDocPathList C:\lazarus\source\lazarus\ide\ProjectOpts.pp(310,13) Error: identifier idents no member LazDocPathList Line 260 is:

[lazarus] IDE interface: commands and menus

2005-09-23 Thread Mattias Gaertner
I'm searching for testers. Just compile the IDE with '-dUseMenuIntf -dUseIDEScopes' and work wit h it the next days. Tools - Configure Build Lazarus - Options: -dUseMenuIntf -dUseIDEScopes Or at command line make clean all OPT='-dUseMenuIntf -dUseIDEScopes' The story: I completed the IDE menu

Re: [lazarus] Spinedit bug

2005-09-23 Thread dhkblaszyk
In your own project directory. Or in the popup menu of the source editor. Oops, I was under the impression that the property editor was the problem. Apparently not. Btw. If I would like to examine the poperty editor for TStrings, where could I find it?? The counting of lines and characters

Re: [lazarus] Spinedit bug

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 14:10:59 +0200 (CEST) [EMAIL PROTECTED] wrote: In your own project directory. Or in the popup menu of the source editor. Oops, I was under the impression that the property editor was the problem. Apparently not. Btw. If I would like to examine the poperty editor for

Re: [lazarus] onchange event for edit box

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 12:30:08 +0200 barko [EMAIL PROTECTED] wrote: OnChange event is broken for edit box. latest svn and fpc 2.1.1 (working) from svn. Fixed. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Error in ProjectOpts when compiling with -dEnableLazDoc

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 14:16:02 +0200 (CEST) [EMAIL PROTECTED] wrote: TProject doesn't seem to have a LazDocPathList property This patch should fix this. Applied. Thanks. Mattias _ To unsubscribe: mail [EMAIL PROTECTED]

Re: [lazarus] Daily snapshots

2005-09-23 Thread Luis R. Hilario B.
2005/9/23, Vincent Snijders [EMAIL PROTECTED]: After 0.9.10 has been released, Vincent. Should not be Lazarus in frozen mode for the version 1.0? Various translators we have to work double, because the content changes. Lazarus 2006 Ya! :) -- http://luisdigital.com

Re: [lazarus] onchange event for edit box

2005-09-23 Thread barko
Thanks Mattias! :) Dne petek 23. septembra 2005 14:31 je Mattias Gaertner napisal(a): On Fri, 23 Sep 2005 12:30:08 +0200 barko [EMAIL PROTECTED] wrote: OnChange event is broken for edit box. latest svn and fpc 2.1.1 (working) from svn. Fixed. Mattias

[lazarus] TSpinEdit.Climb_Rate error

2005-09-23 Thread Crause, Christo \(JC\)
Title: TSpinEdit.Climb_Rate error I cannot open the Debugger Options form in Lazarus after compiling today's SVN version of Lazarus. It gives the following error: Error reading seLimitLinecount.Climb_Rate: Unknown property: Climb_Rate when loading the .lfm file. The TSpinEdit component

Re: [lazarus] Daily snapshots

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 08:55:56 -0400 Luis R. Hilario B. [EMAIL PROTECTED] wrote: 2005/9/23, Vincent Snijders [EMAIL PROTECTED]: After 0.9.10 has been released, Vincent. Should not be Lazarus in frozen mode for the version 1.0? That would be too early. There are still 149 issues.

Re: [lazarus] TSpinEdit.Climb_Rate error

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 15:39:19 +0200 Crause, Christo (JC) [EMAIL PROTECTED] wrote: I cannot open the Debugger Options form in Lazarus after compiling today's SVN version of Lazarus. It gives the following error: Error reading seLimitLinecount.Climb_Rate: Unknown property: Climb_Rate when

[lazarus] Ubuntu problems

2005-09-23 Thread Bogusław Brandys
Hello, Still have problems with Lazarus compiled for GTK2 on Ubuntu.It works but freeze on any IDe configuration dialog (I want to check my font for source editor because it doesn't display Polish chars and when I type any char there is funny empty space after that always) Anyway, this is major

[lazarus] SVN update

2005-09-23 Thread Mattias Gaertner
I started the Source Editor interface (SrcEditorIntf.pas in package IDEIntf). Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Ubuntu problems

2005-09-23 Thread Bogusław Brandys
Mattias Gaertner wrote: On Fri, 23 Sep 2005 16:42:59 +0200 Bogus__aw Brandys [EMAIL PROTECTED] wrote: Hello, Still have problems with Lazarus compiled for GTK2 on Ubuntu.It works but freeze on any IDe configuration dialog (I want to check my font for source editor because it doesn't display

[lazarus] Gtk2 - Listbox not assign font?

2005-09-23 Thread v.scozzaro '[EMAIL PROTECTED]'
Gtk2 - Listbox not assign font? Tanks _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] dxgettext

2005-09-23 Thread Bogusław Brandys
I have found something cool ! gettext conversion for Delphi which is (I stated) compilable with FreePascal Look at : http://dybdahl.dk/dxgettext/ Is it much simpler and not restricted by LGPL then existing Lazarus gettext support ? Someone has experience with that tool ? Regards Boguslaw

Re: [lazarus] Ubuntu problems

2005-09-23 Thread Bogusław Brandys
A.J. Venter wrote: Did you try using gtk1 for the IDE and gtk2 for your projects? Hmm.No.Is it possible ? Yes, provided of course you have both GTK1 and GTK2 libs installed. Since your lazarus is already compiled for GTK2, that means the LCL is also compiled with GTK2 support, so you

Re: [lazarus] Ubuntu problems

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 18:45:47 +0200 Bogus__aw Brandys [EMAIL PROTECTED] wrote: A.J. Venter wrote: Did you try using gtk1 for the IDE and gtk2 for your projects? Hmm.No.Is it possible ? Yes, provided of course you have both GTK1 and GTK2 libs installed. Since your lazarus is

Re: [lazarus] A diff voor lazaruside.nl.po

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 18:05:21 +0200 Matthijs Willemstein [EMAIL PROTECTED] wrote: Hi, A new diff for the Dutch translation of the lazarus IDE. Thanks. Applied. Mattias _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] open file with associated application

2005-09-23 Thread Inpromptu
I use var s:longint; . . . s:=shell('kfmclient exec '+filename); It works if you have KDE. Inpromptu On 9/18/05, Melchiorre Caruso [EMAIL PROTECTED] wrote: Hi, could anybody explain to me how to open a files with associated application? With Delphi I use ShellExecute

[lazarus] StrLCopy for PWideChar ?

2005-09-23 Thread Alexander Todorov
Hello, does somebody know a function to replace StrLCopy and StrLen that works with PWideChar instead of PChar ? It seems to me that WideString support is not fully working yet. (fpc 2.0.0 and Lazarus 0.9.8 from windows binaries). Can you help / give more information about widestrings? TIA.

Re: [lazarus] IDE interface: commands and menus

2005-09-23 Thread Andrew Haines
Mattias Gaertner wrote: I'm searching for testers. Just compile the IDE with '-dUseMenuIntf -dUseIDEScopes' and work wit h it the next days. Tools - Configure Build Lazarus - Options: -dUseMenuIntf -dUseIDEScopes Or at command line make clean all OPT='-dUseMenuIntf -dUseIDEScopes' The story:

[lazarus]

2005-09-23 Thread dhkblaszyk
Or at command line make clean all OPT='-dUseMenuIntf -dUseIDEScopes' I keep getting the following error: C:\lazarusmake clean all OPT='-dUseMenuIntf -dUseIDEScopes' make: invalid option -- U Usage: make [options] [target] ... Options: -b, -m Ignored for compatibility.

Re: [lazarus] IDE interface: commands and menus

2005-09-23 Thread Mattias Gaertner
On Fri, 23 Sep 2005 16:36:42 -0400 Andrew Haines [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: I'm searching for testers. Just compile the IDE with '-dUseMenuIntf -dUseIDEScopes' and work wit h it the next days. Tools - Configure Build Lazarus - Options: -dUseMenuIntf -dUseIDEScopes Or

Re: [lazarus] dbGrid automatic column resize to data length

2005-09-23 Thread Jesus Reyes
--- Micha³ Wojtaszek [EMAIL PROTECTED] escribió: Hi all I have one, i think easy question. I have SQLite table filed by data. I configure SQLiteDataset, DataSource and etc. and it works just fine. There only one problem. All cols has fixed width. When I use StringGrid just call

Re: [lazarus]

2005-09-23 Thread Darius Blaszijk
On Fri, 2005-09-23 at 23:04, Mattias Gaertner wrote: I just tested: It does compile. What fpc are you using? 2.0.0 C:\lazarus\packager\PkgManager.pas(1189,6) Error: Incompatible types: got AnsiString expected Char btw. make clean all did also give me the above error, so not related to the

Re: [lazarus]

2005-09-23 Thread Mattias Gaertner
On 23 Sep 2005 23:29:07 +0200 Darius Blaszijk [EMAIL PROTECTED] wrote: On Fri, 2005-09-23 at 23:04, Mattias Gaertner wrote: I just tested: It does compile. What fpc are you using? 2.0.0 C:\lazarus\packager\PkgManager.pas(1189,6) Error: Incompatible types: got AnsiString expected Char

Re: [lazarus] dbGrid automatic column resize to data length

2005-09-23 Thread Michał Wojtaszek
It will be just great. I love You Man !!! (only I have no idea what my wife thinks about it :))) I cross my fingers and wait till it comes. Thanks Michal Dnia 23-09-2005, pią o godzinie 16:27 -0500, Jesus Reyes napisał(a): --- Micha³ Wojtaszek [EMAIL PROTECTED] escribió: Hi all I have

Re: [lazarus] Several patches

2005-09-23 Thread Jesus Reyes
- Original Message - From: [EMAIL PROTECTED] To: lazarus@miraclec.com Sent: Friday, September 23, 2005 1:43 PM Subject: [lazarus] Several patches Here are two patches, which were lying around some time. grids: - code cleanup for goFixedRowNumbering - added goHideCells: if set the

[lazarus] dbGrid again, problems with dgTitles=False

2005-09-23 Thread Michał Wojtaszek
Hello again. Another problem with dbGrid: When I set dgTitles to false I still have 2 rows, even it they are empty. When they are filed and I delete first row second row comes up and dbGrid displays two exactly the same rows (second is fake, it disappear when I delete first) Probably this is

Re: [lazarus] Lazarus crashes while starting

2005-09-23 Thread Lord Satan
Maybe someone has an idea? The problem seems to be the use of gtk1 pixmap themes as lazarus always crashes while using one of these. Using themes that do not rely on the gtk pixmap engine solves the problem. The downside is that all good looking themes I know are pixmap based but at least