Windows 7 crash
Posted: 03 Oct 2014 09:21
First I must warn this is my first topic here. Sorry for the badly mooded topic
I have just had Lemur Windows editor crash while typing a new expression:
In an interface, I put a monitor object "MyMonitor" to display various information. Then I edited its value expression to : getattibutelist( MyMonitor )
It was fun to see all attributes displayed there.
Then I changed the expression to : getattibutelist( getparent( MyMonitor ) )
Upon validation the editor crashed... I don't know what type of object is returned by getparent() on a top level object (an interface ?) but I am sure the getattributelist was not expecting this type
I have just had Lemur Windows editor crash while typing a new expression:
In an interface, I put a monitor object "MyMonitor" to display various information. Then I edited its value expression to : getattibutelist( MyMonitor )
It was fun to see all attributes displayed there.
Then I changed the expression to : getattibutelist( getparent( MyMonitor ) )
Upon validation the editor crashed... I don't know what type of object is returned by getparent() on a top level object (an interface ?) but I am sure the getattributelist was not expecting this type