Welcome, Guest
Username: Password: Remember me
Components and Libraries for Web Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Brook Framework new project not working 5 years 7 months ago #11940

  • Jos Wegman
  • Jos Wegman's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 4
Hi,

If you create a new project "Full CGI/FastCGI Application" the wizard will not finish.
By adding the given below in
package ->pl_brook
file ->frmbrooknewproject.pas
procedure TfrBrookNewProject.btNextClick(Sender: TObject);
begin
  pcWizard.PageIndex := Succ(pcWizard.PageIndex);
  pcWizardChange(Sender);    //<<===== added
end;
the wizzard will work.

Jos

Please Log in or Create an account to join the conversation.

Brook Framework new project not working 5 years 7 months ago #11941

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
we add your fix to pl_Brook pkg
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1