[Lazarus] macOS trackpad horz scroll

2017-03-24 Thread Alexey via Lazarus
Carbon has LM_MOUSEWHEEL: begin y := PLMMouseEvent(@AMessage)^.Y; x := PLMMouseEvent(@AMessage)^.X; end; but need one more: LM_MOUSEWHEEL_HORZ, maybe. Mac trackpad can scroll view with 2 fingers: vert scroll already does lm_mousewheel, and horz scroll?

Re: [Lazarus] Where can I get the component lazpdf?

2017-03-24 Thread Graeme Geldenhuys via Lazarus
On 2017-03-24 18:34, frans via Lazarus wrote: > There is a new component available to create pdf fies, lazpdf. I don't know about the code from the magazine, but I can say that there is now a PDF engine included as standard with FPC 3.0.2 and later, in the fcl-pdf directory. Regards, Graeme

Re: [Lazarus] Xneur issue, Linux

2017-03-24 Thread Martin Frb via Lazarus
On 24/03/2017 17:54, Alexey via Lazarus wrote: "xneur" package exists in Ubuntu. Site for app exists too. Install, run. Now in GEdit/ Sublime type: //PRosto SOme aa xneur fixes it: //Prosto Some aa In Lazarus IDE xneur makes error: //PRostoProst SOmeSome aa (its a test, real usage not needed

[Lazarus] Where can I get the component lazpdf?

2017-03-24 Thread frans via Lazarus
Hi. There is a new component available to create pdf fies, lazpdf. You can download it from the blaise pascal site, according to the article 'Creating pdf files in Lazarus' by Michaƫl van Canneyt in Blaise 56 UK. But I can't find it, not on the site, not even with Google. Can anyone give me

[Lazarus] Xneur issue, Linux

2017-03-24 Thread Alexey via Lazarus
"xneur" package exists in Ubuntu. Site for app exists too. Install, run. Now in GEdit/ Sublime type: //PRosto SOme aa xneur fixes it: //Prosto Some aa In Lazarus IDE xneur makes error: //PRostoProst SOmeSome aa (its a test, real usage not needed in IDE. needed in apps.) Not Synedit bug, same