2024-11-30 03:02 PM
Hi,
Just another point I am stuck on and coudn't find a solution.
I created a specific keypad as a custom container, to use it under several views. Initially it is hidden. I can show it by using keypad.setVisible(1) in those xxView.cpp's whenever necessary. BUT, I coud not find a way to hide it by pressing a button which is contained in that custom container.
(I don't want to construct this keypad in a Modal Window, because in that case I will need to create (and program) the exact same window with many buttons under every view.)
Any suggestion?
Thanks.