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.

software123
software123
Resizing and/or scrolling the messagebox content Posted: Feb 02, 2010
 

I have a messagebox defined like this (no height and width specified):

<liquidPopup:MessageBox x:Name="messageBoxDialog" />


What if my text is larger than the messagebox; is there a way to let it autosize on its content ? Or does it have some scroll or resize properties ?

 
 
dan
dan
RE: Resizing and/or scrolling the messagebox content Posted: Feb 18, 2010
 

Hi,


At the moment the MessageBox content will not scroll.  It will display a simple block of text.  To implement scrollable I would recommend you use the regular Popup Dialog, this will allow you to specify any content such as a ScrollViewer containing a TextBlock.


Thanks!

 
 
bbieb
bbieb
RE: Resizing and/or scrolling the messagebox content Posted: Apr 23, 2010
 

Hi Dan,

Is there a way to autosize the Popup box?  I would like to dynamically change the TextBlock.Text depending on what feedback I need to give back to the user.

Thanks.

brian

 
 
bbieb
bbieb
RE: Resizing and/or scrolling the messagebox content Posted: Apr 23, 2010
 

Hi,

Forgot to mention that I am using the bubble control.


I've also been trying to set the bubble.width/height to the TextBox.Width/Height but the bubble doesn't resize until the bubble shows the second time.  I noticed that in another forum that there is a .UpdateSize but that is missing from the bubble?

Thanks.

brian

 
 
dan
dan
RE: Resizing and/or scrolling the messagebox content Posted: May 14, 2010
 

Hi Brian,


I have tested this by having a bubble instance visible on the screen and in a button click event handler I alter the bubble width/height and it changes instantly without the need to close/re-open the bubble.  Could you post the code you are using or something that will allow me to replicate the problem?


Thanks!

 
 

Rate this page: 

1 Star 2 Star 3 Star 4 Star 5 Star
4 Ratings / 2.5 Average