]> O.S.I.I.S - jp/crow.git/commitdiff
totorials->tutorials, update to v0.9.8 v0.9.8
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 31 Oct 2021 18:39:08 +0000 (19:39 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 31 Oct 2021 18:39:08 +0000 (19:39 +0100)
Directory.Build.props
Samples/common/ui/Interfaces/Totorials/myNumericControlTest.crow [deleted file]
Samples/common/ui/Interfaces/Totorials/testWidget.crow [deleted file]
Samples/common/ui/Interfaces/Tutorials/myNumericControlTest.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Tutorials/testWidget.crow [new file with mode: 0644]

index a5cc8f97efba9dd6c3ce277741a969cb1c797daa..2da796a8adbe8b6c8ddc554b51b9225979df192f 100644 (file)
@@ -7,7 +7,7 @@
                <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-->
diff --git a/Samples/common/ui/Interfaces/Totorials/myNumericControlTest.crow b/Samples/common/ui/Interfaces/Totorials/myNumericControlTest.crow
deleted file mode 100644 (file)
index fda9f40..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<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>
diff --git a/Samples/common/ui/Interfaces/Totorials/testWidget.crow b/Samples/common/ui/Interfaces/Totorials/testWidget.crow
deleted file mode 100644 (file)
index 2bd2c7a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<Container Margin="50" Background="SteelBlue" >
-  <TestWidget Background="DarkGrey" Margin="20"/>
-</Container>
\ No newline at end of file
diff --git a/Samples/common/ui/Interfaces/Tutorials/myNumericControlTest.crow b/Samples/common/ui/Interfaces/Tutorials/myNumericControlTest.crow
new file mode 100644 (file)
index 0000000..fda9f40
--- /dev/null
@@ -0,0 +1,16 @@
+<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>
diff --git a/Samples/common/ui/Interfaces/Tutorials/testWidget.crow b/Samples/common/ui/Interfaces/Tutorials/testWidget.crow
new file mode 100644 (file)
index 0000000..2bd2c7a
--- /dev/null
@@ -0,0 +1,3 @@
+<Container Margin="50" Background="SteelBlue" >
+  <TestWidget Background="DarkGrey" Margin="20"/>
+</Container>
\ No newline at end of file