Submitted by Anonymous on Fri, 04/19/2002 - 13:22. Developers
I have created a X-Motif application that is running in conjunction with HP Openview application. When I get a certain HP Openview event , I want to make my X-Motif application visible. When I click on the "OK" button on my X-Motif application I want to make my X-Motif application invisible. Since I have one loop that process X-events and HP Openview events (using my X-Motif application context as input to the message/event handler routine), I cannot destroy my X-Motif application context as part of hiding this X-Motif application. Any suggestions?
Mon, 07/09/2012 - 10:26
#1
How can I make my main X-Motif application window invisible?
You could iconify the application. You could withdraw the main window.
Thanks,
I ended up withdrawing the window in my code.