Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ErrorProvider-like feature? (Read 3407 times)
stefski
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 31
Location: Norway
Joined: Jul 17th, 2009
ErrorProvider-like feature?
Jan 28th, 2013 at 2:33pm
Print Post  
Hello guys!

Just wondering: Does the FlowChart.NET have any sort of ErrorProvider-like support? Would be nice to be able to attach an error icon and tooltip to diagram items when data, which they represent, is invalid.

We are probably going to implement this sort of thing, if it is not already supported by FlowChart.NET.

(Also, if this is something that is available in the WPF version, please let me know)!

  

Kind regards

Steffen Skov
OLGA Application Architect
Schlumberger Information Solutions AS
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: ErrorProvider-like feature?
Reply #1 - Jan 29th, 2013 at 6:57am
Print Post  
Hi Steffen,

Using the AttachTo method, you could attach a helper node that shows the icon and tooltip to the main node when the latter is in invalid state. Then the helper will follow the main node when moved or resized. Alternatively, set CustomDraw = Additional and draw the icon from the DrawNode event handler.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint