Jump to content

Limit forms


Nirlan

Recommended Posts

Delphi XE3 Pro

Unigui 0.94.1024  -  64 bits

Standalone Server

 

My project today reached 71 forms being called from Main.pas. 
 
After inserting the form 71 the login form no longer appears or when it appears, the main form (mais.pas) does not appear. 
If I retreat, a form (any of them) the web application works normally. 
 
How do I increase this limit to 70 forms called from Main.pas?

 

thank you.

 

Link to comment
Share on other sites

 

Delphi XE3 Pro

Unigui 0.94.1024  -  64 bits

Standalone Server

 

My project today reached 71 forms being called from Main.pas. 
 
After inserting the form 71 the login form no longer appears or when it appears, the main form (mais.pas) does not appear. 
If I retreat, a form (any of them) the web application works normally. 
 
How do I increase this limit to 70 forms called from Main.pas?

 

thank you.

 

 

interesting for everyone with a growing project.... can you describe the layout of your application a bit more, do you use 70 forms or do you use a combination of forms/frames layout?

Link to comment
Share on other sites

In the moment I use:

 

login.pas

main.pas

mainmodule.pas

servermodule.pas

 

folder Model: 11 files .pas

folder Controller: 11 files .pas

folder View: 101 files .pas/.dfm

 

One form uses 1 frame

Main.pas  call 71 forms

 

20.373 code lines

file .EXE: 39.966.001 bytes

Database: Firebird 2.5

 

to test, I will now try to divide the project into BPLS. 

 

thank you

Link to comment
Share on other sites

  • 2 weeks later...
  • Administrators

 

Delphi XE3 Pro

Unigui 0.94.1024  -  64 bits

Standalone Server

 

My project today reached 71 forms being called from Main.pas. 
 
After inserting the form 71 the login form no longer appears or when it appears, the main form (mais.pas) does not appear. 
If I retreat, a form (any of them) the web application works normally. 
 
How do I increase this limit to 70 forms called from Main.pas?

 

thank you.

 

 

There is no such limit. How many forms are displayed at the same time?

You may have as many as forms you need even more than 100. The only thing that may affect client is number of forms displayed at the same time not the number of forms in the project.

 

If you think it is a bug then please open a bug report with a test case.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...