That is what I get while wanting to run the project:
The Help Menu is here like in another project and is empty. Same contents in the Properties pane as the other project (who is running, I think, but runs in the IDE).
That project was created on last October with Xojo 2025r3 (the last one available on last October).
Ideas ?
In case it matters; there is no Name Property there.
There is some code generated by the IDE, which you don’t see.
This code has an error.
Did you mix Desktop and older classes for the menu definition?
Or have both window and DesktopWindow in the project?
No to both questions.
I do not have - yet - added Menu(s) / MenuItem(s).
This is a simple Export from SQLite Data Base to quoted csv text applicationj that will be used 1 time so the user will be able to export its records to migrate to a French State third party web solution (they replace the pro-bono software I created for this user 13 years ago).
There are \returns in fields and the standard (without quotes) export does not works in that case. That (\return in fields) were added some years after I delivered the software.
They never exported the db contents to text (and the software had export / import features before it was delivered)
In the feature description, no multilines fields was defined.
I removed the Help Menu:
And I get the same error message.
I removed the MainMenuBar from the window (so none use it) and I can compile.