Problem adding curves to trend

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
csanders
Posts: 6
Joined: Thu Jan 12, 2012 8:56 pm

Problem adding curves to trend

Post by csanders »

iX 2.0
Target: PC

When trying to add a curve to the trend object, when I try to select a tag for the curve I receive an unhandled exception.

How can I get around this issue?

Error Message:


************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at DevExpress.XtraEditors.TextBoxMaskBox.CreateAccessibilityInstance()
at System.Windows.Forms.Control.get_AccessibilityObject()
at System.Windows.Forms.Control.GetAccessibilityObject(Int32 accObjId)
at System.Windows.Forms.Control.WmGetObject(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.TextBoxBase.WndProc(Message& m)
at System.Windows.Forms.TextBox.WndProc(Message& m)
at DevExpress.XtraEditors.Mask.MaskBox.BaseWndProc(Message& m)
at DevExpress.XtraEditors.Mask.MaskBox.MaskStrategy.SimpleStrategy.DoWndProc(Message& m)
at DevExpress.XtraEditors.Mask.MaskBox.WndProc(Message& m)
at DevExpress.XtraEditors.TextBoxMaskBox.WndProc(Message& msg)
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)

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Problem adding curves to trend

Post by mark.monroe »

When you Rebuild your project, do you get any errors in the Error List? Is your project stored on a network drive?
Snap 2012-08-09 at 14.20.47.jpg
Snap 2012-08-09 at 14.20.47.jpg (99.08 KiB) Viewed 7925 times
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

csanders
Posts: 6
Joined: Thu Jan 12, 2012 8:56 pm

Re: Problem adding curves to trend

Post by csanders »

Build results in no errors, project not located on a network drive.
Attachments
ixSS.png
ixSS.png (57.33 KiB) Viewed 7924 times

Post Reply