I just realize that the current project does not works the second time I click in Process: the generated html file is not saved.
More info:
When I realized what happened, I quit Xojo and r-un it again, then, I copy/paste the html data from the DesktopTextArea onto TextEdit and save from there.
Until some minutes ago, I quit the application (not the IDE) and run it again.
Then, I added a New window MenuItem in the FileMenu (not relevant previously) as a test to narrow what happened.
That’s it, but now I do not know from where to search what happened or … I do not know in what Method, Function to search.
The last idea I had was to reset the properties before starting to process the data (add code to do that at the start of the Process code).
Your opinion ?
In the mean time, I will add a Break just before the file creation and see what happens.