Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

XAML Converter Exception

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    XAML Converter Exception

    Hello,

    If I declare a type in the Page's Resources section of the XAML (for example to use a Converter), I get an exception when the Add-On is loaded.

    For the demonstration of the error I will use an Add-On written by you. I highlight the new lines of code in yellow.

    In this example I use a Converter whose purpose is to convert a BarsPeriod to String. The steps to follow are:

    1.- In the AddOnFramework.cs add the class.



    2.- In the AddOnFramework.xaml declare the resource. Although initially intellisense recognizes the namespace and finds the type, then it shows the error that appears.





    3.- When the Add-On is compiled and then executed, an exception occurs (in this example the Add-On is empty and the exception is raised when the Add-On is closed).
    Note that I do not even use the converter, I only declare it.

    This procedure works correctly in standard WPF applications, and I do not understand why the error is due.

    Thanks.
    Attached Files

    #2
    Hello cls71,

    Thanks for your post.

    As our office is closing soon, we will investigate your inquiry tomorrow during our normal business hours.

    Thanks in advance for your patience.
    JimNinjaTrader Customer Service

    Comment


      #3
      Hello cls71,

      Thanks for your post.

      As our office is closing soon, we will investigate your inquiry tomorrow during our normal business hours.

      EDIT:

      The basic AddOnFramework example will load XAML files but, these aren't compiled and linked with code. We can use the more complex Visual Studio Advanced example to link in the XAML with the code-behind. I've attached an example that does not show this issue.

      Please let us know if we can be of further assistance.
      Attached Files
      JimNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by elirion, Today, 01:36 AM
      2 responses
      12 views
      0 likes
      Last Post elirion
      by elirion
       
      Started by DJ888, 04-16-2024, 06:09 PM
      5 responses
      14 views
      0 likes
      Last Post NinjaTrader_Erick  
      Started by samish18, Yesterday, 08:31 AM
      4 responses
      14 views
      0 likes
      Last Post elirion
      by elirion
       
      Started by funk10101, Yesterday, 09:43 PM
      1 response
      14 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by TheWhiteDragon, 01-21-2019, 12:44 PM
      5 responses
      551 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X