Page 1 of 1

Convert "Solo Frame" in "Frame" ?

Posted: Mon Sep 11, 2017 8:36 pm
by lorenzoandreani
Can a "Solo Frame" be converted to "Frame" and vice versa?

I did not find the possibility of doing so, and this would helpful to me several times

Re: Convert "Solo Frame" in "Frame" ?

Posted: Tue Sep 12, 2017 7:52 am
by siegmund
Using the UI there is no such functionality. You could try manipulating the .qxw file directly. It's XML-based and at a first glance the difference between a normal and a solo frame is the tag:

Code: Select all

<Frame> vs <SoloFrame>
In addition to that, a SoloFrame object apparently must have a "Mixing" property:

Code: Select all

<Mixing>False</Mixing>
So maybe just give it a try, but make a backup of the original file!