Changes between Initial Version and Version 1 of Ticket #11924, comment 6
- Timestamp:
- May 12, 2014, 8:49:58 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11924, comment 6
initial v1 1 1 I think i get it now, so the old editor is still in the destroy process so that is why it's catching the custom config loaded event. If the destroy method would be completely finished, then the editor reference would not be there so it wouldn't catch the mention event. So i need to make sure the editor is finished destroying before proceeding. Is there any way to tell when this happened ? A specific event or someway to pass a handler ? 2 3 LE: oh wait, i can listen to the instanceDestroyed event. I think i know how to continue. Thanks for the help. Greatly appreciated :)