2/22/2013 2:28:06 PM
btw, I updated ClipFlair Studio to write formatted XML in those options files I was speaking of above, like the following, so that if one wants to read the file for troubleshooting or for editing some setting by hand, they can easily do it with Notepad too (before it was showing it in one single line without linechanges and indenting)
<?xml version="1.0" encoding="utf-8"?>
<CaptionsGridView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://clipflair.net/Contracts/View">
<Height>292</Height>
<ID>33030941-3b69-4be6-9d7a-c77021afd0a0</ID>
<Moveable>true</Moveable>
<Opacity>1</Opacity>
<OptionsSource i:nil="true" />
<Position xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Windows">
<d2p1:X>0</d2p1:X>
<d2p1:Y>380</d2p1:Y>
</Position>
<Resizable>true</Resizable>
<Title>Captions - To add more, click on the bubble 'Add caption at current time'</Title>
<WarnOnClosing>true</WarnOnClosing>
<Width>540</Width>
<Zoom>1</Zoom>
<Zoomable>true</Zoomable>
<AudioVisible>false</AudioVisible>
<CaptionVisible>true</CaptionVisible>
<CommentsVisible>false</CommentsVisible>
<DurationVisible>false</DurationVisible>
<EndTimeVisible>true</EndTimeVisible>
<RoleVisible>false</RoleVisible>
<Source i:nil="true" />
<StartTimeVisible>true</StartTimeVisible>
<Time>PT8.904S</Time>
<WPMVisible>false</WPMVisible>
</CaptionsGridView>
This content has not been rated yet.