September 29th, 2007· BugFix for "menu imported" and Caption property
July 11th, 2007· When you modify a imported menu, in some cases menuCreator was not able to discover if 2 or more items has identical Name property.
· Later, updating menu, the user receive a error
· that say: "Menu already existing", then stop the updating.
· Now MenuCreator always warning the user, but don't stop the updating. Instead, add a suffix to the
· Name property that indicates minuet & second.
· Example: "mnuNewMenu2304".
February 26th, 2007· If a menu is captured from a Visual Basic FRM file all the 'state' properties like Visible, Enabled, Checked and WindowList will be acquired from file.
After capturing, the 'Name' property for each menu item will define in different ways:
· EXE: Name property will build by combine the Parent caption Item caption, last will add 'mnu' prefix.
· FRM: each item will keep the same Name property as appear on source FRM file.
· Then max chars allows by Visual Basic for the Name property is 40. Excess chars will be removed! Note: if the removing cause two or more items with same 'Name' property, Menu Creator cannot complete the menu building and stop. In some cases the menu may be corrupt. Sorry for this but Menu Creator cannot set by self what string to change or use. Only you can decide for this.
· Dutch language updated (NLD.LNG)
· Bug: In some cases the Name property was not processed correctly: sometimes a char was missing, sometimes not allowed chars will include.