Show both Clip and Device View?
I want both the Device View and the Clip View to be visible.
I’ve tried every combination of these calls with no luck:
self.application().view.show_view(“Detail”)
self.application().view.show_view(“Detail/Clip”)
self.application().view.show_view(“Detail/DeviceChain”)
self.application().view.focus_view(“Detail”)
self.application().view.focus_view(“Detail/Clip”)
self.application().view.focus_view(“Detail/DeviceChain”)
I think the problem is that they target the Clip and Device View selector (the grey part of the buttons in live) rather than the Clip and Device view Toggles (the little orange arrows)
Is there a call that targets the toggles? Or maybe the API is not updated yet? If I remember the ability to toggle on both is a fairly recent feature.
…also does anyone know the difference between the show_view and focus_view ?
(I’m on the lates’t live beta 12.1.5b1, css 2.8.5)
Cheers!
Sign up
User registration is currently not allowed.