Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!bloom-picayune.mit.edu!nerus.pfc.mit.edu!mrl From: mrl@nerus.pfc.mit.edu Newsgroups: comp.windows.x Subject: Executing code after window fully displayed? Message-ID: <14JUN91.09351767@nerus.pfc.mit.edu> Date: 14 Jun 91 09:35:17 GMT Sender: news@athena.mit.edu (News system) Organization: MIT PLASMA FUSION CENTER Lines: 15 I want to execute code after a window has been fully displayed (configured). I've tried creating a translation table entry to key off of an event, but haven't found an event flag which works properly. Basically, I create a window, and then I want to do a SET NORMAL HINTS to set the resizing values. However, if I do that right away, it'll affect the way the window manager tries to initially display the window, which I don't want. Any ideas? Thanks. (P.s. what I really would like is a way so that the resize parameters only affect resizing when the user resizes the window via the resize icon (?), not when the code/manager resizes the window. Thus, I'm trying to turn it off when the code/manager is resizing the window.) Mark