Re: [Lazarus] TPageControl OnChange calling issue

2016-10-04 Thread Michael W. Vogel via Lazarus
Am 03.10.2016 um 22:53 schrieb Bart via Lazarus: OT reply: I can't see you on contributors list? Bart No, I'm sorry, I'm not a Lazarus developer. If I understand Bart right, he had a fix for that bug report, Not yet ;-) Bart Ah, OK. I inserted the solution from Ondrej in my current

[Lazarus] TPageControl OnChange calling issue

2016-10-03 Thread Michael W. Vogel via Lazarus
Hi, we want to discuss a bug report http://bugs.freepascal.org/view.php?id=25554 here, not in Mantis (hope, I understand Bart right). Today, the TPageControl.OnChange event behave different in Lazarus than in Delphi. In Delphi it is only called (so the bug report), if the user change the

Re: [Lazarus] TPageControl OnChange calling issue

2016-10-03 Thread Michael W. Vogel via Lazarus
Am 03.10.2016 um 19:34 schrieb Ondrej Pokorny via Lazarus: Isn't TTabSheet.OnShow enough for you? Ondrej Interesting approach! I've just tested it in one of my apps and yes, it seems to work too. So this could be a obviously better solution for me. Thank you for that hint! Kind regards

Re: [Lazarus] TPageControl OnChange calling issue

2016-11-14 Thread Michael W. Vogel via Lazarus
Am 14.11.2016 um 15:08 schrieb zeljko via Lazarus: +1 for new Options property instead of separate property. zeljko +1 Michl -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Memo.Lines.Add seems to be slow with Lazarus 1.6

2016-11-03 Thread Michael W. Vogel via Lazarus
Am 03.11.2016 um 00:27 schrieb Luiz Americo Pereira Camara via Lazarus: Can you try with TextHint <> ''? Seems that will need to add an aditional check for lines UpdateCount Thank you for the hints! I add a new patch (just for Windows now), it takes care about this issues. There is one nasty

Re: [Lazarus] Memo.Lines.Add seems to be slow with Lazarus 1.6

2016-11-03 Thread Michael W. Vogel via Lazarus
Hi, After looking a bit at this issue http://bugs.freepascal.org/view.php?id=30851, I have some general questions. Is the behaviour of Delphi more important or a user friendly one? 1. TextHint in Delphi is theme dependent and OS dependent (available for Windows Vista, Windows 7, or later), in

Re: [Lazarus] Memo.Lines.Add seems to be slow with Lazarus 1.6

2016-11-02 Thread Michael W. Vogel via Lazarus
I have made a bug entry and added there a first patch (its not the final one, but its late here now). Can you check, if it fixes the speed on your OS too (I have tested only Windows 7 for now)? http://bugs.freepascal.org/view.php?id=30851 Thank you for your feedback! Kind regards Michl Am

Re: [Lazarus] Patch for ShortcutToText, array

2016-12-10 Thread Michael W. Vogel via Lazarus
Am 10.12.2016 um 11:45 schrieb Juha Manninen via Lazarus: On Thu, Dec 8, 2016 at 11:11 PM, Alexey via Lazarus wrote: Juha, what do you think about this big patch. http://mantis.freepascal.org/view.php?id=30992 I was hoping Michl and Bart take care of it. ... I

Re: [Lazarus] TForm.GetFormImage is broken?

2016-12-27 Thread Michael W. Vogel via Lazarus
The method TWinControl.PaintTo doesn't refresh the RawImage.Data, like it is done in TRasterImage.Draw. It isn't only a issue for the method GetFormImage. I fixed it in revision 53790. As far as I can see, there are no additional calls done, as the needed one (e.g.

Re: [Lazarus] TForm.GetFormImage is broken?

2016-12-27 Thread Michael W. Vogel via Lazarus
Am 27.12.2016 um 11:17 schrieb Balázs Székely via Lazarus: But Delphi does not require the bmp.Canvas.Changed. Shouldn't it be added to the GetFormImage internally to make this simple code Delphi-compatible? That's a good idea. The current behavior is confusing. See comments:

Re: [Lazarus] fpReport released

2017-08-20 Thread Michael W. Vogel via Lazarus
Am 20.08.2017 um 20:35 schrieb Michael Van Canneyt via Lazarus: fpreport has been committed to FPC SVN: packages/fcl-report. It should compile on windows, linux, freebsd and darwin. I just tried to compile a clean fpc: make distclean make all install INSTALL_PREFIX=%FpcPath%

Re: [Lazarus] fpReport released

2017-08-20 Thread Michael W. Vogel via Lazarus
Am 20.08.2017 um 21:16 schrieb Michael Van Canneyt via Lazarus: Missing dependency. I added it, please update and try again. It's compiled now. Thank you very much! Let's test your report :) Michl -- ___ Lazarus mailing list

Re: [Lazarus] Menu editor unstable? - stack trace

2017-05-09 Thread Michael W. Vogel via Lazarus
Am 09.05.2017 um 15:15 schrieb Michael Van Canneyt via Lazarus: Hi, I manage to reliably reproduce it ! 1 Open attached project. 2 Double click MainMenu1 to edit 3 Under MenuItem5, delete MenuItem14,13,12,11 (I use the - button in the menu editor) 4 The last menu item under MenuItem5 is then

Re: [Lazarus] German lazarus forum down

2017-05-16 Thread Michael W. Vogel via Lazarus
Am 15.05.2017 um 22:57 schrieb Michael Fuchs via Lazarus: wie ihr vielleicht schon gemerkt habe, ist das deutschsprachige Lazarusforum schon wieder nicht erreichbar. Leider kann ich noch keine Prognose abgeben, wann wir wieder online sind. Na hoffentlich müssen wir keine 300$ in Bitcoins

Re: [Lazarus] Anchoring problem with ScrollBox and Panels

2017-06-07 Thread Michael W. Vogel via Lazarus
Am 07.06.2017 um 09:52 schrieb Gabor Boros via Lazarus: Your example work as expected. If resize the form panel resized properly. As it should. I simply wanted to show you, what happen when you anchor the bottom of a panel: Sizing of form, sizes the panel. The same, as in all your test

Re: [Lazarus] Menu editor unstable? - stack trace

2017-05-08 Thread Michael W. Vogel via Lazarus
Am 08.05.2017 um 15:54 schrieb Michael Van Canneyt via Lazarus: OK. It seems clear to me that something is being freed which should not yet be freed: WARNING: TShadowItem.Destroy with LCLRefCount>0. Hint: Maybe the component is processing an event? This indicates to me that an unforeseen

Re: [Lazarus] Menu editor unstable? - stack trace

2017-05-08 Thread Michael W. Vogel via Lazarus
Am 08.05.2017 um 15:09 schrieb Michael Van Canneyt via Lazarus: I managed to produce a stacktrace. Hopefully this, combined with the stacktrace at the end is sufficient to solve the issue. Michael. (gdb) cont Continuing. WARNING: TShadowItem.Destroy with LCLRefCount>0. Hint: Maybe the

Re: [Lazarus] Anchoring problem with ScrollBox and Panels

2017-06-06 Thread Michael W. Vogel via Lazarus
Am 06.06.2017 um 19:39 schrieb Gabor Boros via Lazarus: The attached example contains a form with a ScrollBox on it with three Panels in it. Height of Panel1 is static, height of Panel2 depend on the size of Form/ScrollBox, height of Panel3 can be modifiable by the user. In the example a

Re: [Lazarus] TabControl stopped working from rev. 55890

2017-09-22 Thread Michael W. Vogel via Lazarus
Am 22.09.2017 um 09:46 schrieb Michael W. Vogel via Lazarus: Am 22.09.2017 um 09:42 schrieb Torsten Bonde Christiansen via Lazarus: Due to a change in wincontrol.inc regarding TabStop the TabControl has stopped working completely. It causes an A/V during create. Yes, I'll fix

Re: [Lazarus] crDrag cursor is now 2x bigger

2017-09-07 Thread Michael W. Vogel via Lazarus
Am 07.09.2017 um 15:57 schrieb Michael W. Vogel via Lazarus: This is a inconsistency between Linux and Windows. While on Windows the cursors are scaled after the DPI setting is changed, on Linux the cursors stays small. The cursors taken from the system are further small. The cursors taken

Re: [Lazarus] crDrag cursor is now 2x bigger

2017-09-07 Thread Michael W. Vogel via Lazarus
Am 07.09.2017 um 09:09 schrieb Ondrej Pokorny via Lazarus: Michl added high-resolution cursors recently. Obviously Gtk2 picks up the wrong size. Win32 works fine. This is a inconsistency between Linux and Windows. While on Windows the cursors are scaled after the DPI setting is changed, on

Re: [Lazarus] Help for solving an ActiveX regression crash bug

2017-09-24 Thread Michael W. Vogel via Lazarus
Am 24.09.2017 um 11:41 schrieb Juha Manninen via Lazarus: Regarding issue: https://bugs.freepascal.org/view.php?id=32375 Could somebody please provide a debugger backtrace and preferably a patch to fix it. Also finding out which revision caused the regression would be helpful.

Re: [Lazarus] Help for solving an ActiveX regression crash bug

2017-09-25 Thread Michael W. Vogel via Lazarus
Am 25.09.2017 um 11:07 schrieb Juha Manninen via Lazarus: On Sun, Sep 24, 2017 at 9:20 PM, Michael W. Vogel via Lazarus <lazarus@lists.lazarus-ide.org> wrote: I added the relavant info on bugtracker. Thanks. You found the InterfacePropertyEditor and issue: https://bugs.freepasc

Re: [Lazarus] IDE menu editor - icons in dropdown are grayed

2017-12-20 Thread Michael W. Vogel via Lazarus
Am 20.12.2017 um 10:29 schrieb AlexeyT via Lazarus: Please add a minimal example. OS Ubuntu 17.4, here is example proj. Do you mean 17.04? Weird, I just checked with Ubuntu 16.4 and can't see the problem. Michl -- ___ Lazarus mailing list

Re: [Lazarus] WARNING: TResourceCacheItem.IncreaseRefCount 1000 TFontHandleCache

2018-02-18 Thread Michael W. Vogel via Lazarus
Am 16.02.2018 um 22:16 schrieb Vojtěch Čihák via Lazarus: Hi, don't you know what does this output mean(in Console In/Output, not in Messages): WARNING: TResourceCacheItem.IncreaseRefCount 1000 TFontHandleCache ? Thanks, V. Please create a minimal example and report to mantis

Re: [Lazarus] TESTERS NEEDED / ALL PLATFORMS / COPY AND PASTE / Re: Copy to clipboard from synedit

2018-07-15 Thread Michael W. Vogel via Lazarus
Am 15.07.2018 um 12:27 schrieb Martin Frb via Lazarus: Please try with rev 58530 Tested all your requests on 64bit Windows 7 with 32bit Lazarus and OpenOffice. No problems, work fine here! Michl -- ___ Lazarus mailing list

Re: [Lazarus] I found an AnchorDockingDsgn package bug?

2019-06-16 Thread Michael W. Vogel via lazarus
Am 14.06.2019 um 23:51 schrieb leyba bronstain via lazarus: After installing the AnchorDockingDsgn package for Win7 x64, I noticed a strange IDE behavior. If you dock any other window to the Source Code Editor in the manner shown in the figure, then it becomes impossible to close any tab of the

[Lazarus] Ping

2021-06-10 Thread Michael W. Vogel via lazarus
Ping -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Ping

2021-06-10 Thread Michael W. Vogel via lazarus
Now, this mail is arrived Am 08.06.2021 um 19:43 schrieb Michael W. Vogel via lazarus: Ping -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] TScrollBox.ScrollInView method does not work for nested child controls

2021-05-01 Thread Michael W. Vogel via lazarus
Am 01.05.2021 um 01:08 schrieb Leyba Bronstain via lazarus: I found that the ScrollInView method doesn't scroll the scrollbar to a "hidden" control unless its parent is a scrollbox but another component that lies on the scrollbox. Fixed in Trunk revision 65078 with code from

Re: [Lazarus] How to restore anchor docking manager in the IDE?

2021-07-13 Thread Michael W. Vogel via lazarus
Am 13.07.2021 um 20:10 schrieb John Landmesser via lazarus: I don't remember exactly what i've done in the past. Ok, it's a pity. I  used anchordockingdsgn package for a long time and today i thought: what happens if i drag "project inspector" for example to another position ... bad

Re: [Lazarus] How to restore anchor docking manager in the IDE?

2021-07-13 Thread Michael W. Vogel via lazarus
Am 13.07.2021 um 14:07 schrieb John Landmesser via lazarus: Hi, i just "ruined" layout of the anchor docking manager in the IDE. Can you explain, what you have done? I can only fix/work on things, I'm aware about. Maybe you have disabled the option "Show headers". Only with this option