Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Multiple SilverLight apps

Multiple SilverLight apps

Scheduled Pinned Locked Moved WPF
comquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ray Cassick
    wrote on last edited by
    #1

    I just can't seem to locate anything that gives me definitive stuff on being able to host multiple individual SilverLight applications on one web page. I am looking to be able to create a few different individual SilverLight apps and place then on different areas of the page so the user can interact with them individually. Just seem to be having a hard way to show how this is done. Any good examples anyone is aware of?


    LinkedIn[^] | Blog[^] | Twitter[^]

    A R 2 Replies Last reply
    0
    • R Ray Cassick

      I just can't seem to locate anything that gives me definitive stuff on being able to host multiple individual SilverLight applications on one web page. I am looking to be able to create a few different individual SilverLight apps and place then on different areas of the page so the user can interact with them individually. Just seem to be having a hard way to show how this is done. Any good examples anyone is aware of?


      LinkedIn[^] | Blog[^] | Twitter[^]

      A Offline
      A Offline
      Abhinav S
      wrote on last edited by
      #2

      What you might want to do is use a composite application block provided by Microsoft. Using this block, a huge Silverlight application can be broken up into smaller modules (these can be nothing but different xap files). Each of the files can then be run side by side on the same webpage. Multiple xap files are loaded into different regions. Link here[^].

      The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick

      modified on Saturday, February 5, 2011 11:58 PM

      R 1 Reply Last reply
      0
      • R Ray Cassick

        I just can't seem to locate anything that gives me definitive stuff on being able to host multiple individual SilverLight applications on one web page. I am looking to be able to create a few different individual SilverLight apps and place then on different areas of the page so the user can interact with them individually. Just seem to be having a hard way to show how this is done. Any good examples anyone is aware of?


        LinkedIn[^] | Blog[^] | Twitter[^]

        R Offline
        R Offline
        RichardGrimmer
        wrote on last edited by
        #3

        You absolutely can do that - the old Silverlight.net site did it, and I also ripped off the idea for interactive "islands" in a web page....it's as simple as you'd think too - just add multiple tags pointing to differnet .xaps. I'd avoid the CAB approach unless you need communication between the apps...it's good, but a little OTT for simple stuff...

        C# has already designed away most of the tedium of C++.

        R 1 Reply Last reply
        0
        • R RichardGrimmer

          You absolutely can do that - the old Silverlight.net site did it, and I also ripped off the idea for interactive "islands" in a web page....it's as simple as you'd think too - just add multiple tags pointing to differnet .xaps. I'd avoid the CAB approach unless you need communication between the apps...it's good, but a little OTT for simple stuff...

          C# has already designed away most of the tedium of C++.

          R Offline
          R Offline
          Ray Cassick
          wrote on last edited by
          #4

          I will have to play around and give it a whack this weekend. Thanks.


          LinkedIn[^] | Blog[^] | Twitter[^]

          1 Reply Last reply
          0
          • A Abhinav S

            What you might want to do is use a composite application block provided by Microsoft. Using this block, a huge Silverlight application can be broken up into smaller modules (these can be nothing but different xap files). Each of the files can then be run side by side on the same webpage. Multiple xap files are loaded into different regions. Link here[^].

            The funniest thing about this particular signature is that by the time you realise it doesn't say anything it's too late to stop reading it. My latest tip/trick

            modified on Saturday, February 5, 2011 11:58 PM

            R Offline
            R Offline
            Ray Cassick
            wrote on last edited by
            #5

            Hmmm.. Thanks for the info. Looks like I have a bunch of reading to do :) Just relay odd that I don't ever really seem to see any videos on the web about doing this type of stuff. Maybe that's a hint to me to do something...


            LinkedIn[^] | Blog[^] | Twitter[^]

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups