Latest News

  • New Rich Text Editor User Control
    Feb 19, 2010

    By popular request, here we present a re-usable User Control containing the Liquid RichTextBox along with the most common formatting functions included.

  • Silverlight 3 Controls V5.2.7 Released
    Feb 19, 2010

    This release includes several fixes for issues raised in the forum. The main improvement is to the RichTextBox which now provides access and methods to the document elements allowing...

  • Super Shoot Em Up Game
    Feb 04, 2010

    Added to the games section is the new Super Shoot 'Em Up game. Take control of a tank with your aim being to blow up your opposing tanks and collect all the powerups.

  • Silverlight 3 Controls V5.2.6 Released
    Feb 04, 2010

    This release includes some minor fixes for several forum posts. Please see the notes on the download page for full details on what has changed.

  • Chaos Tournament Game
    Jan 24, 2010

    Launched today is the new Games section which contains the new Silverlight only Chaos Tournament game. This game is a remake of a classic 1985 ZX Spectrum game Chaos.

systecnica
systecnica
Dialog, ShowAsModal, encadenate Dialogs Posted: Feb 03, 2010
 

How to implemente a still for return value in Dialog?


Is using Canvas.Childs.Add() method?

then, can not move the child dialog out of canvas..


Sorry for my bad english..

 
 
dan
dan
RE: Dialog, ShowAsModal, encadenate Dialogs Posted: Feb 18, 2010
 

Hi,


You can constrain the minimum and maximum draggable points of a dialog using the TopLeft and BottomRight properties.  You should also ensure that your Canvas has Width and Height properties set.


Thanks!