[Lazarus] Window sizing on gtk

2011-10-28 Thread Max Vlasov
Hi, I noticed a little difference between gtk and win32 in handling window sizing programmatically and appreciate any advice on the subject. On Windows it is possible to create user-drawn window that formally is not resizable and has no system decoration, but behaves like normal resizable window.

Re: [Lazarus] Window sizing on gtk

2011-10-28 Thread Max Vlasov
On Fri, Oct 28, 2011 at 11:57 AM, Max Vlasov max.vla...@gmail.com wrote: I can fix the first problem just by little extra code that switches between the current size and Bounds(0, 0, Screen.Width, Screen.Height), While trying to implement this particular workaround, noticed also a strange

Re: [Lazarus] TLMMouseEvent now lacks state

2011-10-28 Thread Graeme Geldenhuys
On 27 October 2011 17:02, Felipe Monteiro de Carvalho wrote: I am (very slowly) writing a custom drawn set of controls. Consider saying goodbye to about 4 years of your life. :) Wouldn't it simply be easier to work on LCL-fpGUI widgetset interface instead? From your posts of the last few

Re: [Lazarus] Window sizing on gtk

2011-10-28 Thread Hans-Peter Diettrich
Max Vlasov schrieb: Hi, I noticed a little difference between gtk and win32 in handling window sizing programmatically and appreciate any advice on the subject. You should understand that non-Windows platforms have separate window mangers, which do not allow to control forms as on Windows.

[Lazarus] recent Tools-Example Projects dialog

2011-10-28 Thread Howard Page-Clark
Just for clarity in the code I suggest that \ide\manageexamples.pas lines 54 and 55 should have procedures named: FillDirectoriesPending; FillProjectsPending; with a 'P' not a 'B'? Howard -- ___ Lazarus mailing list

Re: [Lazarus] TLMMouseEvent now lacks state

2011-10-28 Thread Michael Schnell
On 10/28/2011 02:25 PM, Graeme Geldenhuys wrote: Wouldn't it simply be easier to work on LCL-fpGUI widgetset interface instead? LCL-fpGUI looks very promising, indeed ! I would appreciate improvements on LCL-fpGUI a lot. If anybody starts working on same, I might be able to supply some

Re: [Lazarus] TLMMouseEvent now lacks state

2011-10-28 Thread Michael Schnell
On 10/27/2011 05:02 PM, Felipe Monteiro de Carvalho wrote: http://wiki.lazarus.freepascal.org/Lazarus_Custom_Drawn_Controls http://wiki.lazarus.freepascal.org/Lazarus_Custom_Drawn_Package In fact I understand that fpGUI already is a custom drawn Widget set and it does work (to some extend) with

Re: [Lazarus] TLMMouseEvent now lacks state

2011-10-28 Thread Felipe Monteiro de Carvalho
On Fri, Oct 28, 2011 at 2:25 PM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: Consider saying goodbye to about 4 years of your life. :) Wouldn't it simply be easier to work on LCL-fpGUI widgetset interface instead? Easier, maybe yes, but: * Part of the work is to build controls to use the

Re: [Lazarus] TLMMouseEvent now lacks state

2011-10-28 Thread zeljko
On Friday 28 of October 2011 17:01:55 Felipe Monteiro de Carvalho wrote: All I want is to be able to port the LCL to new platforms with a minimum of work and with a minimum of time loss when whatever bigshot director trashes the platform that I am working with now. And custom drawn is the

[Lazarus] gdb crash with printdialog dialog

2011-10-28 Thread dpliste
Hi all, I noticed a problem with a simple application that contain only a printdialog (just the component in the form with no code). If I run the application = no problem When I close the application the application crash and a dialog appear saying that gdb.exe as a problem and must be close.

Re: [Lazarus] gdb crash with printdialog dialog

2011-10-28 Thread Martin
On 28/10/2011 18:23, dpli...@free.fr wrote: Hi all, I noticed a problem with a simple application that contain only a printdialog (just the component in the form with no code). If I run the application = no problem When I close the application the application crash and a dialog appear saying

Re: [Lazarus] Lazarus bigide 0.9.30.2RC2 doesn't compile on FreeBSD

2011-10-28 Thread Mattias Gaertner
On Fri, 28 Oct 2011 13:35:44 -0500 Alonso Cárdenas Márquez acarde...@bsd-peru.org wrote: Hi I'm trying compile latest version of Lazarus with bigide option, but it failed with the following messages Compiling memdslaz.pas PPU Loading

Re: [Lazarus] gdb crash with printdialog dialog

2011-10-28 Thread Pierre Delore
Hi Martin, The latter can be solved by upgrading GDB: Either get the latest mingw, or you can find them here: http://svn.freepascal.org/svn/lazarus/binaries/i386-win32/gdb/bin/ I follow the link and I upgraded gdb (7.2 to 7.3) = Same problem -- Pierre - Mail original - De: Martin

Re: [Lazarus] Brazilian Lazarus Translation

2011-10-28 Thread Antônio
Last part of my revision posted today on BugTracker. Antônio -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] gdb crash with printdialog dialog

2011-10-28 Thread Martin
On 28/10/2011 20:02, Pierre Delore wrote: Hi Martin, The latter can be solved by upgrading GDB: Either get the latest mingw, or you can find them here: http://svn.freepascal.org/svn/lazarus/binaries/i386-win32/gdb/bin/ I follow the link and I upgraded gdb (7.2 to 7.3) = Same problem In

Re: [Lazarus] gdb crash with printdialog dialog

2011-10-28 Thread Pierre Delore
Same problem with gdb 7.3.1 and 7.1 Pierre - Mail original - De: Pierre Delore dpli...@free.fr À: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Envoyé: Vendredi 28 Octobre 2011 21:02:37 Objet: Re: [Lazarus] gdb crash with printdialog dialog Hi Martin, The latter can be

Re: [Lazarus] Lazarus bigide 0.9.30.2RC2 doesn't compile on FreeBSD

2011-10-28 Thread Alonso Cárdenas Márquez
2011/10/28 Mattias Gaertner nc-gaert...@netcologne.de On Fri, 28 Oct 2011 13:35:44 -0500 Alonso Cárdenas Márquez acarde...@bsd-peru.org wrote: Hi I'm trying compile latest version of Lazarus with bigide option, but it failed with the following messages Compiling memdslaz.pas PPU

Re: [Lazarus] Brazilian Lazarus Translation

2011-10-28 Thread Maxim Ganetsky
28.10.2011 23:03, Antônio пишет: Last part of my revision posted today on BugTracker. Antônio, you are wasting your time. Both your updates were rejected. See my comments in bugtracker. For the curious people, this is the algorithm to make sure that a translation update won't be applied:

Re: [Lazarus] gdb crash with printdialog dialog

2011-10-28 Thread Martin
I don't think any of the older ones will do any good. But if at all then 7.0 or 7.0.50 ..But as I said, I don't think they will. If gdb only crashes when the app closes, then you can still debug your app. Yes sure inconvenient, that gdb crashes. assign a key to the IDE's Reset Debugger, in

Re: [Lazarus] Brazilian Lazarus Translation

2011-10-28 Thread Antônio
Well, I am discussing right here. Marcelo is monitoring (I hope) this and can enjoy my work, if he wants. Antônio 2011/10/28 Maxim Ganetsky gan...@narod.ru: 28.10.2011 23:03, Antônio пишет: Last part of my revision posted today on BugTracker. Antônio, you are wasting your time. Both your

Re: [Lazarus] Brazilian Lazarus Translation

2011-10-28 Thread Antônio
I did my part. Antônio -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Brazilian Lazarus Translation

2011-10-28 Thread Maxim Ganetsky
29.10.2011 1:27, Antônio пишет: Well, I am discussing right here. Marcelo is monitoring (I hope) this and can enjoy my work, if he wants. IMO this is rather strange method of discussion. -- Best regards, Maxim Ganetsky mailto:gan...@narod.ru --

Re: [Lazarus] Brazilian Lazarus Translation

2011-10-28 Thread Antônio
Sorry, I said if he wants, I should say if he wants so. My fault. Good afternoon. Antônio 2011/10/28 Maxim Ganetsky gan...@narod.ru: 29.10.2011 1:27, Antônio пишет: Well, I am discussing right here. Marcelo is monitoring (I hope) this and can enjoy my work, if he wants. IMO this is rather

Re: [Lazarus] Brazilian Lazarus Translation

2011-10-28 Thread Antônio
The file is available on BugTracker. Antônio 2011/10/28 Antônio antoniog12...@gmail.com: Sorry, I said if he wants, I should say if he wants so. My fault. Good afternoon. Antônio 2011/10/28 Maxim Ganetsky gan...@narod.ru: 29.10.2011 1:27, Antônio пишет: Well, I am discussing right here.