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
Lyrical
Lyrical
FieldSet Programatically Can't Add StackPanal as Child Posted: Jun 14, 2010
 

I've created a Liquid.FieldSet programatically now i would like to be able to add the

StackPanal of checkboxes just like the demo.


I have created the StackPanal and added the Checkboxes as children of the StackPanal


My problem is i can't find where to add the StackPanel to the FieldSet.


I'm going to keep triing and post if i figure this out


As this is my first post i just want to say how great these controls are and I appreciate you letting us use them.

Great work and thanks.

 
 
dan
dan
RE: FieldSet Programatically Can't Add StackPanal as Child Posted: Jun 18, 2010
 

Hi Lyrical,


Thanks for your comments!  To add content to the Fieldset assign your StackPanel to the Content property:


myFieldset.Content = myStackPanel;


Thats all you need.


Thanks!

 
 
seetha72
seetha72
RE: FieldSet Programatically Can't Add StackPanal as Child Posted: Dec 01, 2010
 

Hi Dan,

Thanks a lot for this reply, since I was looking for the same one. The Notes says "Controls (both vectorlight and Silverlight) can then be added to the fieldset by calling the AddChild() method." But there is no AddChild() method. That's the reason for the confusion, if someone can update the Notes, that'll be useful to other developers.

 
 
dan
dan
RE: FieldSet Programatically Can't Add StackPanal as Child Posted: Dec 18, 2010
 

Hi,


Sure, I agree.  I have updated the page and removed the reference to AddChild().


Thanks!

 
 

Rate this: 

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