- Posts: 8
- Thank you received: 4
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Web Development
- Brook Framework new project not working
×
Components and Libraries for Web Development, discussions, problems and suggestions
Question Brook Framework new project not working
- Jos Wegman
- Topic Author
- Offline
- New Member
-
Less
More
3 years 10 months ago #11940
by Jos Wegman
Brook Framework new project not working was created by Jos Wegman
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.pasthe wizzard will work.
Jos
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;
Jos
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
3 years 10 months ago #11941
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Brook Framework new project not working
Thanks Sir
we add your fix to pl_Brook pkg
we add your fix to pl_Brook pkg
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.