Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Unable to Add/Edit text in BPMN Diagram (Read 225 times)
Avinash
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 22
Joined: Nov 12th, 2024
Unable to Add/Edit text in BPMN Diagram
Nov 12th, 2024 at 11:12am
Print Post  
When i drap and drop text into the canvas, I am unable to edit text on Double click on it, I can only able to move text!! I have experiencing same even in Demos:- BPMN Diagram.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3343
Joined: Oct 19th, 2005
Re: Unable to Add/Edit text in BPMN Diagram
Reply #1 - Nov 12th, 2024 at 12:53pm
Print Post  
Try setting the DiagramView.allowInplaceEdit property.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Avinash
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 22
Joined: Nov 12th, 2024
Re: Unable to Add/Edit text in BPMN Diagram
Reply #2 - Nov 13th, 2024 at 5:45am
Print Post  
I have set allowInplaceEdit = true, and i can able to log event on doubleclick also, but still am unable to edit inplace. Is there anything else i have to check for?

this.diagram.allowInplaceEdit = true;

Thanks in advance

Regards
Avinash
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Online


tech.support

Posts: 3343
Joined: Oct 19th, 2005
Re: Unable to Add/Edit text in BPMN Diagram
Reply #3 - Nov 13th, 2024 at 5:58am
Print Post  
Hi,

That's a property of DiagramView and not Diagram. Older sample code might be showing it set on Diagram, but that's from the time before we introduced separate view class. Try setting this instead:

this.diagramView.allowInplaceEdit = true;

Regards,
Slavcho
Mindfusion

p.s. now I can see we have omitted moving that property to DiagramView in BPMN example code you were referring to.
  
Back to top
 
IP Logged
 
Avinash
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 22
Joined: Nov 12th, 2024
Re: Unable to Add/Edit text in BPMN Diagram
Reply #4 - Nov 13th, 2024 at 6:03am
Print Post  
Thank You Slavcho,

Its working Smiley

Regards,
Avinash
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint