Franck,
I will try that, so that I know for future reference.
Thank you.
Franck,
I will try that, so that I know for future reference.
Thank you.
FYI… it probably was not a “random” number… but I will be it was in fact “-2147483648” (or 0x80000000) [or -1 as a ones complement]
Yes. I meant it was random for me but I was guessing there were some reason behind it.
But thanks Dave, I now get the meaning of it !
and -1 means “No Menu” I guess ?
I eventually deleted the only menubar in my project file, as it simply refused to display on some windows.
I then added a new menubar, set both windows to use it, and then saved my project file as version control format.
Upon opening in TextEdit, I found this line:
MenuBar = 129817337
Are you saying this should say:
MenuBar = 0
Yes. At least in my case, it solved the problem.
In any case, you are working on a copy, so no risk !