LearnNewsExamplesServices
Frontmatter
id1782
titlecontroller.Application: create the mainView after the ctor is done
stateClosed
labels
enhancement
assigneestobiu
createdAtApr 15, 2021, 11:24 AM
updatedAtApr 15, 2021, 11:29 AM
githubUrlhttps://github.com/neomjs/neo/issues/1782
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 15, 2021, 11:29 AM

controller.Application: create the mainView after the ctor is done

Closed v8.1.0 enhancement
tobiu
tobiu commented on Apr 15, 2021, 11:24 AM

this part was actually nicer in the first version.

we can not use this inside the ctor before the super() call, but we can delay the mainView assignment easily.

this change guarantees that the main view can access Neo.apps at any point

tobiu added the enhancement label on Apr 15, 2021, 11:24 AM
tobiu assigned to @tobiu on Apr 15, 2021, 11:24 AM
tobiu referenced in commit 06653d0 - "controller.Application: create the mainView after the ctor is done #1782" on Apr 15, 2021, 11:24 AM
tobiu closed this issue on Apr 15, 2021, 11:29 AM