Quote:
Originally Posted by audiofeel
|
Thanks for the reply again. Searching deeper, I think I found something better, the file is called "vsf2fm" and is located in the bin folder of Delphi. The procedure is this:
Take the fsf or style file and add it as a final argument in the command line of vsf2fm
- If you want to convert from fsf to style you use: "vsf2fm -origin style.fsf"
- If instead you want to convert from style to fsf FMX 2.5 you use: "vsf2fm -idx style.style" (-bin instead of -idx if you want FMX 2.0)
Code:
Convert VCL style to FireMonkey style
Usage:
vsf2fm <file or folder>
Params:
-origin - raw converter result
-bin - convert to binary fsf-format instead textual style-format
-idx - convert to indexed binary fsf-format instead textual style-format