B4J Question [Solved] Can't see Textfields

Roger Daley

Well-Known Member
Licensed User
Longtime User
Hi All,

Just starting on B4J and have added a few views to a panel [Visual Designer] and the Textfields don't appear in the WYSIWYG designer or when the code is compiled. The Textfields do show in the Visual Designer.
Labels and buttons show as expected.

I have tried different background colours but no sign of the Textfield background or the text.
I have tried "DispTitle.Visible = True" in the code of "AppStart (Form1 As Form, Args() As String)" but no show.
I have looked in the examples and can't see that there is anything special to be done.


I am at a loss, any suggestions greatly appreciated.

Regards Roger
 

stevel05

Expert
Licensed User
Longtime User
Can you upload your project so it can be checked out?
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
Are you putting the textfields on the far right or very bottom of the design area? , as the default area shown for design is larger than the WYSIWYG window and the window shown when run.
 
Upvote 0
Top