Roberto P. Well-Known Member Licensed User Longtime User Mar 20, 2016 #1 The 5.8 visual designer version is no longer possible to set the type of control. When you change the type of the graphic resolution, the designer loses the control property. So you can not solve the following warning: Class not found: dev.crm.mobile.cctrledit, trying: dev.meta.sb.cctrledit Thank you
The 5.8 visual designer version is no longer possible to set the type of control. When you change the type of the graphic resolution, the designer loses the control property. So you can not solve the following warning: Class not found: dev.crm.mobile.cctrledit, trying: dev.meta.sb.cctrledit Thank you
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2016 #2 You should ignore this warning. Upvote 0
Roberto P. Well-Known Member Licensed User Longtime User Mar 21, 2016 #3 ok for the warning, but the fields do not have the custom type and can not be inserted. I have to try to make the properties but do not know if I can put them ?! Upvote 0
ok for the warning, but the fields do not have the custom type and can not be inserted. I have to try to make the properties but do not know if I can put them ?!
Erel B4X founder Staff member Licensed User Longtime User Mar 21, 2016 #4 The control type is set once when you add the control. This is the same behavior as all other controls. How is it related to the properties? Upvote 0
The control type is set once when you add the control. This is the same behavior as all other controls. How is it related to the properties?
Roberto P. Well-Known Member Licensed User Longtime User Mar 22, 2016 #5 Erel said: The control type is set once when you add the control. This is the same behavior as all other controls. How is it related to the properties? Click to expand... If I understand the question, are the properties that add to the control with version 5.8. It would be convenient to be able to change the type of control without having to clear in order to change the type. thanks Upvote 0
Erel said: The control type is set once when you add the control. This is the same behavior as all other controls. How is it related to the properties? Click to expand... If I understand the question, are the properties that add to the control with version 5.8. It would be convenient to be able to change the type of control without having to clear in order to change the type. thanks
Erel B4X founder Staff member Licensed User Longtime User Mar 22, 2016 #6 If you modify the declared properties in a custom view then the properties will be updated when you click on the custom view again (click on the activity and then on the custom view). Upvote 0
If you modify the declared properties in a custom view then the properties will be updated when you click on the custom view again (click on the activity and then on the custom view).