iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
this.AddBinding("ActivateButton", BindableProperties.CommandProperty, "ActivateCommand"); this.AddBinding("LoginButton", BindableProperties.CommandProperty, "LoginCommand"); var p_CompanyCode = new BindingDescription("CompanyCode", BindingMode.TwoWay, UpdateSourceTrigger.PropertyChanged); var p_UserName = new BindingDescription("UserName", BindingMode.TwoWay, UpdateSourceTrigger.PropertyChanged); var p_Password = new BindingDescription("Password", BindingMode.TwoWay, UpdateSourceTrigger.PropertyChanged); this.AddBinding("CompanyCodeText", BindableProperties.TextProperty, p_CompanyCode); this.AddBinding("UsernameText", BindableProperties.TextProperty, p_UserName); this.AddBinding("PasswordText", BindableProperties.TextProperty, p_Password); var p_ShouldActivate = new BindingDescription("ShouldActivate", BindingMode.TwoWay, UpdateSourceTrigger.PropertyChanged); this.AddBinding("ActivateButton", BindableProperties.IsVisibleProperty, p_ShouldActivate); this.AddBinding("CompanyCodeText", TextFieldProperties.IsVisibleProperty, p_ShouldActivate); var p_IsActivated = new BindingDescription("IsActivated", BindingMode.TwoWay, UpdateSourceTrigger.PropertyChanged); this.AddBinding("LoginButton", BindableProperties.IsVisibleProperty, p_IsActivated); this.AddBinding("UsernameText", TextFieldProperties.IsVisibleProperty, p_IsActivated); this.AddBinding("PasswordText", TextFieldProperties.IsVisibleProperty, p_IsActivated);
We understand that custom components are not supported, but UITextField isn't. This means that we are not even supposed to be using a custom BindingAdapter nor creating our own BindableProperty just to make this work. So, is there anything else we need to do here?
Hi Domingo,
I have uploaded a sample here: http://git.intersoftpt.com/projects/CROS-SUPP/repos/bind-visibility-uitextfield/browse. You can try using this sample with the new Crosslight v2 assemblies.
Sorry for the long wait. We have investigated this issue and it is confirmed as a bug. We'll patch this issue in the upcoming Crosslight v2 which will be released at the end of this month.
Any updates?
Awesome! We'll try it out. Thanks!
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname