Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

"Share" in AddOn Not Working

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

    "Share" in AddOn Not Working

    Is there a reason why this..

    Code:
    [COLOR=#080808]Share[/COLOR]([COLOR=#b22222]"Email"[/COLOR], [COLOR=#b22222]"Test Message"[/COLOR], [COLOR=#0000ff]new[/COLOR] [COLOR=#080808]Object[/COLOR][] {[COLOR=#b22222]"[email protected]"[/COLOR], [COLOR=#b22222]"Test Subject Line"[/COLOR]});
    works just fine in an Indicator, But..

    Does Not Work in an AddOn???

    It compiles just fine, never receive any errors when it's called, print statement just below this line prints out as if the line was executed.. But nothing..

    Am I missing something here?


    -=Edge=-
    NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

    #2
    Hello -=Edge=-,

    Thanks for your post.

    We are investigating and will update when we have further information.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Paul View Post
      We are investigating and will update when we have further information.
      Thanks Paul

      It seems that sending email attachments/pics is also broken when using SendMail..
      Code:
       [COLOR=#006400]NinjaTrader.Core.Globals.SendMail( "[email protected]", "", "Subject", "Message", new string[]{myPicPathString} ) ;
       [/COLOR]
      This will send an email just fine, but for the life of me can't get it to attach an image.. Can you confirm this is currently a problem, or am I again just possibly missing something..


      -=Edge=-
      NinjaTrader Ecosystem Vendor - High Tech Trading Analysis

      Comment


        #4
        Hello -=Edge=-,

        Thanks for your post.

        Regarding SendMail(), it is recommended to use the method in the NinjaScript namespace (the one reflected in the HG), the method in Core is used internally.

        I do not have an update on the Add() share issue at this time.
        Paul H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by yertle, Yesterday, 08:38 AM
        7 responses
        28 views
        0 likes
        Last Post yertle
        by yertle
         
        Started by bmartz, 03-12-2024, 06:12 AM
        2 responses
        21 views
        0 likes
        Last Post bmartz
        by bmartz
         
        Started by funk10101, Today, 12:02 AM
        0 responses
        4 views
        0 likes
        Last Post funk10101  
        Started by gravdigaz6, Yesterday, 11:40 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by MarianApalaghiei, Yesterday, 10:49 PM
        3 responses
        10 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Working...
        X