Page 1 of 1

DataBinding availaible?

Posted: Tue Oct 09, 2012 1:12 am
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.

Re: DataBinding availaible?

Posted: Tue Oct 09, 2012 9:28 am
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.

Re: DataBinding availaible?

Posted: Wed Oct 10, 2012 5:00 am
by philip.joebstl
Thank you for quick information about this!