Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-4724

Fix System.FormatException

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.13.100
    • 1.12.100
    • GUI
    • None

    Description

      <p>While debugging MP, i get a ton of&nbsp;'System.FormatException' it was because the comparaison was not correct about string value</p>

      <p>Now in skin file, we can have the value as True or True - False or false - Horizontal or horizontal - Vertical or vertical.</p>

      <p>For ex :&nbsp;</p>

      <p>&lt;layout&gt;StackLayout(0, Vertical, True)&lt;/layout&gt; was not working correctly.</p>

      <p>Now like above or&nbsp;&lt;layout&gt;StackLayout(0, Vertical, true)&lt;/layout&gt; it's OK.</p>

      Attachments

        Activity

          People

            sebastiii sebastiii
            sebastiii sebastiii
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: