when I develope WPF Control in VS2010.
i can't add to Object in Project . Why and how to advice for develope for
IXT10A or Other Panel
THX
when Create WPF control,How to add to the Project IXT10A
Re: when Create WPF control,How to add to the Project IXT10
The iX T10A has the underlying operating system "Windows Embedded CE 6.0" which supports the ".NET Compact Framework 3.5" but does not support WPF. You can to create a custom user control using the "Smart Device Project" option available in Visual Studio 2005 or Visual Studio 2008 Pro. Visual Studio 2010 does not have Smart Device support, so you would not be able to create a user control for the iX T10A with that software.
I've attached additional documentation on creating Third Party Controls to this post. Let me know if you have additional questions.
I've attached additional documentation on creating Third Party Controls to this post. Let me know if you have additional questions.
- Attachments
-
- iX_Developer_Third_Party_Controls.zip
- (853.91 KiB) Downloaded 1390 times
Best Regards,
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Re: when Create WPF control,How to add to the Project IXT10
Thank you about anser and try for my Problem.
I have some Problem.
when I design in bottom page design. have three Tap like Layout,Xaml,,and Script So that I design in WPF
when i Design WPF have same code XAML in Namespace Windown:
But when i design IX in namespace Neo.ApplicationFramework.Generated
I think about that IX T10A about Circle Meterfor use WPF desing.
Why can I design User control by WPF for My T10A Project.
thank you
Best regrads
S. piyasak
I have some Problem.
when I design in bottom page design. have three Tap like Layout,Xaml,,and Script So that I design in WPF
when i Design WPF have same code XAML in Namespace Windown:
But when i design IX in namespace Neo.ApplicationFramework.Generated
I think about that IX T10A about Circle Meterfor use WPF desing.
Why can I design User control by WPF for My T10A Project.
thank you
Best regrads
S. piyasak
Re: when Create WPF control,How to add to the Project IXT10
You can not use WPF to design a user control in iX Developer for the T10A. See previous post and documentation for further explanation.
iX Developer might allow you to use WPF, but when you download to the terminal the control will not function.
An industrial PC would be required if you want to use WPF (see link):
https://www.beijerelectronics.com/en/Pr ... anel___PCs
iX Developer might allow you to use WPF, but when you download to the terminal the control will not function.
An industrial PC would be required if you want to use WPF (see link):
https://www.beijerelectronics.com/en/Pr ... anel___PCs
Best Regards,
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer
Re: when Create WPF control,How to add to the Project IXT10
Thank you Mr. Ron L.