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.

lueyyou
lueyyou
Color selector multiple custom palettes Posted: Mar 04, 2010
 

Hi I have an enhancement to suggest to the color selector.


My application actually uses 3 color selectors all with custom colors enabled and what I've found is that all 3 of these use the same custom color palette object (ColorSelector.Custom). Is it possible to make it so that these all use a different custom color palette ie they have their own member Custom list variables instead of a static one for the entire ColorSelector class?


I've tried to define my own List of uints for each of the color selectors but the currently selected color doesn't update properly so I assume there is something else going on underneath that I don't have access to.


Thanks again!


Luan

 
 
dan
dan
RE: Color selector multiple custom palettes Posted: May 16, 2010
 

Hi Luan,


Apologies for the delay, this post seems to have slipped past my attention.  At the moment as you have seen all Color Selector instances share the same custom palette.  With the recent release of the source code for the controls library you may if you want alter this yourself to make the custom palettes per instance which shouldn't be a big job and I can help if you do want to do this.


Thanks!