Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TextBlock in Grid

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

    TextBlock in Grid

    In the grid example there is a TextBlock, but it does not compile for me and I want ti know if I am missing a using statement. Otherwise, how can I add text to a Grid cell?

    #2
    Hi kenz987, thanks for your post.

    Could you send me the link to the example your using?

    Comment


      #3

      Other Uses for an AddOn
      //Create a sample text block and add it to the Top/Bottom Panel Grid.
      TextBlockTextBlock=newTextBlock();
      TextBlock.Text=PanelDirection.ToString()+" Panel ("+PanelLocation.ToString()+") Sample Text Block";
      TextBlock.Foreground=Brushes.Red;
      TextBlock.SetValue(Grid.RowProperty,0);
      Panel.Children.Add(TextBlock);
      I found the missing using,
      but I still have an error in the placing of the text in a cell,
      using example code from LONGSHORTButtons
      trying to add a row for comments
      Thanks

      Comment


        #4
        Hi kenz987, thanks for your reply.

        Thanks for sending the example you are looking at. Could you please let me know the error your getting when adding the text?

        Comment


          #5

          private TextBlock myText;
          Print("build the txt"); // it is printing this
          try
          {
          myText.Text = "test comments here";
          }
          catch
          {
          Print("err in bld txt"); // it is printing this
          }
          This looks simple enough, is it read-only or something?
          Thanks

          Comment


            #6
            Hi kenz987, thanks for your patience. I am asking our colleague how to add this programmatically. I'll reply here with a sample shortly.

            Comment


              #7
              Hi kenz987,

              The TextBlock would not be able to change after the page content is set and loaded. It would be best to use a switch statement to set the text before it is added to the window, or use a TextBox if you need to edit the text. I also attached a sample that demonstrates how to implement Model-View Model-View pattern in an Addon.

              Please let me know if I can assist any further.
              Attached Files

              Comment


                #8
                Thanks Chris, Too bad nothing is ever simple anymore. So maybe I will just use a draw object TextBox and be done with it.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by CarlTrading, 03-31-2026, 09:41 PM
                1 response
                42 views
                0 likes
                Last Post NinjaTrader_ChelseaB  
                Started by CarlTrading, 04-01-2026, 02:41 AM
                0 responses
                20 views
                0 likes
                Last Post CarlTrading  
                Started by CaptainJack, 03-31-2026, 11:44 PM
                0 responses
                29 views
                1 like
                Last Post CaptainJack  
                Started by CarlTrading, 03-30-2026, 11:51 AM
                0 responses
                46 views
                0 likes
                Last Post CarlTrading  
                Started by CarlTrading, 03-30-2026, 11:48 AM
                0 responses
                38 views
                0 likes
                Last Post CarlTrading  
                Working...
                X