Re: [lazarus] Debugging SetCursor in Carbon Lazarus

2007-10-04 Thread Paul Ishenin
James Chandler Jr wrote: [skip] These TPaintBoxes are embedded in a TPanel, but maybe that isn't a contributor to the bug, because the TButtons whose Cursors work correctly, are embedded in TPanels too. Is TPaintBox.Cursor works when it placed to form (without TPanel layer)? A TButton (whic

Re: [lazarus] Docking Message window into Source editor

2007-10-04 Thread wile64
> > Notes: > - It does not handle any other docked window. > - It does not fix the positioning code in the IDE for the message If you can given explanations to me which I seek of what you speak? Thanks Mattias -- Laurent.

[lazarus] Debugging SetCursor in Carbon Lazarus

2007-10-04 Thread James Chandler Jr
Hi I'm working with Peter Gannon and Adriaan Van Os on a music app that was ported from Delphi2006 to PC Lazarus, and then ported into a Carbon Lazarus program compiling/debugging in XCode. We have worked out most problems and we are mopping up a few remaining issues. Overall it is workin

[lazarus] PkgOptionsDlg has no form?

2007-10-04 Thread Luis Rodrigues
Hi, In my i18n work i've been looking at the package system and have a quick question: Why is the form sometimes built with code? why is there no .lfm file. This happens in a unit I need to change: PkgOptionsDlg.pas Regards, Luís __

Re: [lazarus] a litle question about freevision

2007-10-04 Thread Carlos German Tejero
I think lazarus must include all fpc packages. I want to create TProjectFileDescriptor descendants for freevision Application, Desktop, Window, etc. Maybe is good that lazarus user's, know fpc include a TurboVision replacement. (Sorry my bad english). Thanks Vincent. 2007/10/4, Vincent Snijders <

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

2007-10-04 Thread Mattias Gaertner
On Thu, 04 Oct 2007 12:12:29 +0300 Valdas Jankūnas <[EMAIL PROTECTED]> wrote: > Mattias Gaertner rašė: > > The LCL TBitmap has no ScanLine property, because under Delphi its > > only purpose is fast direct access and this is not possible under > > all LCL platforms. > > But there is an alternative

Re: [lazarus] huge tabs (height) under GTK2

2007-10-04 Thread Mattias Gaertner
On Thu, 4 Oct 2007 11:27:21 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > On 04/10/2007, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > Yes, it is due to the close buttons. > > > > Patches to tune them are welcome. > > > So are they not native GTK2 tabs then and tunable? I thought

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

2007-10-04 Thread Graeme Geldenhuys
On 04/10/2007, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > > The interface code is responsible for getting the events (thougth > whatever mechanism the toolkit provides) and send those events to LCL. > > LCL will not try to bypass the toolkit and use its own ways to get > keyboard or a

[lazarus] [patch] LCL-fpGUI patch uploaded to Mantis

2007-10-04 Thread Graeme Geldenhuys
Hi, The patch updates the LCL-fpGUI interface for the latest fpGUI >= v0.5. It's still doesn't displaying anything, but the LCL compiles fine from within Lazarus and from the command line. I'm still working on the issue why the main form doesn't display. If anybody has some hints as to where I c

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

2007-10-04 Thread Felipe Monteiro de Carvalho
On 10/3/07, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Using fpGUI as a widget set in Lazarus. How would this affect things? > Does the underlying toolkit pass keyboard input to LCL or does it go > from LCL to the underlying toolkit? The interface code is responsible for getting the events (

Re: Lazarus with fpGUI interface compile error

2007-10-04 Thread Graeme Geldenhuys
On 04/10/2007, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > When I try and compile the LCL-fpGUI interface I get a compiler error: > "Can't open include file..." Don't worry, I figured it out. :-) Regards, - Graeme - ___ fpGUI - a cross-platf

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

2007-10-04 Thread Павел Ишенин
Vincent Snijders wrote: Tom Gregorovic schreef: Vincent Snijders napsal(a): When will this be added to LazDE, so that we don't have to use two applications at the same time? I hope soon. I have an idea to change FPDoc Updater to something like Lazarus Doc Center, which would manage documen

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

2007-10-04 Thread Vincent Snijders
Tom Gregorovic schreef: Vincent Snijders napsal(a): When will this be added to LazDE, so that we don't have to use two applications at the same time? I hope soon. I have an idea to change FPDoc Updater to something like Lazarus Doc Center, which would manage documentation projects. The LazD

[lazarus] Lazarus with fpGUI interface compile error

2007-10-04 Thread Graeme Geldenhuys
Hi, I've been working on the LCL-fpGUI interface units again. I use include files in the fpGUI source, which live in different directories. When I try and compile the LCL-fpGUI interface I get a compiler error: "Can't open include file..." How can I pass to Lazarus the paths it must look at? E

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

2007-10-04 Thread 12 12
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 Hi there! This stupid GDB touched me enough too! It crashes everytime! Is there any alternati

Re: [lazarus] huge tabs (height) under GTK2

2007-10-04 Thread Graeme Geldenhuys
On 04/10/2007, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > Yes, it is due to the close buttons. > > Patches to tune them are welcome. Patch is available on Mantis, thanks to Ales Katona. http://www.freepascal.org/mantis/view.php?id=9856 Regards, - Graeme -

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

2007-10-04 Thread Tom Gregorovic
Graeme Geldenhuys napsal(a): On 03/10/2007, Tom Gregorovic <[EMAIL PROTECTED]> wrote: 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. Ah, you beat me to it!! :) I just starting workin

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

2007-10-04 Thread Tom Gregorovic
Vincent Snijders napsal(a): 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

Re: [lazarus] huge tabs (height) under GTK2

2007-10-04 Thread Graeme Geldenhuys
On 04/10/2007, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > Yes, it is due to the close buttons. > > Patches to tune them are welcome. So are they not native GTK2 tabs then and tunable? I thought they where native GTK2 tabs, hence the reason I thought they looked weird compared to other GTK2

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

2007-10-04 Thread Valdas Jankūnas
Mattias Gaertner rašė: The LCL TBitmap has no ScanLine property, because under Delphi its only purpose is fast direct access and this is not possible under all LCL platforms. But there is an alternative, which can be used in most cases. See lazarus/examples/scanline/. In file "unit.pas" of that

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

2007-10-04 Thread Marc Santhoff
Am Mittwoch, den 03.10.2007, 12:11 +0200 schrieb Graeme Geldenhuys: > Using fpGUI as a widget set in Lazarus. How would this affect things? > Does the underlying toolkit pass keyboard input to LCL or does it go > from LCL to the underlying toolkit? I have no idea about that. Use the source, Luke

Re: [lazarus] huge tabs (height) under GTK2

2007-10-04 Thread Mattias Gaertner
On Thu, 4 Oct 2007 09:12:41 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > Hi, > > Why are the tabs under Lazarus/GTK2 so big (height)? Other GTK2 apps > like Firefox doesn't look that bad. They look really clunky and out > of place (unprofessional or not refined) like the Xt toolkit.

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

2007-10-04 Thread Graeme Geldenhuys
On 03/10/2007, Tom Gregorovic <[EMAIL PROTECTED]> wrote: > 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. > Ah, you beat me to it!! :) I just starting working on the exact same thing. I alrea

[lazarus] huge tabs (height) under GTK2

2007-10-04 Thread Graeme Geldenhuys
Hi, Why are the tabs under Lazarus/GTK2 so big (height)? Other GTK2 apps like Firefox doesn't look that bad. They look really clunky and out of place (unprofessional or not refined) like the Xt toolkit. In the screenshot taken from Victor's previous post (http://rvr.infoastro.org/lazarus-ide-2