Latest News

  • 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.

  • New Sandmania Puzzle Game
    Jun 18, 2010

    Sandmania is the latest game from vectorlight, the aim of this game is to guide sand from the top of the screen to the various colored containers below.

  • New Moon Tower Defense Game
    May 29, 2010

    Added to the Games section is the new Moon Tower Defense game. Defend the Moon from the circling Aliens and Humans.

jens_gebert@amat.com
jens_gebert@amat.com
Minimized dialogs are always at the same position Posted: Mar 03, 2010
 

Hello,


thanks for the great popup.

I just playing with the dialogs, if I opened two dialogs and minimize both, then I have the problem that the minimized dialogs are

placed at the same position (top 0, Left 0), so that you can only see the last dialog that was minimized. The other dialogs are behind the last one. In your example on your page the minimized windows are not at the same position, how can I implement this?


Thanks for help!


Regards

jens


 

 
 
dan
dan
RE: Minimized dialogs are always at the same position Posted: Mar 07, 2010
 

Hi,


You can control the minimized position by using the Minimizing and Minimized events.  Please see the main controls demo to see how these event handlers are implemented.  You can customize this quite easily to have them stack vertically instead of horizontally, the methods you need are:


Dialog_Minimizing

Dialog_Minimized

Dialog_Restoring


The demo can be downloaded from:


http://www.vectorlight.net/demos/silverlight_controls_demo.aspx


Thanks!

 
 
jens_gebert@amat.com
jens_gebert@amat.com
RE: Minimized dialogs are always at the same position Posted: Mar 23, 2010
 

Thanks a lot! it runs!