Re: [Lazarus] Printing BitMap on OSX crashes

2015-07-13 Thread Vincent Snijders
2015-06-30 12:55 GMT+02:00 Martin Grajcar maaarti...@gmail.com: Hello, apologies for reposting, but I can't see in the archives (and have received no answer). Are attachments forbidden here? I'm given you a link instead: https://dl.dropboxusercontent.com/u/4971686/bitmap-crash.demo.zip

[Lazarus] Continuous UnitTest Integration with the IDE

2015-07-13 Thread Graeme Geldenhuys
Hi, As anybody implemented, tried to implement, or thinking about implementing something like the Delphi TestInsight plugin? In summary, it allows you to run unit tests continuously while you are developing. Compiling and running of the tests happen in the background. You don't have to compile

[Lazarus] Delphi-like Project Group in Lazarus?

2015-07-13 Thread Graeme Geldenhuys
Hi, This was asked many times before (over the years)... The ability for Lazarus IDE to manage multiple projects (a Project Group) like Delphi does. Many projects consist of multiple sub-projects, like the web part, console tools, unit tests, gui desktop etc. The Project Manager in Delphi allows

Re: [Lazarus] Delphi-like Project Group in Lazarus?

2015-07-13 Thread Marcos Douglas
On Mon, Jul 13, 2015 at 11:36 AM, Graeme Geldenhuys mailingli...@geldenhuys.co.uk wrote: Hi, This was asked many times before (over the years)... The ability for Lazarus IDE to manage multiple projects (a Project Group) like Delphi does. Many projects consist of multiple sub-projects, like

Re: [Lazarus] Continuous UnitTest Integration with the IDE

2015-07-13 Thread Michael Van Canneyt
On Mon, 13 Jul 2015, Graeme Geldenhuys wrote: Hi, As anybody implemented, tried to implement, or thinking about implementing something like the Delphi TestInsight plugin? In summary, it allows you to run unit tests continuously while you are developing. Compiling and running of the tests

Re: [Lazarus] Delphi-like Project Group in Lazarus?

2015-07-13 Thread Michael Van Canneyt
On Mon, 13 Jul 2015, Graeme Geldenhuys wrote: Hi, This was asked many times before (over the years)... The ability for Lazarus IDE to manage multiple projects (a Project Group) like Delphi does. Many projects consist of multiple sub-projects, like the web part, console tools, unit tests, gui

Re: [Lazarus] Delphi-like Project Group in Lazarus?

2015-07-13 Thread Graeme Geldenhuys
On 2015-07-13 15:46, Michael Van Canneyt wrote: According to the latest whispers of the jungle drums, this support may be integrated with the IDE by the end of the summer. Very nice... lets hope the summer doesn't take too long. ;-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform

Re: [Lazarus] Continuous UnitTest Integration with the IDE

2015-07-13 Thread Graeme Geldenhuys
On 2015-07-13 15:50, Michael Van Canneyt wrote: +1 on that being a much better idea :-) Time permitting, I'll take a closer look at the Delphi TestInsight to see exactly how it works, but it might required Project Groups (I think). Unless we implement a new Project Setting (integrated testing)

Re: [Lazarus] Action shortcuts vs Menu Item shortcuts

2015-07-13 Thread Graeme Geldenhuys
On 2015-07-13 16:40, Michael Van Canneyt wrote: This is normal. Action properties should always take precedence. OK, fair enough. But surely then the Action.Shortcut symbol should appear in the menu item at runtime to show that it takes precedence? Regards, - Graeme - -- fpGUI Toolkit - a

Re: [Lazarus] Action shortcuts vs Menu Item shortcuts

2015-07-13 Thread Graeme Geldenhuys
On 2015-07-13 16:08, Graeme Geldenhuys wrote: Do the properties of Actions always take precedence over the properties of a Menu Item? I should add that the actual Menu Item (at runtime) shows the shortcut I set in Menu Item - Shortcuts in the Object Inspector, and not the Action.shortcut.

[Lazarus] Action shortcuts vs Menu Item shortcuts

2015-07-13 Thread Graeme Geldenhuys
Hi, Which one is supposed to take priority? I have menu item with an associated TAction. The Action has a shortcut associated with it. I then set a new shortcut via the Menu Item - Shortcut property, but this new menu item shortcut never seems to work. Only the shortcut from the Action. Do the

Re: [Lazarus] Action shortcuts vs Menu Item shortcuts

2015-07-13 Thread Michael Van Canneyt
On Mon, 13 Jul 2015, Graeme Geldenhuys wrote: On 2015-07-13 16:08, Graeme Geldenhuys wrote: Do the properties of Actions always take precedence over the properties of a Menu Item? I should add that the actual Menu Item (at runtime) shows the shortcut I set in Menu Item - Shortcuts in the

Re: [Lazarus] FreeSparta commits + a memory leak

2015-07-13 Thread Ondrej Pokorny
On 13.07.2015 01:23, Juha Manninen wrote: I committed some code from the free-sparta branch into trunk. There were some merge problems. Unfortunately there is a memory leak which I could not locate yet. We are working on it. Please don't report it anywhere. Regards, Juha After your recent

Re: [Lazarus] FreeSparta commits + a memory leak

2015-07-13 Thread Maciej Izak
After your recent commits I get the following error: To reproduce it: 1.) Hit change built mode. 2.) Select Compiler options - Additions and Overrides. I got it on Windows and Linux (both Gtk2 and Qt AFAIR). Revision 49526 works normally. Unfortunately I don't have time any more to fix

[Lazarus] Global Include search path?

2015-07-13 Thread Graeme Geldenhuys
Hi, tiOPF uses a tiDefines.inc include file in all its units. If I'm busy with another project and want to look something up in the tiOPF code, I can't jump from Interface to Implementation, because the IDE complains that the include file can't be found. I can to comment out the include line,

Re: [Lazarus] Can't load client library libmysql.dll

2015-07-13 Thread K. P.
Possibly confusion re. 32 and 64 bit versions of said DLL...? Date: Mon, 13 Jul 2015 23:26:21 +0200 From: eric...@metropolitancollege.ac.sz To: lazarus@lists.lazarus.freepascal.org Subject: [Lazarus] Can't load client library libmysql.dll Hi All, I have noticed that my application can't

[Lazarus] Can't load client library libmysql.dll

2015-07-13 Thread Eric kom
Hi All, I have noticed that my application can't load the MySQL library if I used the libmysql.dll version 5.5.44.0 when I used TSQLConnection and TMySQL55Connection with MariaDB/MySQL 5.5.44. The client library that works is libmysql.dll version 5.5.28.0, an old version that I got for more