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. silverlight hides menu?

silverlight hides menu?

Scheduled Pinned Locked Moved WPF
javaquestion
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.
  • C Offline
    C Offline
    CrafterIt
    wrote on last edited by
    #1

    Hi, I have a java menu on the webpage that is partially hidden from the silverlight control that i have placed below. Is there a way to render the menu above the SL content?

    P 1 Reply Last reply
    0
    • C CrafterIt

      Hi, I have a java menu on the webpage that is partially hidden from the silverlight control that i have placed below. Is there a way to render the menu above the SL content?

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      As the SL control works inside a webpage, it should simply be a matter of setting the Z-order. Basically, host your menu in a div with a higher z-order than the div you are hosting your SL page in. I haven't tried it, but the theory is sound.

      I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

      Forgive your enemies - it messes with their heads

      My blog | My articles | MoXAML PowerToys | Onyx

      C 2 Replies Last reply
      0
      • P Pete OHanlon

        As the SL control works inside a webpage, it should simply be a matter of setting the Z-order. Basically, host your menu in a div with a higher z-order than the div you are hosting your SL page in. I haven't tried it, but the theory is sound.

        I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

        Forgive your enemies - it messes with their heads

        My blog | My articles | MoXAML PowerToys | Onyx

        C Offline
        C Offline
        CrafterIt
        wrote on last edited by
        #3

        ok, i will check in to it thanks.

        1 Reply Last reply
        0
        • P Pete OHanlon

          As the SL control works inside a webpage, it should simply be a matter of setting the Z-order. Basically, host your menu in a div with a higher z-order than the div you are hosting your SL page in. I haven't tried it, but the theory is sound.

          I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

          Forgive your enemies - it messes with their heads

          My blog | My articles | MoXAML PowerToys | Onyx

          C Offline
          C Offline
          CrafterIt
          wrote on last edited by
          #4

          Hi! I tried the z-index:-1 but it didn't seem to work. edit: but i found a solution that i tested and worked Add

          <param name="windowless" value="true" />

          on the aspx or html page when you add the Silverlight element in the <object> tag

          modified on Thursday, November 25, 2010 3:24 AM

          A 1 Reply Last reply
          0
          • C CrafterIt

            Hi! I tried the z-index:-1 but it didn't seem to work. edit: but i found a solution that i tested and worked Add

            <param name="windowless" value="true" />

            on the aspx or html page when you add the Silverlight element in the <object> tag

            modified on Thursday, November 25, 2010 3:24 AM

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

            Thanks for posting a solution.

            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 Visit the Hindi forum here.

            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