Joachim_L Posted January 7, 2020 Posted January 7, 2020 Nothing spectacular here, just clickbait. I would just like to know if we perhaps get assistance in understanding the xml partially controlling how the applications start up. A while ago someone asked if it is possible to start a new document with transparent background as default. Of course this is possible if you create a new document and set the background to transparent. The application saves this information to Document.xml and next time the application is restarted the transparent background is checked again ... until ... a document was created with no transparent background. Once transparent background is saved you can lock Document.xml for writing. Another use case could be the export preset (Export.xml). Same here. Once you made a different export, the type will be saved. So we have to write-protect here also to keep my defaults. <?xml version="1.0" encoding="utf-8"?> <Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Serif.Interop.Persona.Settings.ExportSettings"> <Format>PDF</Format> <Preview>False</Preview> <ExportFormats> <ExportFormat Format="PNG" Preset="PNG" /> <ExportFormat Format="JPEG" Preset="JPEG (Höchste Qualität)" /> <ExportFormat Format="TIFF" Preset="TIFF CMYK" /> <ExportFormat Format="PDF" Preset="My Web-Export" /> <ExportFormat Format="EPS" Preset="EPS (for web)" /> <ExportFormat Format="WMF" Preset="Enhanced Windows Metafile" /> </ExportFormats> </Settings> Hmm, the more I read my own post the more I think it is superfluos. Plus I don't know if locking up the xml would have side-effects on the applications. Thoughts? Quote ------ Windows 10 | i5-8500 CPU | Intel UHD 630 Graphics | 32 GB RAM | Latest Retail and Beta versions of complete Affinity range installed
walt.farrell Posted January 7, 2020 Posted January 7, 2020 2 hours ago, Joachim_L said: Thoughts? Try it, and see what happens Joachim_L 1 Quote -- Walt Designer, Photo, and Publisher V1 and V2 at latest retail and beta releases PC: Desktop: Windows 11 Pro 23H2, 64GB memory, AMD Ryzen 9 5900 12-Core @ 3.00 GHz, NVIDIA GeForce RTX 3090 Laptop: Windows 11 Pro 23H2, 32GB memory, Intel Core i7-10750H @ 2.60GHz, Intel UHD Graphics Comet Lake GT2 and NVIDIA GeForce RTX 3070 Laptop GPU. Laptop 2: Windows 11 Pro 24H2, 16GB memory, Snapdragon(R) X Elite - X1E80100 - Qualcomm(R) Oryon(TM) 12 Core CPU 4.01 GHz, Qualcomm(R) Adreno(TM) X1-85 GPU iPad: iPad Pro M1, 12.9": iPadOS 18.3, Apple Pencil 2, Magic Keyboard Mac: 2023 M2 MacBook Air 15", 16GB memory, macOS Sequoia 15.0.1
Joachim_L Posted January 7, 2020 Author Posted January 7, 2020 Trial and error, but no luck so far. I am mainly interested in these values: <SelectedPaletteType>3</SelectedPaletteType> ... <SelectedPaletteName>PANTONE+ CMYK Coated</SelectedPaletteName> I have Default palette for CMYK defined and I would like to have it selected. Right now I have to scroll the swatches up to show my default palette and this is what I want to avoid. Quote ------ Windows 10 | i5-8500 CPU | Intel UHD 630 Graphics | 32 GB RAM | Latest Retail and Beta versions of complete Affinity range installed
R C-R Posted January 8, 2020 Posted January 8, 2020 On 1/7/2020 at 3:58 AM, Joachim_L said: I would just like to know if we perhaps get assistance in understanding the xml partially controlling how the applications start up. AFAIK, the Mac versions do not include any xml files except for a license file in xml format for apps bought through the Affinity (not MAS) Store. So any info you can find about this is going to be relevant only to the Windows versions. Quote All 3 1.10.8, & all 3 V2.5.7 Mac apps; 2020 iMac 27"; 3.8GHz i7, Radeon Pro 5700, 32GB RAM; macOS 10.15.7 All 3 V2 apps for iPad; 6th Generation iPad 32 GB; Apple Pencil; iPadOS 15.7
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.