revisiting this, but I’m afraid the situation go worse
engineIssuePars.zip (29.7 KB)
issue 1:
The custom parameter “Str” is not properly queried inside the engine until I modify its value. I understand from our previous talks that unfortunately it’s impossible to get at the current par value while the loaded tox is initializing (hence todays RFE ), but I guess it should at least query those values once everything is initialized
issue 2
OnStart() is not fired inside engine, but it should. Instead OnCreate() is fired, which should not be fired, because imho we are loading the tox into the engine, which should behave the same as loading a toe file with an embedded tox. Either way, tox files that rely on onStart() being executed won’t work properly
issue 3
And finally, why is name of the loaded OP changed from “project1” to “project2” ? See the “extension_property1” output