[Lazarus] Some observations on components font styles

2022-05-19 Thread Leyba Bronstain via lazarus
Hi all. I started investigating why the standard rr for nix doesn't change some text attributes (see https://forum.lazarus.freepascal.org/index.php/topic,59373.msg442622.html#msg442622). I found that for Unix-like OS, some TWinControl  descendans cannot have the font style fsStrikeOut an

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

2021-05-02 Thread Leyba Bronstain via lazarus
I'm sorry. The last patch doesn't work on a more complex project https://forum.lazarus.freepascal.org/index.php/topic,54354.msg404381.html#msg404381 01.05.2021 20:53, Michael W. Vogel via lazarus пишет: Am 01.05.2021 um 01:08 schrieb Leyba Bronstain via lazarus: I foun

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

2021-04-30 Thread Leyba Bronstain via lazarus
Hi all. 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. test case: 1. Put to scrollbox the panel. 2. Put to panel any control (i.e. TEdit) 3. Change border of the scroll

[Lazarus] Linux: Unknown property "ParentBackground"

2021-04-22 Thread Leyba Bronstain via lazarus
Solved https://forum.lazarus.freepascal.org/index.php/topic,54283.msg403257.html#msg403257 -- /-- with best regards, Zoltanleo aka Док/ -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Linux: Unknown property "ParentBackground"

2021-04-22 Thread Leyba Bronstain via lazarus
I'm use fpc trunk and Lazarus trunk (rev. 65050) Link to screenshot https://imgur.com/RFC3Ckm -- /-- with best regards, Zoltanleo aka Док/ -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

[Lazarus] Linux: Unknown property "ParentBackground"

2021-04-22 Thread Leyba Bronstain via lazarus
Hi guys Seems to be I found the bug. Test case: - create new project on Windows - put the groupbox on the form - set to Groupbox.ParentBackgroud property value False and save project - open project on Linux Let's get error (see attachment): Stream=TForm1: Root=:TForm1 Component Class: TGroupBo

Re: [Lazarus] Issues getting sources from the repository

2020-12-27 Thread Leyba Bronstain via lazarus
26.12.2020 13:29, Graeme Geldenhuys via lazarus пишет: On 26/12/2020 9:37 am, Лев Бронштейн via lazarus wrote: I wanted to find out the reason why the server is constantly connecting. This has been happening regularly lately. Feel free to try out the unofficial Lazarus Git mirror. It tracks the

[Lazarus] Issues getting sources from the repository

2020-12-25 Thread Leyba Bronstain via lazarus
Hi guys. When I try to get the fpc/lazarus source code from the repository using the svn-client, the server drops the connection. These cases are observed several times during the process. I have to run the svn client several times. It looks something like this C:\Users\leyba>md c:\test C:\U

Re: [Lazarus] Tool to make icons ?

2020-05-21 Thread Leyba Bronstain via lazarus
21.05.2020 17:13, Michael Van Canneyt via lazarus пишет: Hi, What is the tool used to make icons for standard Lazarus components ? Every time I need to make an icon for a component, I find myself in the situation that I start looking for a tool on internet. Should not lazarus come out of the

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-05-03 Thread Leyba Bronstain via lazarus
03.05.2020 19:23, Sven Barth пишет: FPC only provides a 32-bit -> 64-bit cross compiler as installer and that is indeed made using the 32-bit compiler. Lazarus however ships with a native 64-bit compiler. I don't know how you created your fpc_stable_x64\bin\x86_64-win64 directory, but maybe t

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-05-02 Thread leyba bronstain via lazarus
03.05.2020 0:05, Sven Barth пишет: Would you please provide a directory listing (using "dir" should be enough) of the fpc_stable_x32\bin\i386-win32 and fpc_stable_x64\bin\x86_64-win64 directories? I have the feeling that something in there leads to this difference as that is the only thing you

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-05-02 Thread leyba bronstain via lazarus
03.05.2020 0:05, Sven Barth пишет: Would you please provide a directory listing (using "dir" should be enough) of the fpc_stable_x32\bin\i386-win32 and fpc_stable_x64\bin\x86_64-win64 directories? I have the feeling that something in there leads to this difference as that is the only thing yo

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-05-02 Thread leyba bronstain via lazarus
Hi Sven. 01.05.2020 17:10, Sven Barth via lazarus пишет: Can you please try to execute "make echotime" (in the "fpc_331_r45198\compiler" directory ;) ) without any changes to the PATH variable? C:\Users\leyba>cd /d d:\Archive\development\fpc_331_r45227_x64\compiler d:\Archive\development\fp

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-04-30 Thread leyba bronstain via lazarus
01.05.2020 1:45, Martin Frb via lazarus пишет: in your svn checkout dir, is a sub-directory called /compiler It has the sources for the compiler. And you should run that particular make command in that dir. OMG! I thank you for the detailed explanation. Forgive me my misunderstanding. I don't

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-04-30 Thread leyba bronstain via lazarus
01.05.2020 0:46, Sven Barth via lazarus пишет: I meant the literal "compiler" directory. Regards, Sven Directory d:\Archive\development\fpc_stable_x64\bin\x86_64-win64 is the compiler directory where fpc and ppcx4 are located. Let's leave it until better times. Apparently I'm just an impass

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-04-30 Thread leyba bronstain via lazarus
01.05.2020 0:25, Sven Barth via lazarus пишет: You did read the part where I said "go to the compiler directory"? ;) Regards, Sven Hi Sven. In a previous post, I went to the root directory of the compiler trunk(d:\Archive\development\fpc_331_r45198) and called "make echotime". Perhaps I m

Re: [Lazarus] Can't build fpc trunk x64 win32/64

2020-04-30 Thread leyba bronstain via lazarus
30.04.2020 8:30, Sven Barth via lazarus пишет: As I have written on the forum there seems to be some problem with "echo" as this is the line the makefile intends to execute: echotime:     @echo Start $(STARTTIME) now $(ENDTIME) Would you please go to the compiler directory and manually execute

[Lazarus] Can't build fpc trunk x64 win32/64

2020-04-29 Thread leyba bronstain via lazarus
Hi guys. I need your help. I try build trunk compiler x64 for windows. I was extract stable release fpc_x64 form lazarus-2.0.8-fpc-3.0.4-win64.exe installer and put it to separate folder fpc_stable_x64. Also I put into fpc_stable_x64 folder bingw64 folder and fixed the file fpc.cfg as follows:

Re: [Lazarus] Can't build chm/html-help by bat-file

2020-04-15 Thread leyba bronstain via lazarus
Thank U very much Marco. I was try use lazarus trunk. It's OK. The problem is solved 15.04.2020 13:45, Marco van de Voort via lazarus пишет: Fixed in trunk -- with best regards, Zoltanleo aka Док -- ___ lazarus mailing list lazarus@lists.lazarus-id

Re: [Lazarus] Can't build chm/html-help by bat-file

2020-04-15 Thread leyba bronstain via lazarus
Hi Rolf. Thank U for the answer. I solved this problem. To solution this problem, it is enough to delete the erroneous first empty line in the file "../../xml/lcl/grids.xml". 15.04.2020 8:05, Rolf Wetjen via lazarus пишет: Same problem for me. Try to open grids.xml with a xml viewer (Chrome

[Lazarus] Can't build chm/html-help by bat-file

2020-04-14 Thread leyba bronstain via lazarus
Hi guys. I use fpc r.44647 and Laz r.62917 I can't build chm/html-file for Windows from embedded batch-file. I pointed out correctly path to fpc (i.e. PATH=d:\Archive\development\fpc_331_r44647\bin\i386-win32\;%PATH%), compiled and build build_lcl_docs.exe. I get next error after starting bu

Re: [Lazarus] OPM: Incompatible package list

2019-06-27 Thread leyba bronstain via lazarus
Yes, U're right. Thanks for the answer. 27.06.2019 16:47, Balázs Székely via lazarus пишет: Hi, It's just a warning message. The package maintainer does not support fpc trunk. regards, Balázs On Wed, Jun 26, 2019 at 1:15 AM leyba bronstain via lazarus mailto:lazarus@lists.lazar

[Lazarus] OPM: Incompatible package list

2019-06-25 Thread leyba bronstain via lazarus
Hi all. I observe the latest versions of the compiler such an error (for more see the attachment) when I try to install any component from the OPM. Any thoughts? I try to use fpc trunk(r42282)/lazarus trunk(r61478) x32 on Win7 x64 -- with best regards, Zoltanleo --

[Lazarus] I found an AnchorDockingDsgn package bug?

2019-06-14 Thread leyba bronstain via lazarus
Hi. 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 Source Code Editor using the mouse (using the shortcu

Re: [Lazarus] What happened to LazWiki?

2019-06-06 Thread leyba bronstain via lazarus
OK. Thank U. 07.06.2019 0:16, Michael Van Canneyt via lazarus пишет: On Thu, 6 Jun 2019, leyba bronstain via lazarus wrote: For some time, I receive the message “The wiki is currently in read-only mode. Problems with the file system ... "when I try to edit the page. Does anyone

[Lazarus] What happened to LazWiki?

2019-06-06 Thread leyba bronstain via lazarus
For some time, I receive the message “The wiki is currently in read-only mode. Problems with the file system ... "when I try to edit the page. Does anyone have information about what happened? WBR, ZoltanLeo -- ___ lazarus mailing list lazarus@lists.

[Lazarus] Source Editor menu item doesn't work

2019-04-29 Thread leyba bronstain via lazarus
Hi all. I use lazarus trunk v.61066 x32 on win7 x64. Menu item of Source Editor "Close Page" (see attach) doesn't work if I click it. By default keyboards shortcut + close current page correctly. WBR, Zoltanleo -- ___ lazarus mailing list laza

Re: [Lazarus] TLabeledEdit: Incorrect component anchoring

2019-04-11 Thread leyba bronstain via lazarus
Sorry, my email client works disgustingly today :( WBR, Zoltanleo. Hi all. Looks like I found a bug. To the top side anchors Edit subcomponent instead SubLabel -- ___

[Lazarus] TLabeledEdit: Incorrect component anchoring

2019-04-11 Thread leyba bronstain via lazarus
Hi all. Looks like I found a bug. To the top side anchors Edit subcomponent instead SubLabel subcomponent.

[Lazarus] WordWrap doesn't work for TStaticText on Linux GTK2?

2019-04-07 Thread leyba bronstain via lazarus
For detail, please, see https://forum.lazarus.freepascal.org/index.php/topic,44965.0.html WBR, Zoltanleo -- ___ lazarus mailing list lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] Compilation error Lazarus r.60828

2019-04-04 Thread leyba bronstain via lazarus
It's OK. Thank a lot. 04.04.2019 20:41, Juha Manninen via lazarus пишет: On Thu, Apr 4, 2019 at 4:01 PM leyba bronstain via lazarus wrote: Pls, fix it. Fixed. Please test with latest trunk. See also: https://bugs.freepascal.org/view.php?id=35310

[Lazarus] Compilation error Lazarus r.60828

2019-04-04 Thread leyba bronstain via lazarus
When I try to compile subj I get error message (3104) Compiling generatefppkgconfigurationdlg.pas d:\\lazarus_21_r60828\ide\generatefppkgconfigurationdlg.pas(9 1,63) Error: (5000) Identifier not found "GetFPCVer" d:\\lazarus_21_r60828\ide\generatefppkgconfigurationdlg.pas(9 1,92) Error: (5000) Id

[Lazarus] Problem when installing components on the latest lazarus trunk

2019-01-18 Thread leyba bronstain via lazarus
Hi all. I use lazarus trunk r60103 and fpc trunk r40898. I found that I can't install some components in these revisions. For example, I get such errors: for RicnMemo win32richmemoole.pas(60,23) Error: No matching implementation for interface method "SetData(const tagFORMATETC;var TagSTGMEDI