Re: [Lazarus] Brook 1.0 - A new framework for web was born

2012-12-15 Thread Michael Van Canneyt
Hello, Impressive. I was not yet quite awake before opening your website and looking at the sources, but after some browsing through the sources, I am fully awake. I'm looking forward to trying it out ! Enjoy your holidays :) Michael. On Sat, 15 Dec 2012, silvioprog wrote: Hello all,

Re: [Lazarus] ChmHelpPkg: better way to show all CHMs when starting lhelp?

2012-12-15 Thread Reinier Olislagers
> On 21-7-2012 13:56, Reinier Olislagers wrote: >> Editing ChmHelpPkg to try and solve bug 22110 Help (at least CHM help) >> should open all help files to enable content/index search >> >> I want to open all .chm files in the help database when starting up >> lhelp, which allows browsing and search

Re: [Lazarus] ChmHelpPkg: better way to show all CHMs when starting lhelp?

2012-12-15 Thread Reinier Olislagers
On 15-12-2012 12:43, Reinier Olislagers wrote: >> On 21-7-2012 13:56, Reinier Olislagers wrote: >>> Editing ChmHelpPkg to try and solve bug 22110 Help (at least CHM help) >>> should open all help files to enable content/index search >>> >>> I want to open all .chm files in the help database when st

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-15 Thread Marcos Douglas
On Sat, Dec 15, 2012 at 1:09 AM, waldo kitty wrote: > On 12/14/2012 13:17, Marcos Douglas wrote: >> >> On Fri, Dec 14, 2012 at 8:05 AM, Marcos Douglas wrote: >>> >>> Hi, >>> >>> I have a table with a "memo field". >>> I put a "retangle" with stretch property True; the band is stretch and >>> brea

Re: [Lazarus] Brook 1.0 - A new framework for web was born

2012-12-15 Thread Marcos Douglas
On Sat, Dec 15, 2012 at 1:23 AM, silvioprog wrote: > Hello all, > > More than 15,000 lines of source code, more than 90 test cases, more than > one year of work. Today, a new framework for web development was born. It's > name is Brook and its nice features are available for you. > I thank the FPW

[Lazarus] Getting eof from standard input

2012-12-15 Thread Mark Morgan Lloyd
I've got a program here which works fine on Linux but has started to fail on Windows after running fine for years. This doesn't appear to depend on the version of Lazarus, version of FPC or version of Windows, but since I've now got the source in local svn I can see that the earliest version I

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-15 Thread Jesus Reyes
--- El sáb 15-dic-12, Marcos Douglas escribió: > De: Marcos Douglas > Asunto: Re: [Lazarus] LazReport: printing on the next page, using stretch and > breaked band > A: "Waldo Kitty" , "Lazarus mailing list" > > Fecha: sábado, 15 de diciembre de 2012, 9:25 > On Sat, Dec 15, 2012 at 1:09 AM,

Re: [Lazarus] LazReport: printing on the next page, using stretch and breaked band

2012-12-15 Thread Marcos Douglas
On Sat, Dec 15, 2012 at 4:02 PM, Jesus Reyes wrote: > > > --- El sáb 15-dic-12, Marcos Douglas escribió: > >> De: Marcos Douglas >> Asunto: Re: [Lazarus] LazReport: printing on the next page, using stretch >> and breaked band >> A: "Waldo Kitty" , "Lazarus mailing list" >> >> Fecha: sábado, 1

Re: [Lazarus] ChmHelpPkg: better way to show all CHMs when starting lhelp?

2012-12-15 Thread Reinier Olislagers
On 15-12-2012 16:24, Reinier Olislagers wrote: > On 15-12-2012 12:43, Reinier Olislagers wrote: >>> On 21-7-2012 13:56, Reinier Olislagers wrote: Editing ChmHelpPkg to try and solve bug 22110 Help (at least CHM help) should open all help files to enable content/index search I wa

[Lazarus] Right clicking buttons - no OnClick event?

2012-12-15 Thread Crone, Thomas J.
I'm using Lazarus IDE v1.0.2 on Windows 7. When I right click a button, I don't get an OnClick Event? Is this expected? If so, why? Tom Crone -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/

[Lazarus] How to save compiled units for other programs to use?

2012-12-15 Thread Crone, Thomas J.
I'm using Lazarus IDE v1.0.2 on Windows 7. With my old Delphi (v4), I'd compile a unit and copy the .dcu file to the Delphi lib folder so other programs with "USES unitname" would find it. I guess with Lazarus, I need to put the .ppu file somewhere? where? Thank you Tom Crone -- __

Re: [Lazarus] Right clicking buttons - no OnClick event?

2012-12-15 Thread Reinier Olislagers
On 15-12-2012 21:01, Crone, Thomas J. wrote: > I'm using Lazarus IDE v1.0.2 on Windows 7. > > When I right click a button, I don't get an OnClick Event? > > Is this expected? If so, why? > Seems we're faithfully following the competition/inspiration/other product: http://docwiki.embarcadero.com/

Re: [Lazarus] Right clicking buttons - no OnClick event?

2012-12-15 Thread Crone, Thomas J.
The competition/inspiration/other's doc says: Use the OnClick event handler to respond when the user clicks the control. <> Usually, OnClick occurs when the user presses and releases the left mouse button with the mouse pointer over the control. This event can also occur when: ... So it does

Re: [Lazarus] Right clicking buttons - no OnClick event?

2012-12-15 Thread Bart
On 12/15/12, Crone, Thomas J. wrote: > I'm using Lazarus IDE v1.0.2 on Windows 7. > > When I right click a button, I don't get an OnClick Event? > > Is this expected? If so, why? Tested with Delphi 3. No OnClick on right-clicking. Bart -- ___ Lazarus

Re: [Lazarus] Getting eof from standard input

2012-12-15 Thread Sven Barth
On 15.12.2012 18:50, Mark Morgan Lloyd wrote: I've got a program here which works fine on Linux but has started to fail on Windows after running fine for years. This doesn't appear to depend on the version of Lazarus, version of FPC or version of Windows, but since I've now got the source in loca

Re: [Lazarus] How to save compiled units for other programs to use?

2012-12-15 Thread Sven Barth
On 15.12.2012 21:03, Crone, Thomas J. wrote: I'm using Lazarus IDE v1.0.2 on Windows 7. With my old Delphi (v4), I'd compile a unit and copy the .dcu file to the Delphi lib folder so other programs with "USES unitname" would find it. I guess with Lazarus, I need to put the .ppu file somewhere? w

Re: [Lazarus] How to save compiled units for other programs to use?

2012-12-15 Thread Mattias Gaertner
"Crone, Thomas J." hat am 15. Dezember 2012 um 21:03 geschrieben: > I'm using Lazarus IDE v1.0.2 on Windows 7. > > With my old Delphi (v4), I'd compile a unit and copy the .dcu file to > the Delphi lib folder so other programs with "USES unitname" would find it. > I guess with Lazarus, I need to

Re: [Lazarus] Right clicking buttons - no OnClick event?

2012-12-15 Thread Juha Manninen
On Sat, Dec 15, 2012 at 10:28 PM, Crone, Thomas J. wrote: > Then in OnClick I use StepCount, but I have to doubleClick to get OnClick to > fire Why is that? OnClick should fire with a single click. Anyway you can use OnMouseUp to test Left/Right click. OnClick is not needed at all then. Ju

Re: [Lazarus] Brook 1.0 - A new framework for web was born

2012-12-15 Thread silvioprog
2012/12/15 Marc Hanisch > Thanks Silvio, > > Your work looks amazing! Thank you very much, I thinks there is the need > for another framework (and good documenation). Thanks again for making it > Open Source! > > Do you want to announce this on the Google+ Free Pascal Community page? We > allread

Re: [Lazarus] Brook 1.0 - A new framework for web was born

2012-12-15 Thread silvioprog
2012/12/15 Marcos Douglas > On Sat, Dec 15, 2012 at 1:23 AM, silvioprog wrote: > > Hello all, > > > > More than 15,000 lines of source code, more than 90 test cases, more than > > one year of work. Today, a new framework for web development was born. > It's > > name is Brook and its nice feature

Re: [Lazarus] Brook 1.0 - A new framework for web was born

2012-12-15 Thread silvioprog
2012/12/15 Michael Van Canneyt > > Hello, > > Impressive. > > I was not yet quite awake before opening your website and looking at the > sources, but after some browsing through the sources, I am fully awake. I'm > looking forward to trying it out ! > > Enjoy your holidays :) > > Michael. > Oh!

Re: [Lazarus] Brook 1.0 - A new framework for web was born

2012-12-15 Thread silvioprog
Guys, this is the repository of Brook site sources: https://github.com/silvioprog/brook-site You can make a fork and change it directly. Changed these codes, it's only to apply to the site. Thank you! -- Silvio Clécio My public projects - github.com/silvioprog -- __

[Lazarus] Undo/Redo in Form Designer

2012-12-15 Thread Александр С .
Hi ! I'm doing a undo/redo-system for form designer ( bugs.freepascal.org/view.php?id=22584). This is not the final version now. I post the patches, and each next patch contains more features than the previous one. My code is not perfect, but I'm working on it :) Can any of responsible developers t