View Listeners broken in 2.9.0
At least two listener options are broken:
Live Object Model -> Application -> “Browser Mode”
Live Object Model -> Application -> “Is View Visible”
Both require the VIEW_NAME passed as the first parameter so never fires.
Code Created:
self.mode1_listener_attach1.add_is_view_visible_listener(self._mode1_self_application_view_add_is_view_visible_listener__Browser__id_22)
Should Be if looking for Browser view:
self.mode1_listener_attach1.add_is_view_visible_listener("Browser",self._mode1_self_application_view_add_is_view_visible_listener__Browser__id_22)
Changing to custom coding doesn’t allow it to be entered either as it entered before the parameter:
self.mode1_listener_attach1.add_is_view_visible_listener("Browser")(self._mode1_self_application_view_add_is_view_visible_listener__Browser__id_22)
JohnC Answered question
As these listeners don’t exist:
is_view_visible
open_dialog_count
view_focus_changed
They have now been removed from the Reactions Listeners options.
https://remotify.io/css3-changelog/
JohnC Answered question
Sign up
User registration is currently not allowed.