Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Silverlight 3.0 Support (Read 5201 times)
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Silverlight 3.0 Support
Mar 25th, 2009 at 8:01am
Print Post  
Hi

We consider migrating to Silverlight 3.0 (Beta).
Will the control function as usual or do we need to wait for a proper release ?

Thx

Hai
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Silverlight 3.0 Support
Reply #1 - Mar 25th, 2009 at 9:37am
Print Post  
Hi,

We'll test it with Silverlight 3 in the next few days and I'll let you know if there are any problems.

Stoyan
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: Silverlight 3.0 Support
Reply #2 - Mar 25th, 2009 at 9:38am
Print Post  
Gr8
Thx

Hai
  
Back to top
 
IP Logged
 
Hai
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 63
Joined: Jan 7th, 2009
Re: Silverlight 3.0 Support
Reply #3 - Apr 2nd, 2009 at 3:35pm
Print Post  
Any conclusions ??
  
Back to top
 
IP Logged
 
Sachin
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 85
Joined: Mar 14th, 2009
Re: Silverlight 3.0 Support
Reply #4 - Apr 3rd, 2009 at 10:53am
Print Post  
hI

I am waiting for the replay , pls tell  diagramlite is working in silverlight 3.0 or not
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Silverlight 3.0 Support
Reply #5 - Apr 3rd, 2009 at 2:29pm
Print Post  
It seems to work fine with Silverlight 3; we haven’t found any problems so far.
  
Back to top
 
IP Logged
 
Sachin
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 85
Joined: Mar 14th, 2009
Re: Silverlight 3.0 Support
Reply #6 - Apr 3rd, 2009 at 5:04pm
Print Post  
HI Stoyo

It is not supporting while i am created shape node and adding to diagramlite got an error , silverlight 2.0 did nt get any error

please test it
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Silverlight 3.0 Support
Reply #7 - Apr 5th, 2009 at 8:00am
Print Post  
Hi,

Could you copy here your initialization code for the diagram, and the code for any event handlers that might be related to this?

Stoyan
  
Back to top
 
IP Logged
 
Sachin
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 85
Joined: Mar 14th, 2009
Re: Silverlight 3.0 Support
Reply #8 - Apr 5th, 2009 at 8:06am
Print Post  

           pb1 = new ShapeNode(diagram);

           pb1.Bounds = new Rect(650, 200, ReWidth, ReHeight);

           pb1.Shape = Shapes.Rectangle;

           pb1.Brush = new SolidColorBrush(Colors.White);

           pb1.Text = "Y ";

           pb1.AnchorPattern = apat1;

           pb1.BorderBrush = new SolidColorBrush(Colors.Black);

           pb1.BorderThickness = new Thickness(2);

           diagram.Nodes.Add(pb1);
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Silverlight 3.0 Support
Reply #9 - Apr 5th, 2009 at 10:51am
Print Post  
This worked in my test:

Could you copy the stack trace here, or best email a project that reproduces the problem to support@mindfusion.eu?

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint