Vectorlight News

  • Chat App Converted to HTML and JQuery
    Sep 08, 2011

    Converted from Silverlight to HTML and Javascript/JQuery is the Vectorlight Chat App. Login using your Vectorlight password to chat using your username and avatar.

  • HTML5 iPhone,Android Big Guns Tower Defense
    Jul 02, 2011

    Big Guns has made the leap from Windows Phone 7 (XNA) to HTML5 so you can now play it on your iPhone, Android and other HTML5 compatible devices.

  • HTML5 Games - Word Poppers and Batty
    Jun 04, 2011

    As the take-up of HTML5 quickens (74% of users currently have a browser capable of HTML5 Canvas) we present two more games for both your browser and mobile.

  • Big Guns Tower Defense on Windows Phone 7
    May 06, 2011

    Coming soon to Windows Phone 7 is an XNA port of the popular Vectorlight tower defense game Super Tower Defense. Whilst retaining many of the graphical and gameplay features of the original Silverlight game.

  • Wakacube WP7 Update
    Apr 26, 2011

    Released to the Windows Phone 7 marketplace today is Version 1.1 of Wakacube the 3D physics game of skill. Included in the update are more levels (30 in total) and new mode Wakatime which generates random crate structures to keep players entertained long after the levels have been completed.

  • Home Page News
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: 

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