Jump to content
LaunchBox Community Forums

scooter1974

Members
  • Posts

    88
  • Joined

  • Last visited

  • Days Won

    1

File Comments posted by scooter1974

  1. 3 hours ago, Retro_Rage said:

    Wow, I have to say that I went through tons of themes and because of the customization this one clearly takes the cake. It is now my default theme. Did make a few small tweaks that I just thought that I would share. I have had all my "device" images added as banner images so I simply changed platformwheel3FiltersView.xaml to show it. Just scroll all the way to the bottom and look for <!-- Device Image -->

    Then look for the line <Image Name="CustomBannerIMG"

    and I changed the source= to {Binding Path=ActivePlatform.BannerImagePath}

    I also just changed the yellow text (just don't like yellow at all) to light blue (just search for yellow in any view and change it to lightblue or whatever color you want)

    Those as well as just changing the wallpaper made this into my perfect theme and is now my default. Btw, somebody mentioned adding the weather, dont do that. There is a plugin for it but I heard it adds a major lag to theme. Keep up the great work!

     

    Thank you for the comment! Happy you like it, Enjoy!!

  2. @GodElite So happy that you like the theme and no worries about the suggestions, it helps me learn more about theme making and I enjoy the challenge. I made the updates you have requested above. My coding skills are lacking, so I just made a new view for the Nintendo DS platform and it will change automatically when that platform is selected. Unfortunately I don't have the Nintendo 3DS installed but you should be able to go into "Views\Wheel3GamesView\" and make a copy of the Nintendo DS.xaml file, and rename it to Nintendo 3DS.xaml. Hopefully that works, as i'm assuming the video snaps are roughly the same size. You also shouldn't have to stretch the game snaps now as I have resized the video frame to match. I hope that's what you were looking for :)

  3. On 11/17/2019 at 10:53 AM, misterlamide said:

    Awesome theme love the look! would adding Weather under the time be possible?

    @misterlamide I was looking around the forum for a weather plugin and the one that is available is currently not working. If something else does come up. I will add it in for you :)

    20 hours ago, GodElite said:

    Great theme! I like simplicity of the theme and the arrangement of items: box art, game name, type of game, etc.

    Is it possible for you to create a View where we can use our own wallpaper?

    I've noticed if I replace the "_Default Platform Background" or "_Default Background" pictures with my own wallpaper, the video and the box art gets completely covered!

    Is there a way for you to show the video and the boxart ABOVE the wallpaper without cutting transparency on the background? 

    Like this example?

    example_view.jpg

    @GodElite I will have a look into this on the weekend for you. I'm pretty sure I can make a separate view for that.

  4. 8 minutes ago, y2guru said:

    Thanks Scooter,  can you do me a favor.. can you please zip up the theme that's causing this publishing error so I can run it on my machine in debug

    The theme is located within COMMUNITY Theme Creator for BigBox\Theme Preferences

     

    @y2guru Here you go, it's very much just me playing around so far, but hoping to make a full fledged theme out of it.

    Playing around Theme.rar

  5. Love the app so far, but when I try to publish a theme I get the following error. I'm on the newest build 1.0.2.

       at COMMUNITY_Theme_Creator_for_BigBox.MODproperties.LoadUIElements(String sPrefData)
       at COMMUNITY_Theme_Creator_for_BigBox.Publish.CopyFontsToThemeFolder()
       at COMMUNITY_Theme_Creator_for_BigBox.Publish.MyTimer_Tick(Object sender, EventArgs e)
       at System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Window.ShowHelper(Object booleanBox)
       at System.Windows.Window.Show()
       at System.Windows.Window.ShowDialog()
       at COMMUNITY_Theme_Creator_for_BigBox.MainWindow.CMmainmenu_Publish_Theme_Click(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.DispatcherOperation.InvokeImpl()
       at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
       at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Windows.Threading.DispatcherOperation.Invoke()
       at System.Windows.Threading.Dispatcher.ProcessQueue()
       at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at COMMUNITY_Theme_Creator_for_BigBox.Application.Main()
    Index was outside the bounds of the array.

     

    NoshOnThis

       1,910    38
    1 hour ago, Mute64 said:

    Go to your plugins and right click the .dll plugins,go to properties and tick the unblock box then try again. 

    I'm not sure what you mean by the "Unblock box" I don't see that when I click on properties for the .dll file.

×
×
  • Create New...