Re: XForms: Wildcards in fselector filter

T.C. Zhao (tc_zhao@yahoo.com)
Wed, 20 Oct 1999 21:17:15 -0700 (PDT)

# To subscribers of the xforms list from "T.C. Zhao" <tc_zhao@yahoo.com> :

Steve Lamont already gave a very good and general way
of handling more powerful pattern matching via regcomp().
In your particular case, you are better off using
flimage_is_supported() as your filter and specify
*.* for the pattern.

--- "David J. Singer" <doc@jaunte.freeserve.co.uk> wrote:
> # To subscribers of the xforms list from "David J. Singer"
> <doc@jaunte.freeserve.co.uk> :
>
>
> Hi.
>
> First posting on the list. I've checked out the digest before
> posting
> so I hope this isn't a frequently asked question! :)
>
> When using a file selector in xforms (v0.89) like so:
>
> fl_show_fselector("Load file:", NULL,"*.gif", NULL);
>
>
> Is is possible to specify more than one extension in the filename
> filter
> field? In the example above I'm only listing files ending with
> ".gif",
> but can I specify files ending with (say) ".gif", ".bmp" and ".jpg"?
>
> --
> David J. Singer
> doc@jaunte.freeserve.co.uk
> _________________________________________________
> To unsubscribe, send the message "unsubscribe" to
> xforms-request@bob.usuhs.mil or see
> http://bob.usuhs.mil/mailserv/xforms.html
> XForms Home Page: http://bragg.phys.uwm.edu/xforms
> List Archive: http://bob.usuhs.mil/mailserv/list-archives/
>
>

=====

__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuhs.mil or see
http://bob.usuhs.mil/mailserv/xforms.html
XForms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuhs.mil/mailserv/list-archives/