edvin
05/21/2017, 6:01 PMkastork
05/21/2017, 6:02 PMedvin
05/21/2017, 6:02 PMedvin
05/21/2017, 6:02 PMkastork
05/21/2017, 6:05 PMfieldset("Configuration Status") {
label(viewModel.ready())
}
kastork
05/21/2017, 6:05 PMready
to a BooleanBinding
?edvin
05/21/2017, 6:07 PMedvin
05/21/2017, 6:09 PMkastork
05/21/2017, 6:10 PMedvin
05/21/2017, 6:10 PMedvin
05/21/2017, 6:11 PMedvin
05/21/2017, 6:16 PMcarlw
05/21/2017, 7:57 PMcarlw
05/21/2017, 8:19 PMcarlw
05/21/2017, 8:19 PMcarlw
05/21/2017, 8:21 PMedvin
05/21/2017, 8:24 PMlocal
property to the event, so that it will only be published to subscribers in the same scope perhaps?edvin
05/21/2017, 8:25 PMcarlw
05/21/2017, 8:25 PMcarlw
05/21/2017, 8:26 PMedvin
05/21/2017, 8:30 PMFXEvent
class has a scope
value, so if you expose this in the event subclass you can put the current scope into the event, and it should only be delivered to subscribers in that scope.edvin
05/21/2017, 8:31 PMclass MyEvent(scope: Scope) : FXEvent(scope = scope)
carlw
05/21/2017, 8:35 PMedvin
05/21/2017, 8:39 PMedvin
05/21/2017, 8:39 PMcarlw
05/21/2017, 8:39 PMcarlw
05/21/2017, 8:40 PMedvin
05/21/2017, 8:40 PMcarlw
05/21/2017, 8:40 PMcarlw
05/21/2017, 8:40 PM