<LangVersion>7.3</LangVersion>
<CrowVersion>0.9.8</CrowVersion>
- <CrowPackageVersion>$(CrowVersion)-beta</CrowPackageVersion>
+ <CrowPackageVersion>$(CrowVersion)</CrowPackageVersion>
<!-- If you dont have a native libstb on your system, enable the managed version of stb here
TODO: this could be detected on startup or install automatically-->
+++ /dev/null
-<MyNumericControl Minimum="0" Maximum="100" Value="50" Background="Jet" >
- <Template>
- <VerticalStack Spacing="20" Height="Fit" Width="80%" Background="{./Background}" Margin="20">
- <HorizontalStack Spacing="5" Fit="true">
- <Label Text="min:"/>
- <TextBox Text="{²./Minimum}" Width="60" TextAlignment="Right"/>
- <Label Text="val:"/>
- <TextBox Text="{²./Value}" Width="60" TextAlignment="Right"/>
- <Label Text="max:"/>
- <TextBox Text="{²./Maximum}" Width="60" TextAlignment="Right" />
- </HorizontalStack>
- <Gauge Height="20" Minimum="{./Minimum}" Maximum="{./Maximum}" Value="{²./Value}"
- Background="DarkGrey" Margin="5" Foreground="CornflowerBlue"/>
- </VerticalStack>
- </Template>
-</MyNumericControl>
+++ /dev/null
-<Container Margin="50" Background="SteelBlue" >
- <TestWidget Background="DarkGrey" Margin="20"/>
-</Container>
\ No newline at end of file
--- /dev/null
+<MyNumericControl Minimum="0" Maximum="100" Value="50" Background="Jet" >
+ <Template>
+ <VerticalStack Spacing="20" Height="Fit" Width="80%" Background="{./Background}" Margin="20">
+ <HorizontalStack Spacing="5" Fit="true">
+ <Label Text="min:"/>
+ <TextBox Text="{²./Minimum}" Width="60" TextAlignment="Right"/>
+ <Label Text="val:"/>
+ <TextBox Text="{²./Value}" Width="60" TextAlignment="Right"/>
+ <Label Text="max:"/>
+ <TextBox Text="{²./Maximum}" Width="60" TextAlignment="Right" />
+ </HorizontalStack>
+ <Gauge Height="20" Minimum="{./Minimum}" Maximum="{./Maximum}" Value="{²./Value}"
+ Background="DarkGrey" Margin="5" Foreground="CornflowerBlue"/>
+ </VerticalStack>
+ </Template>
+</MyNumericControl>
--- /dev/null
+<Container Margin="50" Background="SteelBlue" >
+ <TestWidget Background="DarkGrey" Margin="20"/>
+</Container>
\ No newline at end of file