EditText Visible True/False

willgeorge

Member
Licensed User
Longtime User
New user with a very basic question. Believe me I have looked but did not find (or maybe did not understand) the answer.

A view such as:

EditText.Visible = False (As set in the designer)

How do I make it visible on some event such as a button press?

I have used EditText1.Visible = True and EditText1.Visible = False within the application but nothing seems to change. The EditText view is always visable?

There is something very simple to most that I am not seeing.
 

Dman

Active Member
Licensed User
Longtime User
If it is on an invisible panel, it won't show until the panel is made visible. Just a thought.
 
Upvote 0

willgeorge

Member
Licensed User
Longtime User
Thank You

Thanks for the replys..

Hanging head low here... It was my fault. Lets just say I used False where I should have used True. One Sub was fighting another.

I guess I could not see the Forest because the Trees were in the way!
 
Upvote 0
Top