Re: [lazarus] utf-8/unicode and keyboard input

2007-10-03 Thread Graeme Geldenhuys
On 03/10/2007, Marc Santhoff [EMAIL PROTECTED] wrote: So if you compile the code with debug defined you will most likely see the event getting translated by function TfpgApplicationImpl.KeySymToKeycode(KeySym: TKeySym): Word; That's correct. Enabling the DEBUG define in the top of the unit

[lazarus] Docking Message window into Source editor

2007-10-03 Thread wile64
Hi all, It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont search Message Window ;) Tested on win32 and GTK2 Regards -- Laurent. My Web :

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread A.J. Venter
Can I vote for this one ? :) For those of us still hoping for a single window IDE eventually, this would be a small but extremely important step along the way. A.J. wile64 wrote: Hi all, It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread anteusz
A.J. Venter wrote: Can I vote for this one ? :) For those of us still hoping for a single window IDE eventually, this would be a small but extremely important step along the way. A.J. wile64 wrote: Hi! I guess single window IDE could be optional. So everyone could be happy. Even those who

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread wile64
2007/10/3, [EMAIL PROTECTED] [EMAIL PROTECTED]: A.J. Venter wrote: Can I vote for this one ? :) For those of us still hoping for a single window IDE eventually, this would be a small but extremely important step along the way. A.J. wile64 wrote: Hi! I guess single window IDE

Re: [lazarus] utf-8/unicode and keyboard input

2007-10-03 Thread Marc Santhoff
Am Mittwoch, den 03.10.2007, 08:52 +0200 schrieb Graeme Geldenhuys: How do I enter a 'ö' character when I use a Programmer Dvorak keyboard layout and my Linux LANG environment variable is set to en_ZA.UTF-8?? Do I need to change my keyboard to a German (or any other foreign language) layout

Re: [lazarus] utf-8/unicode and keyboard input

2007-10-03 Thread Graeme Geldenhuys
On 03/10/2007, Marc Santhoff [EMAIL PROTECTED] wrote: I'd try by using an xterm and setting locale to de_DE.ISO8859-15 or whatever it's named on your System. After that you can start a test program from that xterm. Last time when I was localizing a program I made a new user having $LANG set

Re: [lazarus] gprof does not work

2007-10-03 Thread Mattias Gaertner
On Tue, 25 Sep 2007 20:32:05 +0200 Lord Satan [EMAIL PROTECTED] wrote: Hi everybody, I tried to use gprof on a project of mine, but I don't get any usefull information. My project is compiled without any optimizations and code generation for gprof is enabled. All I get is this: Flat

Re: [lazarus] gprof does not work

2007-10-03 Thread Lord Satan
On Wed, 3 Oct 2007 12:26:00 +0200 Mattias Gaertner [EMAIL PROTECTED] wrote: Alternative: Callgrind/Cachegrind is probably your best bet (and more detailed than gprof). Thought so, will give it a try. _ To unsubscribe:

[lazarus] Added FPDoc Updater to Lazarus - a GUI tool for updating FPDoc files

2007-10-03 Thread Tom Gregorovic
Hi, I have added FPDoc Updater to Lazarus. It is a GUI tool for updating FPDoc files. You can find it in lazarus/doceditor/fpdocupdater/ directory. Features * uses FPC Makeskel tool for generating FPDoc skeletons * mass update of FPDoc files for selected Pascal units * preserves

Re: [lazarus] Added FPDoc Updater to Lazarus - a GUI tool for updating FPDoc files

2007-10-03 Thread Vincent Snijders
Tom Gregorovic schreef: Hi, I have added FPDoc Updater to Lazarus. It is a GUI tool for updating FPDoc files. You can find it in lazarus/doceditor/fpdocupdater/ directory. Features * uses FPC Makeskel tool for generating FPDoc skeletons * mass update of FPDoc files for selected

[lazarus] Mac FPC/Lazarus project, SpeedButtons with Transparency

2007-10-03 Thread Peter Gannon
As described in a previous email, we have converted a Delphi/Windows music program to Mac/FPC/Lazarus (Carbon widgets), with great success. I have a question about SpeedButtons. Do they have a transparency property? On Delphi and FPC/Lazarus/Windows , if Flat property is set to true, it

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread Johannes Müller
wile64 schrieb: Hi all, It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont search Message Window ;) Tested on win32 and GTK2 Regards -- Laurent. My

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread Víctor R. Ruiz
Hi: 2007/10/3, wile64 [EMAIL PROTECTED]: It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont search Message Window ;) I'm still working on the whole IDE docking. The lastest code I have is cleaner than the one I previously sent. You can see the

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread Víctor R. Ruiz
Hi: 2007/10/3, Víctor R. Ruiz [EMAIL PROTECTED]: I'm still working on the whole IDE docking. The lastest code I have is cleaner than the one I previously sent. Here is the patch. Greetings, -- Víctor R. Ruiz [EMAIL PROTECTED] | - Todos estos momentos se perderán

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread anteusz
Víctor R. Ruiz wrote: Hi: 2007/10/3, wile64 [EMAIL PROTECTED]: It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont search Message Window ;) I'm still working on the whole IDE docking. The lastest code I have is cleaner than the one I

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread Mattias Gaertner
On Wed, 03 Oct 2007 19:08:02 +0200 Johannes Müller [EMAIL PROTECTED] wrote: wile64 schrieb: Hi all, It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont search Message Window ;) Tested on win32 and GTK2 Regards --

Re: [lazarus] App Localization

2007-10-03 Thread Luis Rodrigues
On Tue, 2007-10-02 at 16:54 +0200, Mattias Gärtner wrote: Zitat von Luis Rodrigues [EMAIL PROTECTED]: Basically you enable the experimental LRT code *and* remove the working and used RST code. So it breaks existing packages/projects. This must be improved. See below. I

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread Víctor R. Ruiz
Hi: 2007/10/3, [EMAIL PROTECTED] [EMAIL PROTECTED]: When will you finish doing it? Not sure, I've been delayed by some real work to do. The most important things missing on my code are: - Reading from config file. - Live switching between docked/undocked. - QA (test whether everyhing

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread wile64
Notes: - It adds directly a TMenuItem instead of registering a TIDEMenuItem. - It does not save its state. - It does not handle any other docked window. - It does not fix the positioning code in the IDE for the message window. This means this patch can be easily undone, when the LCL get

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread wile64
2007/10/3, Víctor R. Ruiz [EMAIL PROTECTED]: Hi: 2007/10/3, wile64 [EMAIL PROTECTED]: It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont search Message Window ;) I'm still working on the whole IDE docking. The lastest code I have is

[lazarus] Crash Lazarus gdb 6.6 with opendialog in win32 (XP)

2007-10-03 Thread wile64
Hi, If you create new application with opendialog and run in Lazarus with gdb debug option, Lazarus crash after a time later, juste you open the dialog and wait. Lazarus 0.9.23 03/10/2007 FPC 2.2.1 GDB 6.6 Thanks, -- Laurent.

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread Víctor R. Ruiz
Hi: 2007/10/3, wile64 [EMAIL PROTECTED]: I do not want IDE docking completely, but the window of the messages is always masked by the source editor then I made this modification and to see that the docking can function. Yeah, but other users (like me) prefer the entire IDE windows to be

Re: [lazarus] Docking Message window into Source editor

2007-10-03 Thread anteusz
Mattias Gaertner wrote: On Wed, 03 Oct 2007 19:08:02 +0200 Johannes Müller [EMAIL PROTECTED] wrote: wile64 schrieb: Hi all, It is a (unofficial) patch for docking the message window into the source editor (bottom). I dont search Message Window ;) Tested on win32 and GTK2 Regards

Re: [lazarus] scanline example didn't work after update to svn 12247

2007-10-03 Thread Dominique Louis
Hi Mattias, which build of Lazarus is this available in? Because on the version I have, Tbitmaps don't have the scanline property. Dominique. Mattias Gaertner wrote: On Tue, 02 Oct 2007 22:32:21 +0100 Dominique Louis [EMAIL PROTECTED] wrote: Will this Scanline code also work on Mac OS X?

[lazarus] TRegistry crash on Mac OS X

2007-10-03 Thread Dominique Louis
As mentioned I'm porting a Delphi app to Mac OS X and noticed that every time it tries to make use of the TRegistry functions an AV occurs. Does anyone know why this may be happening, and also where does it save these Registry settings? Thanks, Dominique.

[lazarus] a litle question about freevision

2007-10-03 Thread Carlos German Tejero
Why the fpc bundled in the lazarus-win32 installer don't include freevision?? Thanks to all. Bye bye. -- Carlos Germán Tejero

Re: [lazarus] a litle question about freevision

2007-10-03 Thread Vincent Snijders
Carlos German Tejero schreef: Why the fpc bundled in the lazarus-win32 installer don't include freevision?? Because Lazarus does not need that. I never thought anybody would use Lazarus to create freevision applications. Vincent