[Lazarus] SetSysColors

2018-06-05 Thread Michael Van Canneyt via Lazarus
Hello, If I execute the following at the start of the program: uses lcltype, lclintf, graphics; Procedure sc; Var el : Integer; col : Integer; P1,P2 : PInteger; begin Col:=ColorToRGB(clRed); el:=COLOR_WINDOW; P1:=@el; p2:=@col; SetSysColors(1,P1,p2); end; I would expect

[Lazarus] Google geocoding API help

2018-06-05 Thread DougC via Lazarus
I'm working through how to obtain LAT/LONG for street addresses in the USA and just found GMLib at http://www.cadetill.com/gmlib/ This library is more than I need but I'm working my way through the source to find what I need. In the meantime I'm asking if anyone knows of a simple how-to or

Re: [Lazarus] can't connect to Mysql database using TMysql57connection

2018-06-05 Thread Larry Dalton via Lazarus
running mysql in terminal gets ERROR 1045 (28000): Access denied for user 'larry'@'localhost' (using password: NO) running mysql -u root Ricky2013 -D bankofamerica get ERROR 1698 (28000): Access denied for user 'root'@'localhost' apparently it is using a different password? or case? On Tue,

Re: [Lazarus] How to get the FileName of an url like https://drive.google.com/open?id=1OUfrbeMBYeL0q9DCGBx9rkESSw8SgCPT

2018-06-05 Thread Landmesser John via Lazarus
found lazgoogleapi package, must be in there?!! Am 05.06.2018 um 10:10 schrieb Landmesser John via Lazarus: do i need google api for that and how is the unit called in lazarus? thanks for tipps! -- ___ Lazarus mailing list

[Lazarus] How to get the FileName of an url like https://drive.google.com/open?id=1OUfrbeMBYeL0q9DCGBx9rkESSw8SgCPT

2018-06-05 Thread Landmesser John via Lazarus
do i need google api for that and how is the unit called in lazarus? thanks for tipps! -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus