Hi,
I have a question related with this. I have tried to selectively hide some layers and save the image of the layout with the following code:
main_window = RBA::Application::instance.main_window
main_window.load_layout($input, 0)
layer_view = …
I called set_config("no-stipple", "true") from a LayoutView created from RBA::Application::instance.main_window.create_view and it works!
Thank you so much.