Hi everyone
I have a strange behavior and don’t know if I make a mistake or if this is a bug in Xojo.
I’ve written a simple class with a couple of event definitions, a few methods and a few properties. Some properties are references to a third class. Nothing special and no static properties.
Then I drag the class on my window and add the event handler. No further initialization somewhere.
Everything works. Later I change some stuff in my class and suddenly (not every time) the constructor isn’t called anymore. But I can still call methods in my class, so the object of my class exists. To solve this problem I have to drop the class again to my Window.
Is this a bug in Xojo 2014R2 or did I do something wrong?