Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Client-Server-App (Read 1705 times)
krebsd
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 13
Joined: Dec 9th, 2005
Client-Server-App
Dec 10th, 2005 at 1:20pm
Print Post  
I've done a project like the Client_Svr-Example.
Some things are not clear to me:

- if I move a box or create an arrow, how can I get this Information from the clien to the server. Are there any events?

-if I create a box (painting with left mouse), how can I place a text inside?

regards, Daniel.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Client-Server-App
Reply #1 - Dec 12th, 2005 at 6:06am
Print Post  
ClientSvr uses Flowchart.NET as a Windows Form control on the client side, but IE6 cannot handle .NET control events. IE7 is supposed to handle .NET events, so you could try that with the IE7 beta version. Or you might create a user control that wraps FlowChart.NET and handles the needed events there, then embed the user control in the page.

You can place text in a node by double-clicking it to enter inplace-editing mode. The AllowInplaceEdit property must be enabled.

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