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 Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                630 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                364 views
                1 like
                Last Post Geovanny Suaza  
                Started by Mindset, 02-09-2026, 11:44 AM
                0 responses
                105 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                0 responses
                566 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                568 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X