|
Hi, sorry another issue.
I prepared a sample project again and testing the input of floating value
with Variable input control and Basic touch module(s).
What I want to input(format) is : xxx.xx
- 3 integer
- 2 decimal
But it's crashed with below error message in my Virtual screen.
************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
at System.String.Insert(Int32 startIndex, String value)
at BizDraw.Controls.Form_Preview.panel1_MouseDown(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Is there any wrong setting in my project ?
Here is my sample project : (fixed a litte)
Please check my project and let me know what's wrong.
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|