Announcement

Collapse
No announcement yet.

launch url from Grid

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

  • launch url from Grid

    Hi,

    could someone help me. I got an URL list which is loaded in an grid.
    but the problem is that i cant open any url.

  • #2
    You can use the "On Selection Changed" event script of the Grid to see which cell was selected, and Grid.GetCellText() to fetch the contents of the selected cell. If it is a valid URL, then you can use File.OpenURL() to open the web browser at that address.

    Ulrich

    Comment


    • #3
      Dear Ulrich,

      thanks a lot, but it does not work. So the plan was to make a page with a grid and a web object.
      the grid loads a txt and there are sites, user and passes in it. click on a link to open it in the web object.
      But i did never work with the grid.
      Is there anywere an example or a written code wich i can see to learn?

      Comment


      • #4
        Here is a very basic example.

        Ulrich
        Attached Files

        Comment


        • #5
          Grid Portal.rarHi Ulrich

          yes i understand. my misstake was the URL.
          thank you for your help.

          Here is the upload.

          Comment

          Working...
          X