Jump to content
Registration disabled at the moment Read more... ×
Miguel Jr

I can't run my simple application with the About item in the About Menu.

Recommended Posts

I can't run my simple application with the About item in the About Menu. After creating the About Form with the Principal unit also created, when running it only the About Dialog box is shown.

 

 

 

512706575_Capturadetela2024-08-23085921-TelaPrincipaleSobre.thumb.png.1e9c5858688992198b676f1c7e8268f4.png

 

 

 

 

 

Share this post


Link to post

Delphi shows the first form that is created as the main form. Check your project options, you might have to change the order of forms.

  • Like 1

Share this post


Link to post
4 hours ago, dummzeuch said:

Check your project options, you might have to change the order of forms.

If your About Dialog is listed as an auto-created form, you probably want to remove it from that list. This is the dialog in D11 You would select frmAbout and click the > button to move it to Available forms. There is no reason to create the dialog unless the user selects the menu option to view it.

 

image.thumb.png.2c1ae11a7974897bba4238aa36904043.png

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×