Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Custom Layout (Read 1823 times)
rnpayet
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Nov 14th, 2011
Custom Layout
Nov 21st, 2012 at 11:24pm
Print Post  
Hi
I have a custom layout class that inherits from Layout.
We have just upgraded from R2.2012 to R4.2012 WinForms
I got the following Error when compiling ( for .NET 3.5)

'SIL.SiDOptics.Diagramming.TestCustomLayout' does not implement inherited abstract member 'MindFusion.Diagramming.Layout.Layout.c11331ec940f4b80205644674193186b7(MindFusi
on.Diagramming.Diagram, MindFusion.Diagramming.DiagramItemCollection)'      

example Code in question

public class TestCustomLayout : Layout
{

protected override SizeF DefaultMarginValue
{
get { throw new NotImplementedException(); }
}

public override string Name
{
get { throw new NotImplementedException(); }
}


}


How do I fix this???

regards

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Custom Layout
Reply #1 - Nov 22nd, 2012 at 7:24am
Print Post  
Hi,

It seems we'll have to exclude some new Layout members from obfuscation. I will send you updated assemblies later today.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Custom Layout
Reply #2 - Nov 22nd, 2012 at 11:45am
Print Post  
We have removed the abstract method altogether. You can find updated assemblies on the personal messages page (link at top of the forum page).

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
rnpayet
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Nov 14th, 2011
Re: Custom Layout
Reply #3 - Nov 22nd, 2012 at 11:56pm
Print Post  
Thanks for the quick response.
Will test it as soon as possible

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