iari
11/07/2018, 8:27 PMcarlw
11/07/2018, 8:27 PMiari
11/07/2018, 8:27 PMiari
11/07/2018, 8:28 PMiari
11/07/2018, 8:29 PMiari
11/07/2018, 8:29 PMiari
11/07/2018, 8:32 PMiari
11/07/2018, 8:32 PMiari
11/07/2018, 8:32 PMiari
11/07/2018, 8:33 PMcarlw
11/07/2018, 8:53 PMcarlw
11/07/2018, 8:54 PMiari
11/07/2018, 10:20 PMiari
11/07/2018, 10:23 PMiari
11/07/2018, 10:24 PMiari
11/07/2018, 10:25 PMAppendable
interface that has a Method append(scope: Scope)
iari
11/07/2018, 10:28 PMiari
11/07/2018, 10:29 PMiari
11/07/2018, 10:30 PMappend
method. 🙂carlw
11/07/2018, 10:30 PMiari
11/07/2018, 10:44 PMiari
11/07/2018, 10:52 PMiari
11/07/2018, 10:53 PMiari
11/07/2018, 11:05 PMiari
11/07/2018, 11:07 PMiari
11/07/2018, 11:08 PMiari
11/08/2018, 12:28 AMComponent.subscribe
to a MyEvent: FXEvent
does not work when MySpecificEvent : MyEvent
is fired 😢carlw
11/08/2018, 4:31 AMiari
11/08/2018, 9:17 AMwindowid
String - it allows for the ViewAndFragsDemoView
to not know the view classes directly, but open them just via fire(OpenWindowEvent("view", ""))
as in Line 54.
Right now, the way I have it is very similar to what you posted except for one part: I do not have the string, but reference the View Classes directly (so I do still have the View coupling), the plain reason being, that I really enjoy the TypeSafety of the curretn solution ...carlw
11/08/2018, 11:33 AM