Page 1 of 1
when Create WPF control,How to add to the Project IXT10A
Posted: Sun Jul 31, 2011 11:30 am
by piyasak
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
Re: when Create WPF control,How to add to the Project IXT10
Posted: Mon Aug 01, 2011 11:49 am
by Ron L.
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.
Re: when Create WPF control,How to add to the Project IXT10
Posted: Tue Aug 02, 2011 1:04 am
by piyasak
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
Re: when Create WPF control,How to add to the Project IXT10
Posted: Tue Aug 02, 2011 7:24 am
by Ron L.
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
Re: when Create WPF control,How to add to the Project IXT10
Posted: Tue Aug 02, 2011 6:41 pm
by piyasak
Thank you Mr. Ron L.