SamG wrote:
I have two windowing classes A and B.
Inside A's constructor i created an instance B to display its Modal
window. Only on clicking OK/ Closing this modal window do i proceed to
display the A's window.
All that is fine. Now the problem is i would like to write a python
script to te
I have two windowing classes A and B.
Inside A's constructor i created an instance B to display its Modal
window. Only on clicking OK/ Closing this modal window do i proceed to
display the A's window.
All that is fine. Now the problem is i would like to write a python
script to test the this GUI