Re: [Lazarus] TControl.AssignTo() and TCustomAction relationship

2016-02-13 Thread taazz
On 11/02/2016 17:29 μμ, Graeme Geldenhuys wrote: Hi, Why does TControl.AssignTo() have a special case for TCustomAction? TCustomAction.AssignTo() already does property assignments, so what is the reason for the special code in TControl.AssignTo? Here is the code in question: procedure

Re: [Lazarus] New menu designer

2016-01-16 Thread taazz
On 23/12/2015 19:19 μμ, Juha Manninen wrote: On Wed, Dec 23, 2015 at 9:26 AM, taazz <t...@evosi.eu> wrote: stop f...ing with my system Actually we are f...ing with Lazarus trunk, not with your system. If you want a stable Lazarus, you should use the fixes_1_6 branch instead. It is st

Re: [Lazarus] New menu designer

2016-01-16 Thread taazz
On 23/12/2015 12:21 μμ, Ondrej Pokorny wrote: On 23.12.2015 08:54, taazz wrote: I know that Delphi behaves the same but then we need some FormStyle that makes the window stay only on top of its application windows and not system-wide. No it does not, delphi's 2007 menu designer never stays

Re: [Lazarus] New menu designer

2016-01-16 Thread taazz
On 16/01/2016 18:39 μμ, Ondrej Pokorny wrote: On 16.01.2016 16:55, taazz wrote: Actually we are f...ing with Lazarus trunk, not with your system. If you want a stable Lazarus, you should use the fixes_1_6 branch instead. It is starting to look very good! Using fsstayontop you are f

Re: [Lazarus] New menu designer

2015-12-22 Thread taazz
On 23/12/2015 00:42 πμ, Anthony Walter wrote: Ondrej, The old menu designer was stay on top as well. Why would I need to see the menu designer when I change application to anything other than lazarus? The old behavior is why I still design my menus in delphi. Stay on top is needed because

Re: [Lazarus] New menu designer

2015-12-22 Thread taazz
Thanks for explanation. What I don't like on fsStayOnTop is the fact that fsStayOnTop-Window wants to stay on top of all windows - also those from other applications. This is IMO a seriously bad UI design. stayontop is bad design for anything period. there was one single use case a couple

Re: [Lazarus] Using event driven components in console application

2015-11-06 Thread taazz
On 06/11/2015 11:25 πμ, Mark Morgan Lloyd wrote: JuuS wrote: On 11/05/2015 07:05 PM, JuuS wrote: On 11/04/2015 12:30 PM, Mark Morgan Lloyd wrote: JuuS wrote: On 11/04/2015 09:48 AM, Mark Morgan Lloyd wrote: When building the IDE you'd normally use make bigide or similar which would use

Re: [Lazarus] is scrypt available?

2015-10-28 Thread taazz
On 28/10/2015 17:29 μμ, wkitt...@windstream.net wrote: On 10/28/2015 06:33 AM, taazz wrote: On 27/10/2015 16:18 μμ, wkitt...@windstream.net wrote: On 10/26/2015 11:59 PM, taazz wrote: On 26/10/2015 22:56 μμ, wkitt...@windstream.net wrote: On 10/26/2015 03:31 PM, mic...@gmail.com wrote: Am

Re: [Lazarus] is scrypt available?

2015-10-28 Thread taazz
On 28/10/2015 23:02 μμ, wkitt...@windstream.net wrote: On 10/28/2015 03:32 PM, Mark Morgan Lloyd wrote: wkitt...@windstream.net wrote: On 10/28/2015 01:00 PM, Mark Morgan Lloyd wrote: wkitt...@windstream.net wrote: the above link is the license URL... the stuff about patents is off putting

Re: [Lazarus] is scrypt available?

2015-10-28 Thread taazz
On 27/10/2015 16:18 μμ, wkitt...@windstream.net wrote: On 10/26/2015 11:59 PM, taazz wrote: On 26/10/2015 22:56 μμ, wkitt...@windstream.net wrote: On 10/26/2015 03:31 PM, mic...@gmail.com wrote: Am Monday 26 October 2015 20:13:49 schrieb wkitt...@windstream.net: scrypt http://www.wolfgang

Re: [Lazarus] is scrypt available?

2015-10-26 Thread taazz
On 26/10/2015 22:56 μμ, wkitt...@windstream.net wrote: On 10/26/2015 03:31 PM, mic...@gmail.com wrote: Am Monday 26 October 2015 20:13:49 schrieb wkitt...@windstream.net: scrypt http://www.wolfgang-ehrhardt.de/crchash_en.html the license on that one is too restrictive :( What is so

Re: [Lazarus] Extending the IDE to edit icons/images from inside Lazarus

2015-03-18 Thread taazz
On 19/01/2015 00:01 πμ, Kostas Michalopoulos wrote: Hi all, I have made the following component: http://i.imgur.com/V7PRW4o.png It provides an image editing dialog that i want to use in a few of my programs. However i thought to also use it with Lazarus instead of (or in addition to ) the

Re: [Lazarus] Having more than 32 elements in a set (TGridOptions of TCustomGrid)

2014-11-29 Thread taazz
On 05/11/2014 20:12 μμ, Werner Pamler wrote: Thanks to all. What I learn from the answers is that a set *can* contain more than 32 elements, but exceeding this number would break existing forms. And the option of not specifying a default value would break existing forms as well because their

Re: [Lazarus] Redundant text on project buttons

2014-10-20 Thread taazz
On 16/10/2014 19:49 μμ, Kostas Michalopoulos wrote: I'm not that good actually, in my own programs http://i3.minus.com/ibuyWlnHJorkXY.png sometimes i even ignore the color grouping part :-P (although i do try to use colors that stand out and contrasted outlines). Also my icons are very

Re: [Lazarus] Memory leak hunt request

2014-05-03 Thread taazz
On 4/26/2014 12:31 PM, Reinier Olislagers wrote: There are still quite some leaks present, and I'd appreciate comments on what exactly to fix to get rid of them... 1) any steps to reproduce the leaks? I did run the application with trace enabled and upon exit no memory leaks where