silvioprog / brookframework

Microframework which helps to develop web Pascal applications.
https://github.com/risoflora/brookframework
GNU Lesser General Public License v3.0
170 stars 37 forks source link

Can't generate project with Lazarus 1.9.0 #143

Closed MFernstrom closed 5 years ago

MFernstrom commented 7 years ago

I get to the end of the generator after selecting Full CGI/FastCGI, then selecting Embedded.

Click the last Next button but nothing happens, cancel does cancel.

screen shot 2017-09-16 at 11 13 42 pm
silvioprog commented 7 years ago

I need to install this Lazarus version and test it...

MFernstrom commented 7 years ago

I would have taken a stab at it, but I've truly no idea how these wizards work yet.

zoran-vucenovic commented 6 years ago

I confirm this (Linux Mint 1.8.1). Please notice that the dialog says "click OK", but the button OK does not exist. Next does nothing.

  1. Doesn't work with "stable" Lazarus 1.8 and fpc 3.0.4
  2. Doesn't work with fresh (today, 25. dec. 2017) fpc (rev. 37801) and Lazarus (rev. 56843) from trunk.
silvioprog commented 6 years ago

Patches are walcome. :-)

nummer8 commented 6 years ago

Hi, In The package BrookEx -> file frmbrooknewproject.pas the pcWizardChange function is only executed at formshow, despite the fact that it is mentioned at pcWizard onchange. I added the pcWizardChange(Sender); to btNextClick and btPriorClick. Recompile and install will do the trick.

silvioprog commented 5 years ago

Closing due to already solved. Thanks @MFernstrom for reporting! :+1: