Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!hplabs!hpl-opus!hpcc05!hpcuhb!hpcilzb!hpsciz!masa From: masa@hpsciz.HP.COM (Masayoshi Habu) Newsgroups: comp.windows.x.motif Subject: Re: FileSelectionBox Message-ID: <13270003@hpsciz.HP.COM> Date: 19 Nov 90 18:41:32 GMT References: <11794@hacgate.UUCP> Organization: Hewlett-Packard, Santa Clara, CA Lines: 8 It works for me. I create a FileSelectionBox and reuse it whenever possible. Each time I give XmNdirMask resource as you stated in the base note. Then I invoke XmFileSelectionDoSearch(shell, NULL). Setting a value of XmNdirMask does not initiate this file search with Motif 1.0 widgets. It is searched at creation time only. Hope this works for you.