I did create a worksheet plugin.
All well, I could see the new tab (worksheet)
Then I want to rename the component behind the plugin.
So I also renamed the entry in ASN-File.
But nothing happend on the surface of the IDF.
Still the old component is included.
After deleting the old component, I got an error that the signature is missing.
So UnifAce still looks after the old component and not that one defined in ASN
After a little bit of research I found, that IDE_STATE is the problem as it holds still the old names.
Question: Should not the entry in ASN-file override any othe information?
Or how to refresh the IDE_STATE so it uses the changed information?
My workaround was to delete IDE_STATE, but this also droppes all other "settings"
Ingo