Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!ZIA.AOC.NRAO.EDU!cflatter From: cflatter@ZIA.AOC.NRAO.EDU (Chris Flatters) Newsgroups: comp.windows.x Subject: Re: Standard XView file dialog???? Message-ID: <9010220040.AA25417@zia.aoc.nrao.edu> Date: 22 Oct 90 00:40:44 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 19 Ken Johnson writes: > I'd like to know if anyone has a procedure that implements an advanced > open/save file dialog. I got a few suggestions to check some XView examples > but haven't actually been able to the file dialog code. It appears to be > burried in the textsw object itself. Any help will save me several days of > work. The code for the textsw load/save file popups are in xview2/lib/libxvol/text/txt_popup.c xview2/lib/libxvol/text/txt_load.c xview2/lib/libxvol/text/txt_save.c The code for the panel layouts is in the last two files. These will get you most of the way there; txt_popup.c will probably confuse more than it helps. Chris Flatters