Jump to content
LaunchBox Community Forums

Changing NotesCanvas text....


Syllius

Recommended Posts

Heya, I've been using Big Box to browse comics and I've only just started learning how to tweak themes. I'm wondering, in the current view XAML, there's a reference to NotesCanvas that pulls the game details. If I want to change the text to read Writer/Artist instead of the Developer/Publisher, how would I go about this? I've searched all the XAML files in the theme but there doesn't seem to be labels that I can actively change. Thanks in advance for any direction.

 

Link to comment
Share on other sites

I think you posted the wrong file. That's the platform level view which would not pull individual game details. Can you post a pic of the exact section in the BB theme you want to change. The GameDetailsView.xaml is likely pulling a binding of either Text="{Binding Path=Notes}" or Text="{Binding Path=Details}". If so changing those bindings will not alter Developer/Publisher to Writer/Artist as those field titles are coded into the back end of BB. There is likely a different xaml filter view you would need to edit. I am not to sure. If not, then you may need to end up using a Custom Field to create "Writer/Artist" and then have the theme use the bidning for Text="{Binding Path=CustomFieldsString}" to pull that into your game details to be displayed. At least If am understanding what you are wanting correctly. Maybe one of the devs will chime in.

Link to comment
Share on other sites

The file you need to change to alter the "Details" section of the Platform/Filter views is FilterDetailsView. The one for Games is GameDetailsView. In there you can reorder any of the fields, or give them different headers if you so desire. If you take a look at the views for Default you will see how to split fields up a bit easier than you will using older themes.

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...