Re: [Lazarus] CGI Application do not enable Run (F9) button

2018-06-03 Thread Michael Van Canneyt via Lazarus
On Sun, 3 Jun 2018, Marcos Douglas B. Santos via Lazarus wrote: I've just clicked in New>CGI Application to create a new project and the Run(F9) button is disabled. However, If I choose FastCGI instead, the button stay enabled. Is this a bug or a kind of restriction? You cannot run a CGI

[Lazarus] CGI Application do not enable Run (F9) button

2018-06-03 Thread Marcos Douglas B. Santos via Lazarus
I've just clicked in New>CGI Application to create a new project and the Run(F9) button is disabled. However, If I choose FastCGI instead, the button stay enabled. Is this a bug or a kind of restriction? Best regards, Marcos Douglas -- ___ Lazarus

[Lazarus] Shell Controls Package Released

2018-06-03 Thread Anthony Walter via Lazarus
I am happy to release to you the sources to my shell controls package. This package provides a set of Pascal controls and functions related to replicating different parts of Microsoft Windows Explorer program in your own native Pascal applications. Overview video here:

Re: [Lazarus] TMysql57Connection won't connect to localhost

2018-06-03 Thread Larry Dalton via Lazarus
The error message reads :Project MoneyProject raised exception class:'ESQLDatabaseError' with message:'CreateConnection:Server Connect Failed." On Wed, May 30, 2018 at 5:18 PM, larrydalton71 wrote: > Michael, am I missing an email? The only question I found was 'what was > the error message?'.

Re: [Lazarus] TApplication.DoubleBuffered

2018-06-03 Thread Ondrej Pokorny via Lazarus
On 03.06.2018 22:48, AlexeyT via Lazarus wrote: TApplicationType = (     atDefault, // The widgetset will attempt to auto-detect the device type     atDesktop, // For common desktops and notebooks   TApplicationExceptionDlg = (     aedOkCancelDialog,  // Exception handler window will

[Lazarus] TApplication.DoubleBuffered

2018-06-03 Thread AlexeyT via Lazarus
  TApplicationType = (     atDefault, // The widgetset will attempt to auto-detect the device type     atDesktop, // For common desktops and notebooks   TApplicationExceptionDlg = (     aedOkCancelDialog,  // Exception handler window will be a dialog with Ok/Cancel buttons    

[Lazarus] Lazarus and Lazarus Apps unreliable over Teamviewer

2018-06-03 Thread Joe via Lazarus
Remote client is Teamviewer 13.2.3629 under Win 10 (64), Remote Server is Teamviewer 13.1.1548H under Raspbian Stretch on a Pi 3B+. Both machine is set to Keyboard Layot German. From the windows machine, I start Lazarus 1.8.4 (FPC 3.0.4, SVN-Rev 58021) on the Pi and open the code editor. Then