Browse Forum Posts by Tags

Showing related tags and posts for the Forums application.

  • Re: ContextMenu not working in Safari

    Posted to ContextMenu for Silverlight by jrodgers on Nov 16, 2009
    Hi, I have just tested this with Safari (Windows) version 4.0 (530.17) and have verified that ContextMenu is working. Make sure to set the Windowless paramter to true in the Silverlight object.
  • Re: ContextMenu not working in Safari

    Posted to ContextMenu for Silverlight by jrodgers on Jun 24, 2009
    Hi, ContextMenu relies on Windowless mode, Safari sadly does not implement the Windowless mode for the Silverlight plug-in, Google Chrome which is also based on WebKit does implement it and it works fine. In order to support Safari you need to decide how to trigger the ContextMenu, some common options are Apple + left-click or Shift + left-click. You can set the ContextMenu to DetectRightClick="False" and ContextType="Custom" then use the ShowContextMenu(point) to display it....
Page 1 of 1 (2 items)