[Lazarus] fpCEF3 questions

2017-09-14 Thread Torsten Bonde Christiansen via Lazarus
Hi List. I am trying to work with the Chromium Embedded Framework from (https://github.com/dliw/fpCEF3) and (http://wiki.freepascal.org/fpCEF3) but parts of working with the framework is causing headaches... :) 1) I need to hook into the scrollbars such that i manually can position the view.

Re: [Lazarus] Why is there no announcement of Lazarus event

2017-09-14 Thread Lars via Lazarus
On 2017-09-08 07:03, Marc Weustink via Lazarus wrote: Which event are you referring to? Marc The resurrection, second, or third coming of the hero Lazarus? Not fully familiar with the Bible character... but if Lazarus is here, I will need to see him. Just wondering? Or is it still comin

Re: [Lazarus] FPReport file names

2017-09-14 Thread Graeme Geldenhuys via Lazarus
On 2017-09-13 21:32, Ondrej Pokorny via Lazarus wrote: And I really hate abbreviations since I fail to remember them.:) That is indeed a problem, especially with 600+ tables. eg: What does prefix "I" or "IO" or "IN" mean, when you have 30+ tables starting with the letter "I". Personally I f

Re: [Lazarus] fpCEF3 questions

2017-09-14 Thread dev.dliw--- via Lazarus
Hi Torsten, >working with the framework is causing headaches being the author of fpCEF, I can confirm that ;) Is it correct, that you are using one of the latest versions of fpCEF on Linux? > 1) I need to hook into the scrollbars such that i manually can position > the view. There is no API fo

Re: [Lazarus] fpCEF3 questions

2017-09-14 Thread Torsten Bonde Christiansen via Lazarus
On 2017-09-14 13:10, dev.d...@gmail.com wrote: Hi Torsten, working with the framework is causing headaches being the author of fpCEF, I can confirm that ;) Is it correct, that you are using one of the latest versions of fpCEF on Linux? Absolutely correct. I'm using the currently available 3.

Re: [Lazarus] fpCEF3 questions

2017-09-14 Thread dev.dliw--- via Lazarus
> With main menu: > - notice the lacking tabs, this is more prominent if not using a > pagecontrol, but > any other wincontrol to host the browser. I see. The problem is, that the menu does not change the position of the controls on the form. E.g. if you out a button with Top=0 on an empty f

Re: [Lazarus] fpCEF3 questions

2017-09-14 Thread Torsten Bonde Christiansen via Lazarus
On 2017-09-14 15:05, dev.dliw--- via Lazarus wrote: With main menu: - notice the lacking tabs, this is more prominent if not using a pagecontrol, but any other wincontrol to host the browser. I see. The problem is, that the menu does not change the position of the controls on the form. E

Re: [Lazarus] fpCEF3 questions

2017-09-14 Thread dev.dliw--- via Lazarus
> The whole reason for using CEF was because the THhtmlViewer component is > too slow! Well ok, bad advice then... > I will check that link out later and see if I can make the switch. Please note: When using OSR chromium one needs to handle all events and pass them to CEF "manually". OSRDemo at t

Re: [Lazarus] LazReport - Issues 26971 and 30466

2017-09-14 Thread Jesus R. via Lazarus
2017-09-13 3:51 GMT-05:00 Gabor Boros via Lazarus : > https://bugs.freepascal.org/view.php?id=30466 > > The KeepChild feature is very important from my POV. Please review the > patch. (I have not tried yet.) It looks ok to me, I will commit it soon. Jesus Reyes A. -- ___