Hello,
Symptoms:
If I create a component in any app, set some properties values, and then delete the component, it seems to "dissapear", as expected.
But if then I create again a component with the same name, the properties show the values set for the deleted component.
This happens even if I close PHsPeed after deleting the old component and before re-creating it.
Regards,
Actually, this is by design. It depends on the type of component, though. What I expect is that you have a component that uses container properties. The containers are preserved if you delete it, because they can be reused in other components. It can also be convenient to recover. If you don't want this, then go to the project source tab and select the 'clean project source'. This function will verify if container are still in use and will remove the unused. If this is not the case in your situation, please let us know and we'll dive deeper.
Thank you very much, using "Clean project source" is the right solution for me!
Regards,