Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Anthony Walter via Lazarus
Okay I tested on OSX. The sparta docked form designer mostly works. Notable problems on OSX are: 1) Forms appear at runtime without a border. This can be fixed by setting the BorderStyle at runtime to bsSingle or bsSizeable. Note setting the BorderStyle at design time causes the border to be

Re: [Lazarus] pmNotXor on Carbon

2017-07-19 Thread Dmitry Boyarintsev via Lazarus
2017-07-19 12:10 GMT-04:00 Alexey via Lazarus : > Dmitry, can you see, pls, how to add the same on Cocoa WS. Maybe easy... Done. r55543 Same approach as carbon. I'd call it "good enough". -- ___ Lazarus mailing list

Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Anthony Walter via Lazarus
If it wasn't clear, here are the EXAMPLE units which define and register an inheritable form. Example note form: https://github.com/sysrpl/dockedform/blob/master/docknotefrm.pas The logic of the registration code: https://github.com/sysrpl/dockedform/blob/master/dockerformdesign.pas Usage:

Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Anthony Walter via Lazarus
Okay I've tested on windows it it works great, but not at all on gtk2 linux. I created a test project for inherited forms, because it might not be so straight forward for some of you test. I attached the test project to issue 29615 Here is a page with a video screen capture of the docked form

[Lazarus] lazbuild and package output dirirectory

2017-07-19 Thread Alonso Cárdenas Márquez via Lazarus
Hi I'm maintainer of fpc and lazarus on FreeBSD and I have added some lazarus apps to ports tree (peazip and transmision-remote-gui for example), but I'm having some problems when an app needs some packages not compiled by default with lazarus (editors/lazarus is compiled like BIGIDE on FreeBSD).

Re: [Lazarus] pmNotXor on Carbon

2017-07-19 Thread Dmitry Boyarintsev via Lazarus
2017-07-19 12:10 GMT-04:00 Alexey via Lazarus : > Dmitry, can you see, pls, how to add the same on Cocoa WS. Maybe easy... Should be similar. I'll take a look later today. Are testing it with (cocoa) Lazarus itself? --

Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Anthony Walter via Lazarus
I tested on windows a few hours ago and noticed a few things. The biggest problem is that even without sparta installed, inherited forms is no longer working in trunk revisions. In fact when I try to register and then create an inherited form using the "File > New..." dialog, the lazarus IDE

Re: [Lazarus] Running Unit tests for all projects

2017-07-19 Thread pdigonzelli-softs via Lazarus
unsubscribe El 19/07/17 a las 10:32, Martin Schreiber via Lazarus escribió: On Wednesday 19 July 2017 15:08:55 Marcos Douglas B. Santos via Lazarus wrote: On Wed, Jul 19, 2017 at 9:53 AM, Martin Schreiber via Lazarus wrote: Screenshot:

Re: [Lazarus] Running Unit tests for all projects

2017-07-19 Thread Martin Schreiber via Lazarus
On Wednesday 19 July 2017 15:08:55 Marcos Douglas B. Santos via Lazarus wrote: > On Wed, Jul 19, 2017 at 9:53 AM, Martin Schreiber via Lazarus > > wrote: > > Screenshot: > > http://mseide-msegui.sourceforge.net/pics/mserun.png > > Binaries: > >

Re: [Lazarus] Running Unit tests for all projects

2017-07-19 Thread Mattias Gaertner via Lazarus
On Wed, 19 Jul 2017 10:23:16 -0300 "Marcos Douglas B. Santos via Lazarus" wrote: >[...] > But I only use lazbuild to build the IDE. I've took a look in this > page http://wiki.lazarus.freepascal.org/lazbuild and I haven't found > an argument related to the project

Re: [Lazarus] Running Unit tests for all projects

2017-07-19 Thread Marcos Douglas B. Santos via Lazarus
On Wed, Jul 19, 2017 at 9:59 AM, Mattias Gaertner via Lazarus wrote: > On Wed, 19 Jul 2017 09:43:02 -0300 > "Marcos Douglas B. Santos via Lazarus" > wrote: > >>[...] >> How do you get the compiler arguments for each project? Mabe

Re: [Lazarus] Running Unit tests for all projects

2017-07-19 Thread Martin Schreiber via Lazarus
On Wednesday 19 July 2017 14:43:02 Marcos Douglas B. Santos via Lazarus wrote: > On Tue, Jul 18, 2017 at 11:11 AM, Graeme Geldenhuys via Lazarus > > wrote: > > On 2017-07-18 14:42, Marcos Douglas B. Santos via Lazarus wrote: > > > > MSEide+MSEgui has such a tool in

Re: [Lazarus] Running Unit tests for all projects

2017-07-19 Thread Marcos Douglas B. Santos via Lazarus
On Tue, Jul 18, 2017 at 11:11 AM, Graeme Geldenhuys via Lazarus wrote: > On 2017-07-18 14:42, Marcos Douglas B. Santos via Lazarus wrote: > > MSEide+MSEgui has such a tool in its MSEUniverse repository. It's a bit > cryptic to use (and no help as always), but once

[Lazarus] MessageBox mb_defbutton1

2017-07-19 Thread Alexey via Lazarus
This must show def-button Retry, as button#1, but shows def-button Cancel. Is it a bug? Linux gtk2 x64 if MsgBox{simple wrapper}(msgCannotSaveFile+#10+FFileName, MB_RETRYCANCEL or MB_ICONERROR or MB_DEFBUTTON1) = .. -- Regards, Alexey -- ___

Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Maciej Izak via Lazarus
2017-07-19 9:26 GMT+02:00 Anthony Walter via Lazarus < lazarus@lists.lazarus-ide.org>: > I don't use for qt lcl widget set, but I can test under window, linux > gtk2, and mac carbon. > would be great! -- Best regards, Maciej Izak -- ___ Lazarus

Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Anthony Walter via Lazarus
I don't use for qt lcl widget set, but I can test under window, linux gtk2, and mac carbon. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Maciej Izak via Lazarus
2017-07-19 9:05 GMT+02:00 Anthony Walter via Lazarus < lazarus@lists.lazarus-ide.org>: > Okay, I was a little fast on the submit with my last message. I checked > with the bug tracker and I can see the sparta related issues to test. > > Thanks for the fixes and kudos. Your work is very much

Re: [Lazarus] Sparta Form Designer change

2017-07-19 Thread Anthony Walter via Lazarus
Okay, I was a little fast on the submit with my last message. I checked with the bug tracker and I can see the sparta related issues to test. Thanks for the fixes and kudos. Your work is very much appreciated! -- ___ Lazarus mailing list