Opening a GUI application in another GUI application
Dear all,
I am trying to develope a program with different GUIs. The main page of application should call another GUIs by selecting an item of menu or pressing a button. The GUIs that is called from the main GUI are already tested and are working fine. But when calling the second GUI from the first GUI the program hangs despite that both the application GUIs are just working fine when calling separately.
Do you have any idea.
Second question: How can code that the second GUI is opened in the first one when opening the second GUI
Thanks in advance
hamhey

