Latest News

  • Super Tower Defense 2 Game
    Sep 03, 2010

    New to the games section is Super Tower Defense 2. Featuring more maps, new units and bigger explosions.

  • Super Cards Online Multiplayer Game
    Aug 13, 2010

    Released today in the games section is the new Super Cards multiplayer card game. The aim of the game is to get rid of all your playing cards before your opposition.

  • Silverlight Online Chat
    Jul 24, 2010

    Today we launch the new Silverlight Live Chat application demonstrating the Liquid RichTextBox and Emoticon replacements.

  • New Super Shoot Em Up 2 Game
    Jun 29, 2010

    Added to the Games section is the new Super Shoot 'Em Up 2 game. Take control of your tank with the aim to defeat the computer controlled opponents. Features all new weapons, levels and Battle Mode!

  • Silverlight 4 Controls V5.3.2 Released
    Jun 28, 2010

    This release contains several fixes raised in the forums.

gcoleman0828
gcoleman0828
Iframe HTML wrapping inside Dialog Box Posted: Jun 08, 2010
 

Is there anyway that I can wrap an iframe inside of a Dialogbox? My boss wants to build an infobrowser inside of our new Silverlight site. If there is not currently an option, do you have any suggestions on a way to accomplish this?

 
 
dan
dan
RE: Iframe HTML wrapping inside Dialog Box Posted: Jun 18, 2010
 

Hi,


In short no, well not without it looking messy.  You can overlay HTML onto Silverlight content but I suspect you would run into trouble if the dialog was dragged by the user.  In SL4 and out of browser mode there is the WebBrowser control that can render HTML in Silverlight.  This too has issues particulally rendering order i.e the WebBrowser control always gets rendered on top of anything.


Thanks!