View Single Post
  #120  
Old 02-05-2025, 02:17
Yourname's Avatar
Yourname Yourname is offline
Registered User
 
Join Date: Mar 2024
Location: Pyramiden in Svalbard
Posts: 17
Thanks: 7
Thanked 7 Times in 4 Posts
Yourname is on a distinguished road
Quote:
Originally Posted by audiofeel View Post
There is such a converter, but the style version there is 2.0, not 2.5. I am not sure that after conversion everything will work as intended by the user.
https://github.com/Crayon2000/StyleC...r7itb782757129
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
Reply With Quote
The Following User Says Thank You to Yourname For This Useful Post:
audiofeel (02-05-2025)