DataBinding availaible?

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
philip.joebstl
Posts: 26
Joined: Tue Oct 09, 2012 12:56 am

DataBinding availaible?

Post by philip.joebstl »

Hello,

I would like to know if it is possible to use DataBinding to other objects than Tags.

For example, I define a static bool bVisible. Then there is a Rectangle on my screen, that should only be visible if bVisible is true. So I tried to add the DataBinding in the XAML code, but everytime I compiled the code I added was automatically deleted.

I'm working on a T10A-Panel on iX-Developer 2.
Thank you for your help.
Best regards,
Philip Joebstl

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

Re: DataBinding availaible?

Post by mark.monroe »

iX Developer provides options under Dynaimcs to do that. Under a components Dynamic properties you can associate a Tag with a component's Fill or Visibility property.

iX Developer does not implement all the options that are available under Xaml because Windows CE does not support many of those options.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

philip.joebstl
Posts: 26
Joined: Tue Oct 09, 2012 12:56 am

Re: DataBinding availaible?

Post by philip.joebstl »

Thank you for quick information about this!
Best regards,
Philip Joebstl

Post Reply