Omen Posted February 14, 2019 Share Posted February 14, 2019 @Jason Carr is it possible for startup screens to show images that are contained in a platform's "Device" folder (example: "Launchbox\Images\Platforms\Atari 2600\Device"), instead of what's in the "Fanart" folder? I tried changing: <Image Source="{Binding BackgroundImagePath}" to: <Image Source="{Binding DeviceImagePath}" but that didn't work. Quote Link to comment Share on other sites More sharing options...
Jason Carr Posted February 14, 2019 Share Posted February 14, 2019 Sure, you would just need this: <Image Source="{Binding Platform.DeviceImagePath}" /> 1 Quote Link to comment Share on other sites More sharing options...
Retro808 Posted February 14, 2019 Share Posted February 14, 2019 Ninja'd by the great one. LOL 1 1 Quote Link to comment Share on other sites More sharing options...
Omen Posted February 14, 2019 Author Share Posted February 14, 2019 1 hour ago, Jason Carr said: Sure, you would just need this: <Image Source="{Binding Platform.DeviceImagePath}" /> Awesome, thank you man! 1 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.