Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Input string was not in correct format Issue in MindFusion Diagram (Read 1882 times)
Pazhanivel
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 10
Location: Chennai
Joined: Sep 4th, 2015
Input string was not in correct format Issue in MindFusion Diagram
Oct 5th, 2015 at 6:53am
Print Post  
   Hi,

  I got an issue in mindfusion Diagram, Like "Input string was not in correct format".Any updates to fix this issue.

at System.Number.ParseSingle(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Convert.ToSingle(String value, IFormatProvider provider)
   at System.String.System.IConvertible.ToSingle(IFormatProvider provider)
   at A.cff2eca880d02be73c71662038b21f2a6.c6aa5f7fdc2e26faac71768535b65443e(DiagramVie
w c3d2ea328bcae2cddab9c206fcedee40b, String c9ec0dbdde9b6a1a1d537757377d801dc, NameValueCollection c5c11b67bc18f800a1449180ab80777f2)
   at MindFusion.Diagramming.WebForms.DiagramView.LoadPostData(String postDataKey, NameValueCollection postCollection)
   at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Regards,
Pazhanivel.V
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Input string was not in correct format Issue in MindFusion Diagram
Reply #1 - Oct 5th, 2015 at 8:21am
Print Post  
Hi,

What does the following code show when you submit the page? Replace the "diagView" parts with your DiagramView's ID.

Code
Select All
<form id="form1" runat="server" onsubmit="checkScroll()">
function checkScroll()
{
    var sl = $get("_mfusion_" + "diagView" + "_ScrollLeft");
    var st = $get("_mfusion_" + "diagView" + "_ScrollTop");
    alert([sl.value,st.value]);
} 



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