Nirlan Posted January 23, 2014 Posted January 23, 2014 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. Quote
normanha Posted January 24, 2014 Posted January 24, 2014 Dear This problem is troubling. I'm starting a new project with Unigui and if this problem is confirmed will be very discouraging. Nirlan, you managed to solve the problem? I await your return. Regards. Quote
chefdackel Posted January 24, 2014 Posted January 24, 2014 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? Quote
rencarnacion Posted January 24, 2014 Posted January 24, 2014 I recommend for Big projects to divide in Package (BPL) is better and the project use less resources Quote
Nirlan Posted January 24, 2014 Author Posted January 24, 2014 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 Quote
Nirlan Posted January 25, 2014 Author Posted January 25, 2014 I found a solution. The limitation problem only occurs when the application is generated for 64-bit. In 32-bit the problem does not occur. Quote
uniguibbs Posted February 8, 2014 Posted February 8, 2014 oh, so many forms. very interest in how you organize you apps. could you upload a DEMO to show MVC of UniGUI. thanks Nirlan. Quote
Administrators Farshad Mohajeri Posted February 8, 2014 Administrators Posted February 8, 2014 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. Quote
Administrators Farshad Mohajeri Posted February 8, 2014 Administrators Posted February 8, 2014 Main.pas call 71 forms What does this exactly mean? Quote
Administrators Farshad Mohajeri Posted February 8, 2014 Administrators Posted February 8, 2014 Dear This problem is troubling. I'm starting a new project with Unigui and if this problem is confirmed will be very discouraging. No such problem is reported yet. I wonder how Nirlan's project is organized. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.