<Reference Include="System" />
<Reference Include="ICSharpCode.NRefactory">
<HintPath>\usr\local\lib\monodevelop\bin\ICSharpCode.NRefactory.dll</HintPath>
- <Private>False</Private>
</Reference>
<Reference Include="Mono.Addins">
<Package>mono-addins</Package>
</Reference>
<Reference Include="MonoDevelop.Ide">
<HintPath>\usr\local\lib\monodevelop\bin\MonoDevelop.Ide.dll</HintPath>
- <Private>False</Private>
</Reference>
<Reference Include="MonoDevelop.Core">
<HintPath>\usr\local\lib\monodevelop\bin\MonoDevelop.Core.dll</HintPath>
</Reference>
<Reference Include="MonoDevelop.DesignerSupport">
<HintPath>\usr\local\lib\monodevelop\AddIns\MonoDevelop.DesignerSupport\MonoDevelop.DesignerSupport.dll</HintPath>
- <Private>False</Private>
</Reference>
<Reference Include="Mono.Cairo" />
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
+ <OutputPath>..\bin\Debug</OutputPath>
<DefineConstants>DEBUG;MEASURE_TIME</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Linux_x86' ">
<DebugType>full</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
+ <OutputPath>..\bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
int frameCpt = 0;
int idx = 0;
string[] testFiles = {
+ "0.crow",
"testColorList.crow",
"testCheckbox.goml",
"testWindow.goml",
<?xml version="1.0"?>
-<!--<Label Text="test" Background="BlueCrayola"/>-->
-<!--<GraphicObject Width="10" Height="10" Background="Red"/>-->
-<VerticalStack Width="400" Height="400" Margin="2" Spacing="2">
- <Label Left="20" Text="test" Background="BlueCrayola"/>
- <GraphicObject Background="LimeGreen" Width="300" Height="300"/>
-<!-- <ProgressBar CornerRadius="5" Background="DimGray" Margin="1" Maximum="1000" Value="{fps}" Width="200" Height="15"/>
- <RadioButton Caption="test radiobutton"/>
- <Image Width="50" Height="50" Background="vgradient|0:SkyBlue|1:White" Path="#Tests.image.crow0.svg"/>
- <Button Caption="test button"/>
- <TextRun Text="text run test"/>
- <TextBox Text="text run test"/>
- <Border CornerRadius="5" Background="DimGray" Fit="true" >
- <Trend HighThreshold="{fpsMax}" LowThreshold="{fpsMin}" NbValues="5"
- Height="100" Width="400" NewValue="{fps}" Name="trend" Maximum="600" Foreground="White"/>
- </Border>-->
-</VerticalStack>
-<!-- <HorizontalStack Fit="true">
- <Label Text="Memory:" Width="50" TextAlignment="Right"/>
- <Label Text="{memory}" Font="droid,12"
- Background="vgradient|0:BlueCrayola|1:Black"/>
- </HorizontalStack>
- <HorizontalStack Fit="true">
- <Label Text="Fps:" Width="50" TextAlignment="Right"/>
- <Label Text="{fps}" Font="droid , 12"
- Background="vgradient|0:LimeGreen|1:Black"/>
- </HorizontalStack>-->
-
-<!--<VerticalStack Fit="true">
-
-
-</VerticalStack>-->
\ No newline at end of file
+<VerticalStack Fit="true" Margin="5" Background="Green">
+ <Expandable Width="0" Background="Gray">
+ <Expandable Width="0" Background="Gray">
+ <Expandable Height="100" Width="0" Background="Gray">
+ <Label Height="0" Width="0" Background="Red"/>
+ </Expandable>
+ </Expandable>
+ </Expandable>
+ <Expandable Width="0" Background="Red">
+ <Expandable Width="0" Background="Blue">
+ <Expandable Width="0" Background="Gray">
+ <Expandable Width="0" Background="Gray">
+<!-- <Expandable Width="0" Background="Gray">
+ <Expandable Width="0" Background="Gray">
+ <Expandable Width="0" Background="Gray">
+ <Expandable Width="0" Background="Gray">
+ <Expandable Width="0" Background="Gray">
+ </Expandable>
+ </Expandable>
+ </Expandable>
+ </Expandable>
+ </Expandable>-->
+ </Expandable>
+ </Expandable>
+ </Expandable>
+ </Expandable>
+ <Label Width="0" Background="Red"/>
+ <Label Width="0" Background="Red"/>
+ <Label Width="0" Background="Red"/>
+ <Label Width="100" Background="Red"/>
+</VerticalStack>
\ No newline at end of file
<?xml version="1.0"?>
<HorizontalStack
HorizontalAlignment="Left"
- Height="-1" Width="-1" Margin="1" Focusable="true"
+ Height="-1" Width="0" Margin="1" Focusable="true"
MouseEnter="{Background=hgradient|0:DarkRed|1:Transparent}"
MouseLeave="{Background=Transparent}">
<GraphicObject Height="12" Width="20" Background="{}" Margin="0" CornerRadius="3"/>
- <Label Text="{Name}" Margin="0"/>
+ <Label Text="{Name}" Margin="0" Width="0"/>
</HorizontalStack>
<Border BorderWidth="2" Fit="true">
<VerticalStack Fit="true" Margin="5">
<ListBox Data="{TestList}" Background="0,5;0,5;0,5;0,7"
- HorizontalAlignment="Center" Width="-1" Height="350" Margin="5"
+ HorizontalAlignment="Center" Width="300" Height="350" Margin="5"
ItemTemplate="#Tests.Interfaces.colorItem.crow">
<Template>
<Border BorderWidth="1" Height="{../HeightPolicy}" Width="{../WidthPolicy}">