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 idea(!!)
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
enable
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
Ping
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/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
https://forum.lazar
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 S
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
Lazarus@lists.lazarus-ide
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 bugtracker
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
Lazar
Am 20.12.2017 um 08:46 schrieb AlexeyT via Lazarus:
Not sure it is bug. i added icon to mainmenu top items, and to
dropdown items (e.g. File and File/Open). Menu editor: icon for File
is yellow, ok. icon for File/Open is grayed, not ok. must be same icon.
gtk2, Laz trunk.
Which OS?
I tested
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
wrote:
I added the relavant info on bugtracker.
Thanks.
You found the InterfacePropertyEditor and issue:
https://bugs.freepascal.org/view.php?id=31324
as the culprit
Am 24.09.2017 um 15:41 schrieb 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
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.
http://wiki.f
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 it. There
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 it. There is a old workaround, I'll see, if it is needed
further. https://bugs
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
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 Lin
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
Lazarus@lists.lazarus-id
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%
PP=%BootStrapCompi
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 projects
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 simple
Am 19.05.2017 um 13:40 schrieb Joe via Lazarus:
I am using a TSQLQuery named Query on a Form.
Code Completion offers a property 'RecordCount' for Query. See first
Screen Shot 'Offer.png'.
But the "Liste der überwachten Ausdrücke" says: "Type TSQLQUERY has no
component named RECORDCOUNT".
Mayb
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 spende
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
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 o
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
compone
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.
TWin32WidgetSet.RawImage_From
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: http
Am 10.12.2016 um 12:40 schrieb Ondrej Pokorny via Lazarus:
On 10.12.2016 11:13, zeljko wrote:
Is there any chance to have TApplication property which will disable
Scaled (even when Scaled=True) for complete application (Design and
RunTime) ?
I thought about it already but I haven't solved one
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 will apply your patch if it works
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
Am 04.11.2016 um 08:35 schrieb Ondrej Pokorny via Lazarus:
TextHint in Lazarus should be OS independent (it was decided long time
ago).
Thats fine!
The TextHint implementation should be completely rewritten. It
shouldn't use the text property but paint the TextHint onto the
control by itself.
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
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
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
Am 09.10.2016 um 21:43 schrieb Juha Manninen via Lazarus:
I am puzzled, what is the purpose of the now uncommented
TMenuItemsPropertyEditor?
As its comment says
"property editor for TMenuItem properties.
Invokes the parent menu's component editor."
... but the whole idea was NOT to invoke i
Hi Juha,
I tested the issue a while and I can't see any unwanted side effects, so
I added a patch here: http://bugs.freepascal.org/view.php?id=30712
See you
Kind regards
Michl
Am 07.10.2016 um 16:31 schrieb Juha Manninen via Lazarus:
On Fri, Oct 7, 2016 at 4:42 PM, Michael W. Voge
Hi Juha,
I checked r53075 (32bit FPC trunk r34637, Windows 7). The behaviour here
isn't changed. Always, I select a MenuItem in object inspector, the menu
editor is opened.
A other curious thing (I don't know if it is wanted), in its Caption
stands: "Form1.MainMenu1.MenuItem1 - OnClick: is not
Am 05.10.2016 um 10:00 schrieb Michael Schnell via Lazarus:
Maybe an additional property defining the behavior of the appropriate
callbacks for all those controls to be "UserAction" "ProgramAction" or
"Both", defaulting to the Delphi behavior might be a good idea.
-Michael
Thats sounds intere
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 proje
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
M
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 pa
42 matches
Mail list logo