How can I make my main X-Motif application window invisible?

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

3 posts / 0 new
Last post
How can I make my main X-Motif application window invisible?

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?

ICS_support

You could iconify the application. You could withdraw the main window.

Anonymous

Thanks,

I ended up withdrawing the window in my code.