Hi all,
I am using wxPython for creating GUI. Suppose we have 2 buttons, one for 'CONNECT' and the other for 'DISCONNECT' in some telnet application. There is no point in having the 'DISCONNECT' button active before 'CONNECT' button is pressed and the connection is established.
So, we may need to make a button active/inactive based on our logic need. Is there anyway we can acheive this?
please help!
I am using wxPython for creating GUI. Suppose we have 2 buttons, one for 'CONNECT' and the other for 'DISCONNECT' in some telnet application. There is no point in having the 'DISCONNECT' button active before 'CONNECT' button is pressed and the connection is established.
So, we may need to make a button active/inactive based on our logic need. Is there anyway we can acheive this?
please help!
Comment