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.

luke
luke
Dialog does not be shown if Buttons property is set to Posted: Oct 21, 2009
 

Hi,

i'm using Dialog with RichTextBox to implement hyper link input form.

Fine with version 5.4.3 but after updating new version,  

Dialog does not be shown if Buttons property is set to "None" or "Custom".

 
 
JumbocactuarX27
JumbocactuarX27
RE: Dialog does not be shown if Buttons property is set to Posted: Oct 22, 2009
 

I'm running into this error too.


My dialog windows are housing a custom panel class I wrote, and when the MeasureOverride function is called, the 5.2.3 controls pass in the dialog's size (minus title bar and such). However when I put in the 5.2.4 controls the dialog passes in an available size of Infinity, Infinity!


I'll keep looking for a work around.

 
 
dan
dan
RE: Dialog does not be shown if Buttons property is set to Posted: Oct 22, 2009
 

Hi JumbocactuarX27,


Can you confirm your error only occurs when the Buttons property is set to None or Custom?


A bug has been identified here that affects only dialogs with no buttons and will be rectified in the next release.


Thanks!

 
 
JumbocactuarX27
JumbocactuarX27
RE: Dialog does not be shown if Buttons property is set to Posted: Oct 23, 2009
 

Whoops! I thought they were related, but I guess I was wrong. I can't get a value other than infinity, infinity even with the buttons property set to something other than Custom or None. I'll try and make a sample project to duplicate this. I'm pretty sure it's not my code that's causing this, but I'd love to be wrong again!

 
 
JumbocactuarX27
JumbocactuarX27
RE: Dialog does not be shown if Buttons property is set to Posted: Oct 23, 2009
 

Well, I still get Infinity, Infinity for availableSize whenever MeasureOverride gets called (before I got actual sizes) but it's easily fixed by adding in some code into my MeasureOverride. The thing is that I'm not 100% sure if this is the correct behavior or the behavior from the last release was. Seeing as the panels that come with Silverlight and it's toolkit worked just fine, I'm willing to bet that the current behavior is the best,  but I'll defer to dan on which is right since he probably knows better than I do.

 
 
harsha
harsha
RE: Dialog does not be shown if Buttons property is set to Posted: Jan 28, 2010
 

am unable to view liquid controls in my tool box. how to view them in the tool box?