Jump to content
LaunchBox Community Forums

Change on-screen button inputs?


Recommended Posts

That is likely going to be some media the theme is using. You would have to either change the images the theme is using and/or change some code in the theme. We can give you a better idea of what to do if you let us know what theme it is and share a pic of what you are wanting to change in that theme. 

Link to comment
Share on other sites

1 hour ago, arcademode said:

Hmm, actually looking specifically at the Discovery Center I don't see the icon in my default folder for "back" which is an arrow pointing to the left. Where do I find the images for the controls in Discovery Center?

The icon by back is a controller binding related image (in my build shows "B" button for example) which WOULD be in that folder. If you referring to the bit in the lower left that reads "< System View" that's a bit different and is a SVG path (found on line 2326) that would need swapped out for another path or an image.

Link to comment
Share on other sites

Tried swapping those icon files in the Default theme but they're still showing as A and B on screen.  This is true for discovery center as well as using the standard default theme, not sure what I'm doing wrong here.  

I take it there's an edit process using visual studio for that code line?  

Link to comment
Share on other sites

You can't make changes to Default theme in any way as it gets overwritten on app startup. You need to copy it to it's own new folder and then swap to that theme in app. If you just want to swap the actual button images you don't need to touch XAML files you just replace the images in the corresponding folder. If you're trying to remove the back arrow you need to remove the <Path> control that is drawing it. I gave you the exact line number that path is on for the Game Discovery view

  • Like 1
Link to comment
Share on other sites

On 2/3/2024 at 5:17 PM, arcademode said:

@C-Beats Thanks for your help so far man! 

Related to this, I wanted to use the Game Details view from one theme so I tried copying that xaml into my current theme's folder but nothing happened. Can you give me any insight as to why that's happening? 

I assume the wrong file was moved. When you say "Game Details" what are you referring to? Also what file did you copy over?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...