- 
                
Posts
107 - 
                
Joined
 - 
                
Last visited
 - 
                
Days Won
6 
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by nosh
- 
	Good suggestions, I'll probably get to those in the next couple of weeks Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	Ya I need to get on that one. I'll add it to the list. Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	I have not created these yet, I have created some other banners that I need to add to the theme tho. Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	I will take a look at the issues you are having soon. Life has been a little nuts lately. Do you have scroll platform details on for the first issue? I know that one can be resolved by changing the platform settings. The second issue is definitely a bug. Make sure you are using the latest version of the theme, I've released a few versions since the initial. Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	Not it isnt Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	Cave cps1 2 3 were created already, they are under the images/playlist directory in my theme. If you created those systems as platforms, you will need to move the banners from images/playlist to images/platform Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	+1 I need dis too
 - 
	
 - 
	
 - 
	Just wanted to share something that may help some people. I have been having considerable performance issues with Coverflow on the PC I use for development which is running 2 980's in SLI, custom watercooled, needless to say the performance issues are not spec related. Today I was determined to figure it out, I tweaked advanced video settings, turned off gsync, changed my refresh rate, removed my video drivers and did a clean install, tried a bunch of things. Last thing I tried was turning off SLI and sure enough that was it. I have no idea why SLI would cause that, maybe my other card is defective, maybe its because im running an i7-5820K so the second card is only getting 8 pcie lanes in SLI, no idea. Curious if this resolves issues for anyone else.
 - 
	I'll have those banners in soon. Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	Not sure, it might have to do with permissions on the files @jasoncarr might be better suited to help with this. Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	In the plugins directory for the theme, right click on the slimdx.dll and go to properties, if you see a checkbox that says unblock, check it and hit ok. Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	
 - 
	
 - 
	
 - 
	Its the developer from mortal kombat saying "toasty"
 - 
	Oh good to hear. When I was looking at things last night I noticed that the scanline image was in the wrong place in the stack for platform view 4 so it wasn't showing up, that must have been what Jason saw on the stream. Sent from my SAMSUNG-SM-G935A using Tapatalk
 - 
	I am looking into this. @Jason Carr was actually having issues with the scanlines not showing up but he didn't get an error. I am going to try adding the image path to a ResourceDictionary. If that doesn't do it I may need jasons help.
 - 
	Ya I am going to remove the easter egg for now until I can get it working right and make it more of a rare occurrence. I do know about the ThemeSettings, just didn't think to set those. I will have that in place for the next release.
 - 
	This is the code in the views for the clock, all you would have to do is change the HorizontalAlignment from left to right. <Viewbox VerticalAlignment="Top" HorizontalAlignment="Left" StretchDirection="DownOnly" DockPanel.Dock="Top" Margin="10,10,0,0"> <TextBlock Text="{Binding CurrentTime}" FontFamily="Dense" FontSize="32" > <TextBlock.Effect> <DropShadowEffect ShadowDepth="2" Direction="315" Color="Black" Opacity="0.9" BlurRadius="1"/> </TextBlock.Effect> <TextBlock.Foreground> <LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0"> <GradientStop Color="#FFF56D0A" Offset="1"/> <GradientStop Color="#FFFFD800" Offset="0"/> </LinearGradientBrush> </TextBlock.Foreground> </TextBlock> </Viewbox>
 - 
	Added some screenshots for ya.
 -