Cookz718 Posted August 27, 2017 Share Posted August 27, 2017 1 minute ago, Rincewind said: It's looking very good I like the clock like that , no need to credit me I'm learning too Oh no that i did in photoshop ! i didn't actually put the clock there yet. im trying to figure out how can i put the clock there cuz its stuck on the Left corner.. im trying to get it on the right corner like the example pic i placed above jajajajaa sorry for not speaking correctly Quote Link to comment Share on other sites More sharing options...
Rincewind Posted August 27, 2017 Share Posted August 27, 2017 Try changing the column from "0" to "1" or "2" Quote Link to comment Share on other sites More sharing options...
Rincewind Posted August 27, 2017 Share Posted August 27, 2017 No just spotted the theme only has rows so the column has to be 0, so just change the horizontal alignment to Right Quote Link to comment Share on other sites More sharing options...
Rincewind Posted August 27, 2017 Share Posted August 27, 2017 <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" > <TextBlock Text="{Binding CurrentTime}" FontFamily="Segoe UI Light" FontSize="30" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="white" Offset="1"/> <GradientStop Color="Gray"/> </LinearGradientBrush> </TextBlock.Foreground> <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect> </TextBlock> </Viewbox> </DockPanel> Quote Link to comment Share on other sites More sharing options...
Cookz718 Posted August 28, 2017 Share Posted August 28, 2017 42 minutes ago, Rincewind said: <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" > <TextBlock Text="{Binding CurrentTime}" FontFamily="Segoe UI Light" FontSize="30" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="white" Offset="1"/> <GradientStop Color="Gray"/> </LinearGradientBrush> </TextBlock.Foreground> <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect> </TextBlock> </Viewbox> </DockPanel> do i place this anywhere ? Quote Link to comment Share on other sites More sharing options...
Cookz718 Posted August 28, 2017 Share Posted August 28, 2017 44 minutes ago, Rincewind said: <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" > <TextBlock Text="{Binding CurrentTime}" FontFamily="Segoe UI Light" FontSize="30" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="white" Offset="1"/> <GradientStop Color="Gray"/> </LinearGradientBrush> </TextBlock.Foreground> <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect> </TextBlock> </Viewbox> </DockPanel> still ends up in the left hand corner.... hmmmmmmmmmmmm....... lol ! Quote Link to comment Share on other sites More sharing options...
Cookz718 Posted August 28, 2017 Share Posted August 28, 2017 9 hours ago, Rincewind said: <!--CLOCK--> <DockPanel Grid.Column="0" Grid.Row="0" Panel.ZIndex="10" > <Viewbox VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" > <TextBlock Text="{Binding CurrentTime}" FontFamily="Segoe UI Light" FontSize="30" > <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="white" Offset="1"/> <GradientStop Color="Gray"/> </LinearGradientBrush> </TextBlock.Foreground> <TextBlock.Effect> <DropShadowEffect ShadowDepth="4" Direction="310" Color="Black" Opacity="0.7" BlurRadius="4"/> </TextBlock.Effect> </TextBlock> </Viewbox> </DockPanel> UPDATE 1 Quote Link to comment Share on other sites More sharing options...
avaris Posted November 23, 2017 Share Posted November 23, 2017 If somebody needs help with clock inside bigbox i might be able to give my simple solution through pm. Quote Link to comment Share on other sites More sharing options...
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.