thomasnield
06/08/2017, 11:03 PMedvin
06/09/2017, 6:45 AMdeviant
06/09/2017, 7:36 AMnimakro
06/09/2017, 12:03 PMworkspace
and I have two views
docked at the same time, is it possible to controll wich docked
view
is controlling the action buttons
?edvin
06/09/2017, 12:28 PMedvin
06/09/2017, 12:29 PMconnectWorkspaceActions
which does all the work. The implementation of that function also hints to how you could do this for other components.edvin
06/09/2017, 12:30 PMsavableWhen
and let it return a property that's always bound towards the current View's savable property etc.nimakro
06/09/2017, 12:31 PMView
docked with a pane which has two views
in it. Ah oky thank's will try that actually just found the connectWorkspaceActions
in the guide 😉nimakro
06/09/2017, 12:31 PMedvin
06/09/2017, 12:31 PMedvin
06/09/2017, 12:32 PMedvin
06/09/2017, 12:33 PMedvin
06/09/2017, 12:34 PMedvin
06/09/2017, 12:46 PMforwardWorkspaceActions(targetComponent)
to override the current receiver of button states and action callbacks from within a UIComponent.edvin
06/09/2017, 12:46 PMnimakro
06/09/2017, 12:46 PMnimakro
06/09/2017, 1:18 PMnimakro
06/09/2017, 1:25 PMedvin
06/09/2017, 1:36 PMedvin
06/09/2017, 5:40 PMforwardWorkspaceActions
info to the guide.ktw
06/09/2017, 6:22 PMedvin
06/09/2017, 6:22 PMedvin
06/09/2017, 6:23 PMuseTextfield
you can still use a cell decorator though 🙂edvin
06/09/2017, 6:23 PMcellDecorator
works like cellFormat
but will keep the existing formatting.edvin
06/09/2017, 6:24 PMcellFormat
respect existing formatting configurations. Hang on, checking.ktw
06/09/2017, 6:24 PMktw
06/09/2017, 6:27 PM