Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!cs.umn.edu!brsmith From: brsmith@cs.umn.edu (Brian R. Smith) Newsgroups: comp.windows.open-look Subject: xview confusion - command frames disappearing Keywords: xview, buttons, panels, command frames Message-ID: <1991Apr9.215503.20523@cs.umn.edu> Date: 9 Apr 91 21:55:03 GMT Organization: University of Minnesota, Minneapolis, CSci dept. Lines: 22 I'm in the middle of porting a small application from sunview to xview, and I've come across this strange problem. I've got a command frame with a large number of check boxes, and four buttons; Done, Cancel, Reset, and Optimum. Done and Cancel are somewhat obvious, Reset turns all the check boxes on (the default), and Optimum sets each to a computed setting. Now here's the weird part: Whenever any of these four buttons is pressed and released the command frame is taken down. (XV_SHOW set to FALSE.) Even if there isn't a callback for that button. Is this supposed to happen? I can find no mention of it in O'Reilly volume 7 - which isn't to say it isn't there. It appears to happen consistently, so I am not sure if it's a bug or a feature. If it is supposed to work that way, how can I turn it off? Thoughts, anyone? -- Brian brsmith@cs.umn.edu