GUI controls appearing and disappearing based on user inputs
I think it's considered a bad practice to have controls appearing and disappearing and the size of the window changing in a single GUI screen dynamically based on a user's input. However, I can't seem to find a definitive reference that states this. I've been asked to create a GUI that has a text box at the top in which a user enters a...