Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic BeginEdit() (Read 1425 times)
lukdor
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jan 13th, 2010
BeginEdit()
Jan 13th, 2010 at 9:51am
Print Post  
Hello,

I've tried to switch to inplace edit mode from code with diagram.BeginEdit(node) for 1 hour. Then I've fired Reflector and looked inside this method and I found this:

public void BeginEdit(InplaceEditable item)
{
}

If it is not implemend then it should be some information in Docs. I'm using demo version of diargam control.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: BeginEdit()
Reply #1 - Jan 13th, 2010 at 9:56am
Print Post  
Hi,

It seems this was supposed to call the BeginEdit(InplaceEditable, Point) overload, but we have omitted it. You can use the latter to enter edit mode.

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