PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: James Fuller on June 15, 2010, 02:25:31 PM

Title: Menu gone with 3.09
Post by: James Fuller on June 15, 2010, 02:25:31 PM
Paul,
  Updated to 3.09. Compiled the project I've been working on and my menu from the main form went missing.
Sorry I don't have time today to investigate further. I elected to reinstall 3.08 for now.

James
Title: Re: Menu gone with 3.09
Post by: Paul Squires on June 15, 2010, 03:16:53 PM
Yes, you are right. This is a bug resulting from a "fix" I may in a part of the code generator very close to the menu generation code. Basically, the problem is that if there are no other controls on the form then the menu will not generate.

A quick fix for now (until I post the updated FF3 exe), is to add a Label to your main form and uncheck its WS_VISIBLE windowstyle.

Sorry for the trouble. I'll fix this ASAP.