Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

file chooser not reading new files...

8 views
Skip to first unread message

Warrick Jeffrey Bradney

unread,
Feb 12, 1995, 9:45:27 PM2/12/95
to

Greetings,
I hope some guru or similar can help this XView newbie, I have
problem with programming the file chooser package. Put briefly, if I save a
file using the standard save dialog , and then attempt to open the file i
just saved, the newly created file is not listed in the file list.
How can I force the open dialog box to AUTOMATICALLY re-read the
directory, rather than looking at its cached file list ?
My only reference for the FILE_CHOOSER package is "XView Programming
Manual .. 3.2" by Heller. I hope that it is simply setting an attribute when
I create the dialog box... any pointers anyone ?

regards,
Warrick.

Warrick Bradney. | "What does it mean when a man unearths
g890...@cs.uow.edu.au | an ancient urn but in doing so buries
Wollongong University. | his thermos flask?" Leunig.
Disclaimer : my opinions are usually mine and mine alone.

Richard Goldstein

unread,
Feb 13, 1995, 10:16:04 AM2/13/95
to

From: g890...@wraith.cs.uow.edu.au (Warrick Jeffrey Bradney)
Newsgroups: alt.toolkits.xview,comp.windows.open-look
Date: 13 Feb 1995 13:45:27 +1100
Organization: University of Wollongong, NSW, Australia.


Greetings,
I hope some guru or similar can help this XView newbie, I have
problem with programming the file chooser package. Put briefly, if I save a
file using the standard save dialog , and then attempt to open the file i
just saved, the newly created file is not listed in the file list.
How can I force the open dialog box to AUTOMATICALLY re-read the
directory, rather than looking at its cached file list ?
My only reference for the FILE_CHOOSER package is "XView Programming
Manual .. 3.2" by Heller. I hope that it is simply setting an attribute when
I create the dialog box... any pointers anyone ?


try: xv_set(fc, FILE_CHOOSER_UPDATE, NULL);

rickg

0 new messages