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
panibond2002
panibond2002
problem with NodeCheckChanged Posted: Apr 29, 2010
 

Hi


Iam facing problem with NodeCheckChanged event. When i bind nodes collection to the tree, it is firing NodeCheckChanged event for each check box. My aim is to first load the tree view and then on checked event of checkbox it should fire NodeCheckChanged of the node checkbox.


Iam making wcf service calls based on the checkbox checked status. This behavior is causing me over load on the server.


Can you please tell me where iam going wrong with treeview.


Thanks in Advance

 
 
dan
dan
RE: problem with NodeCheckChanged Posted: May 15, 2010
 

Hi,


I have modified the code so this event is only raised when the check state changes during the IsChecked setter.  This should fix the problem you have and will be available in the next version.


Thanks!

 
 
panibond2002
panibond2002
RE: problem with NodeCheckChanged Posted: May 25, 2010
 

Thank you very much Dan.

 
 
panibond2002
panibond2002
RE: problem with NodeCheckChanged Posted: Jun 25, 2010
 

Hi Dan,


Iam using silverlight version 3 and Liquid.TreeView. Is there any way to select a checkbox in a node and perform nodecheckchanged event programmatically.


In latest version of Liquid Tree view i can see CheckAll() Method which is not available in version 3 of Liquid TreeView control.


Thanks in advance.

 
 
dan
dan
RE: problem with NodeCheckChanged Posted: Jun 26, 2010
 

Hi,


This should be possible by just setting the IsChecked property.  Are you using Liquid version 5.2.7 which is the last Silverlight 3 build?  Or the SL4 build?  In both versions setting IsChecked will raise this event.


Thanks!

 
 
panibond2002
panibond2002
RE: problem with NodeCheckChanged Posted: Jun 28, 2010
 

Hi Dan,


I am using 5.2.5.0 version. I will try with 5.2.7 version before i come back to you if any error occurs. and once again i will verify my code.


Thanks!