when Create WPF control,How to add to the Project IXT10A

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
piyasak
Posts: 4
Joined: Sun Jul 31, 2011 11:08 am

when Create WPF control,How to add to the Project IXT10A

Post 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

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: when Create WPF control,How to add to the Project IXT10

Post 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.
Attachments
iX_Developer_Third_Party_Controls.zip
(853.91 KiB) Downloaded 1130 times
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

piyasak
Posts: 4
Joined: Sun Jul 31, 2011 11:08 am

Re: when Create WPF control,How to add to the Project IXT10

Post 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

User avatar
Ron L.
Posts: 214
Joined: Fri Jul 15, 2011 3:21 pm

Re: when Create WPF control,How to add to the Project IXT10

Post 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
Best Regards,

Beijer Electronics, Inc.
Ron Lloyd | Applications Engineer

piyasak
Posts: 4
Joined: Sun Jul 31, 2011 11:08 am

Re: when Create WPF control,How to add to the Project IXT10

Post by piyasak »

Thank you Mr. Ron L.

Post Reply