Archived News

  • Silverlight 4 Controls V5.3.1 Released
    May 16, 2010

    This release contains several fixes raised in the forums, including TreeView focusing and more.

  • New 3D Racing Game
    May 16, 2010

    Added recently to the games section is the Silverlight 4-only 3D racing game Go Go Racer! Race around 5 different tracks in either race or practice mode.

  • Silverlight 4 Controls Source Code Available
    May 13, 2010

    For the first time we are making the source code for the Liquid Controls available to download.

  • Silverlight 4 Controls V5.3.0 Released
    Apr 16, 2010

    We have updated the Liquid Controls library for the recent release of Silverlight 4.

  • Super Tower Defense Game
    Mar 10, 2010

    New to the games section is the new Super Tower Defense game. Defend your base from the ever advancing army of tanks, buggies...

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

Free Silverlight Games, Controls and Components

Dan said:
About Me

This site is dedicated to bringing high quality Silverlight games, controls and components to gamers and developers for free. There are over 20 controls and these can be downloaded for free along with example source code and tutorials, all that is required is the completion of a simple registration form.

Silverlight Online Chat

Today we launch the new Silverlight Live Chat application demonstrating the Liquid RichTextBox and Emoticon replacements.  Registered users can chat using their existing Vectorlight login, guests can chat too with no need to register.

Silverlight Chat

Jul 24, 2010 - read more...

New Super Shoot Em Up 2 Game

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!

Moon Tower Defense

Jun 29, 2010 - read more...

Silverlight 4 Controls V5.3.2 Released

This release contains several fixes raised in the forums, including:

  • Viewer control ScrollIntoPosition now takes into account the zoom level.
  • The DropDown control has a new Opened event.
  • The ColorSelector OpenPosition when set to Right could cause an exception, this is fixed.
  • RichTextBox - When importing/exporting to XML, Newlines now have their style recorded.
  • RichTextBox - Bug fixed when spell checking wrapped content.

The updated binaries and source code is available from the downloads page.

Jun 28, 2010 - read more...

New Sandmania Puzzle/Strategy Game

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.

You have a variety of tools to construct platforms, pipes, you can even blow up elements blocking your path.

Jun 18, 2010 - read more...

New Moon Tower Defense Game

Added to the Games section is the new Moon Tower Defense game.  Defend the Moon from the circling Aliens and Humans.  Use your bat to deflect their trash away from the Moon.

Moon Tower Defense

May 29, 2010 - read more...

Latest Forum Posts

Here are latest posts from around the forums, if you have a question about any of the Liquid controls you can get your answers in the Forum.

stefanHauck posted on Viewer Problem

Hi,

I use the viewer inside a tab control and get during design time very often the following error:


InnerException: reference not set to an instance of an object

NullReferenceException: reference not set to an instance of an object


StackTrace

at MS.Internal.XcpImports.MethodEx(InPtr ptr, String name, CValue[] cvDate)

at MS.Internal.XcpImports.MethodEx(DependencyObject obj, String name)

at MS.Internal.XcpImports.FrameworkElement_ApplyTemplate(FramerworkElement frameworkElement)

at System.Windows.Controls.Control.ApplyTemplate()


After I change something in the code and switch bacl to design view, it mostly work until I close and reopen the page again.

What can I check to make it working?


Stefan

Hi Dan,

I'm using your HtmlRichTextArea in my application because I needed Html saving and loading, but I found out that text alignment set on "Paragraph" tags in the RichtextArea doesn't get saved to Html.


Can you please find a solution to it ^^, because I really need that functionality (especially when writing a right to left language)..


Thanks a lot !!

Hi guys,


Greate control you have guys. Well done. I have some questions though :


1- Is there the ability to insert chunks of UIElement programatically when the RichtextEditor loads or at any given event ?

     for instance : I want to add : "<b>" as a TextBlockPlus and and the text : "some text" as normal TextBlock. I just want to   highlight html tags. I have tried using richTextBox.Children.Add() method but it is giving errors.


2-  Ability for the control to dynamically adapt its width inside a grid Row by giving it a min-width ?


3- Is there an easy way to replace specific text programatically.


Thanks

Thank you for your reply!


here's the xml that got saved into the database:


<LiquidRichText xmlns:liquid="clr-namespace:Liquid;assembly=Liquid.RichText">

 <Style ID="Normal" FontFamily="Portable User Interface" FontSize="11" Foreground="#FF000000" Alignment="Left" VerticalAlignment="Center" />

<Style ID="Custom6" FontFamily="Times New Roman" FontSize="36" FontWeight="Bold" Foreground="#FF339966" Alignment="Center" VerticalAlignment="Center" />

<Style ID="Custom13" FontFamily="Times New Roman" FontSize="72" FontStyle="Italic" FontWeight="Bold" Decoration="Underline" Foreground="#FFFF6600" Alignment="Center" VerticalAlignment="Center" />

<Style ID="Custom14" FontFamily="Times New Roman" FontSize="72" FontStyle="Italic" FontWeight="Bold" Decoration="Underline" Foreground="#FFFF6600" Alignment="Left" VerticalAlignment="Center" />

<TableStyle ID="TableDefault" BorderBrush="#FF000000" BorderThickness="1,1,1,1" CellBorderBrush="#FF000000" CellBorderThickness="1,1,1,1" CellPadding="2">

</TableStyle>

<Text Style="Custom6">

<![CDATA[1ère année enseignement fondamentale]]>

</Text>

<Newline />

<Text Style="Custom13">

<![CDATA[Arabe]]>

</Text>

<Newline />

<Xaml>

<liquid:Bullet Type="Number" Number="1" />

</Xaml>

<Text Style="Custom14">

<![CDATA[A]]>

</Text>

<Newline />

<Xaml>

<liquid:Bullet Type="Number" Number="2" />

</Xaml>

<Text Style="Custom14">

<![CDATA[B]]>

</Text>

<Newline />

<Xaml>

<liquid:Bullet Type="Number" Number="3" />

</Xaml>

<Text Style="Custom14">

<![CDATA[C]]>

</Text>

</LiquidRichText>


At the beginning, the developpement was being done on version 3 of silverlight, that's why I had to use version 5.2.7. but after encountring yet another limitation, my boss decided that it should be okay for my project to be ported to version 4, which was quite easy and straight forward.

The limitation we had is that version 5.2.7 of your RichTextBox didn't support writing Arabic (the letters appeared but weren't connected to each other as it should be in arabic), your new version of the control 5.3.2, supported writing arabic, but what I noticed is that selecting and formatting arabic text wasn't working well, when I select the first letter of a word and apply bold to it, the last letter becomes bold instead and exchange places with the first! In addition to that, there's the fact that selection wasn't following letters quite well.

We could have used the new richtextarea included with silverlight 4 which appears to have solved these problems but I couldn't export to HTML, so my final choice was to use your HtmlRichTextArea. I noticed that this control is based on the native one, adding to it loading and exporting HTML.

Actually, I liked your RichtextBox better because it's much more flexible and easy when it comes to formatting. The HtmlRichTextArea was very limited in its formatting capabilities, and I'm even having problems with text alignement right now (If I change the alignement of some text, when I go to the next line with a return, the alignement of the new line doesn't persist and it turns back to left aligned).


I hope I wasn't very exhausting, but I think my feedback will keep you more informed, so that your controls will become even more useful to everyone.


Thank you for your help!! ^^

Is there a way to store the new words in the cookies or something?  I implemented the spell checker for the rich text box, but it can't remember my words.  I can't really write it to the .xap file.  I would guess a cookie, or isolated storage?  So when you add a new word, I should probably add code to write to that location.  Then when the list is called up, it reads from the isolated storage and the dictionary file?  Is this a good way to do it?


I want each user to have their own additional words on their computer.

Hi Bryan,


In the current version no.  The RichTextBox uses an XML reader to process the HTML so your HTML must be XHTML formatted.  If a tag is encountered that is not supported the RichTextBox should ignore it by default.


Thanks!

Site Statistics

  • Members:26,556
  • Newest:Abestrad
  • Logged On:4
  • Sessions:80
  • Last 24 Hours
  • New Users:36
  • Active Users:94
  • Gameplays:675
  • Last 7 Days
  • New Users:233
  • Active Users:567
  • Gameplays:4,103
  • Last Month
  • New Users:1,060
  • Active Users:2,439
  • Gameplays:24,612

Ultimate Gamers

  • 1 stig
  • 2 Gh0sT
  • 3 dhoz
  • 4 janso
  • 5 gaaslin
  • 6 RadiateLogic
  • 7 dan
  • 8 Haroldo
  • 9 bigblue531
  • 10 oussama

  • See the full chart here!

Silverlight News

  • Silverlight 4 MSDN Offline and Online Docs Updated
    Jul 13, 2010

    "Just uploaded new versions of offline and online MSDN documentation. The offline CHM is great for fast offline access and best of all, it's just Silverlight docs. You won't get any other technologies mixed up in your search results, index, etc."


  • Windows Phone Developer Tools Beta Released!
    Jul 13, 2010

    "Its time to start building more applications and games for Windows Phone 7. Developer tools beta for Windows Phone has been released. Few important updates in the beta are..."


  • File Explorer using Silverlight 4 COM Interoperability
    Jul 10, 2010

    "You all know that, Silverlight 4 has the feature to talk with COM APIs. In my earlier posts I already mentioned various Interoperability functionalities of Silverlight."


  • Silverlight Media Framework 2 released–integrate
    Jul 09, 2010

    "Yesterday (7-Jul-2010), the Silverlight Media Framework v2 was released on Codeplex (yeah, it’s Open Source).  If you aren’t familiar with it, it is a Silverlight framework encapsulating the best practices for media playback for Silverlight applications."


  • Silverlight is the way to go...
    Jul 07, 2010

    "Okay, I am totally biased toward Silverlight; I could tell you a million reasons why you should be building Silverlight apps, all of which you can take with a grain of salt due to my bias as part of the Silverlight developer content team."


  • Silverlight PivotViewer Control is Here!
    Jun 29, 2010

    "Many of you have been waiting in anticipation for the Silverlight PivotViewer to build collections and embed them on your website, and today this control is available to Silverlight developers."



  • Got some news? You can submit it here!