HI,
I have to call my python script containing guidata code from a c program . So I end up executing "python.exe myscript.py"
Everything works fine , except that the gui window does not come up on top , instead its below all the other windows ?
Is there a way to make it come on top ( preferable ) or to make the window modal ( next best option )
Thanks,
Abhijit