Re: [Lazarus] Hi-DPI for own components

2017-10-03 Thread Ondrej Pokorny via Lazarus
On 03.10.2017 22:39, Vojtěch Čihák via Lazarus wrote: Hi, if I want hi-DPI for my own components, it is enough to draw two additional icons with suffix _150 and _200 and bundle it to package? Yes. Ondrej -- ___ Lazarus mailing list Lazarus@lists.laz

Re: [Lazarus] Documentation in Lazarus

2017-10-03 Thread R0b0t1 via Lazarus
On Tue, Oct 3, 2017 at 6:03 PM, Graeme Geldenhuys via Lazarus wrote: > > On 2017-10-03 23:06, Wolf via Lazarus wrote: >> >> As an editor, I'd prefer LibreOffice, since I am familiar with it. My >> experience with LaTeX is limited > > > Having extensive experience with both for many years I can say

Re: [Lazarus] [PATCH] Fix problems with writing ProductVersion in VersionInfo

2017-10-03 Thread Dmitry D. Chernov via Lazarus
No, I mean, like in my signature, "Dmitry D. Chernov".Anyway that's not critical. _ Dmitry D. Chernov  04.10.2017, 12:45, "wkitty42--- via Lazarus" :On 10/03/2017 06:09 PM, Чернов Дмитрий via Lazarus wrote: Thank you. But please don't write my name in Cyrillic anymore. ;-)do you mean like above

Re: [Lazarus] [PATCH] Fix problems with writing ProductVersion in VersionInfo

2017-10-03 Thread wkitty42--- via Lazarus
On 10/03/2017 06:09 PM, Чернов Дмитрий via Lazarus wrote: Thank you. But please don't write my name in Cyrillic anymore. ;-) do you mean like above in the quote header? the characters that arrived here as depicted in juha's post and your original?? -- NOTE: No off-list assistance is given

Re: [Lazarus] Documentation in Lazarus

2017-10-03 Thread Graeme Geldenhuys via Lazarus
On 2017-10-03 23:06, Wolf via Lazarus wrote: As an editor, I'd prefer LibreOffice, since I am familiar with it. My experience with LaTeX is limited Having extensive experience with both for many years I can say that with some decent preparation work you can generate documents with LibreOffice

Re: [Lazarus] [PATCH] Fix problems with writing ProductVersion in VersionInfo

2017-10-03 Thread Чернов Дмитрий via Lazarus
04.10.2017, 04:30, "Juha Manninen via Lazarus" : > Thanks. I applied it in r55968 with some editing. > Thanks. I fixed the typo in lazaruswebsite repo in r172.>   http://wiki.freepascal.org/WebPageDevelopmentThank you. But please don't write my name in Cyrillic anymore. ;-) > It is recommended to c

Re: [Lazarus] Documentation in Lazarus

2017-10-03 Thread Wolf via Lazarus
Thank you, Alexey, Graeme, Michael, for a share of your experience. If I understand you aright, what I want to do is best done as a two-step process: firstly write the documentation in an editor capable of saving it as HTML, then as a second step render the HTML file onto a Lazarus form. As an

Re: [Lazarus] Hi-DPI for own components

2017-10-03 Thread R0b0t1 via Lazarus
On Tue, Oct 3, 2017 at 3:39 PM, Vojtěch Čihák via Lazarus wrote: > Hi, if I want hi-DPI for my own components, it is enough to draw two > additional icons with suffix _150 and _200 and bundle it to package? > > Thanks, V. If the LCL handles asset selection for you, yes. But I don't remember seei

[Lazarus] Hi-DPI for own components

2017-10-03 Thread Vojtěch Čihák via Lazarus
Hi, if I want hi-DPI for my own components, it is enough to draw two additional icons with suffix _150 and _200 and bundle it to package?   Thanks, V. -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazar

Re: [Lazarus] [PATCH] Fix problems with writing ProductVersion in VersionInfo

2017-10-03 Thread Juha Manninen via Lazarus
On Tue, Oct 3, 2017 at 6:06 PM, Чернов Дмитрий via Lazarus wrote: > Good day everyone. > > Recently I've recognized some problems with ProductVersion field in the > integrated Lazarus support of VersionInfo. Version of Lazarus is 1.6.4. > > Attached patch fixes them. It's based on Lazarus codebase

Re: [Lazarus] Mousewheel events on TCustomControl

2017-10-03 Thread Vojtěch Čihák via Lazarus
@ You wrote component ECScheme ...   No, I wrote it :-) __ Od: Vojtěch Čihák via Lazarus Komu: Lazarus mailing list Datum: 03.10.2017 19:32 Předmět: Re: [Lazarus] Mousewheel events on TCustomControl Hi,   your scrollbars are part of c

Re: [Lazarus] Mousewheel events on TCustomControl

2017-10-03 Thread Vojtěch Čihák via Lazarus
Hi,   your scrollbars are part of control? I mean, are they created via   ShowScrollBar(Handle, SB_HORZ, True);   ShowScrollBar(Handle, SB_VERT, True);  ?   You wrote component ECScheme, it is part of ECControls and I didn't use DoMouseWheelxxx methods at all. I use   procedure WMHScroll(var Msg:

[Lazarus] Mousewheel events on TCustomControl

2017-10-03 Thread Martok via Lazarus
Hi all, I'm having some strange trouble with mouse interaction with a TCustomControl-derived component. I have only been able to test with the win32 widgetset, and it works on some machines and doesn't work on others. The component draws its content to its TCanvas, and additionally places some co

[Lazarus] [PATCH] Fix problems with writing ProductVersion in VersionInfo

2017-10-03 Thread Чернов Дмитрий via Lazarus
Good day everyone. Recently I've recognized some problems with ProductVersion field in the integrated Lazarus support of VersionInfo. Version of Lazarus is 1.6.4. Attached patch fixes them. It's based on Lazarus codebase from the 1.6.4 release. And also, you're have an typo on this page: https://ww

Re: [Lazarus] Documentation in Lazarus

2017-10-03 Thread Graeme Geldenhuys via Lazarus
On 2017-10-02 08:04, Michael Van Canneyt via Lazarus wrote: LaTeX ? The original poster was vague about what he wants, but he did mention "compact" - so if we assume a compact documentation system, then LaTeX is not it. Installing LaTeX takes up about 200-400MB depending on the system. ;-)