Android Question CustomView inVisible Text in the Debug/Release Mode

Devan

Member
Licensed User
Longtime User
Hi There,
Hope everyone is fine.
I have a problem. I created 3 AnotherDatePicker using CustomView in the Designer. WYSIWYG I'm able the view the Text (Example: DO Date) on the customview. But in Debug/ Release Mode the Text (Exampl: DO Date) not visible. But the functionality of the label is no problem. When I touch the lable, the date dialog pops out and I can select the date. The selected date is shown on the customview.
Have anyone come through this problem?
What was the issue and how to solve this?
Thank you for your valuable time and support.
Have a nice day.
 

Cableguy

Expert
Licensed User
Longtime User
The label will not be visible unless specifically set to, by adding adding it to the base panel. The label exists as a workaround to pass the text properties back from the designer to the CV class
 
Upvote 0
Top