It works with the previous incarnations.
----- Original Message -----
From: "Javier Valencia" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, July 08, 2010 5:03 PM
Subject: [RBASE-L] - RE: Filter Separator Character
I seem to remember using trial and error right around the time when the
plus
version of the plugin was released. There is now a newer
LoadFileNamePlusPlus version available.
Javier,
Javier Valencia, PE
913-829-0888 Office
913-915-3137 Cell
913-649-2904 Fax
[email protected]
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Mike
Byerley
Sent: Thursday, July 08, 2010 1:28 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: Filter Separator Character
Thanks Javier,
Where on earth did you find the syntax?
I tried every permutation of separator except the pound sign.
I couln't see how it could be used twice in the same element.
----- Original Message -----
From: "Javier Valencia" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Thursday, July 08, 2010 1:44 PM
Subject: [RBASE-L] - RE: Filter Separator Character
Mike,
The following code works for me:
PLUGINS loadfilenameplus.rbl vfile_name +
|fullpath ON +
|filter JPEG files (*.jpg)#*.jpg#TIFF files (*.tif)#*.tif +
|title SELECT FILENAME +
|view_mode thumbnails
It will display JPEG and TIFF files. Note that I am using the
LoadFileNamePlus Plugin.
Also note that when use Extreme you will need to add:
NO_CHANGE_DIR ON
Otherwise, next time you call the plugin, it will open on the last
directory
used by the plugin, rather than the original directory.
Javier,
Javier Valencia, PE
913-829-0888 Office
913-915-3137 Cell
913-649-2904 Fax
[email protected]
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Mike
Byerley
Sent: Thursday, July 08, 2010 12:26 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Filter Separator Character
What is the separator character, if any, for the LoadFileName*.rbl
plugins?
I don't see in the help file anything about allowing multiple filters.
PLUGINS LoadFileName vFileName+
|INITIAL_DIR C:\RBTI\ +
|SHOW_BUTTONS ON+
|CREATE_FOLDER_ICON OFF+
|DELETE_FOLDER_ICON OFF+
|WIDTH 500+
|HEIGHT 400+
|FILTER PDF Files (*.pdf)#*.pdf+
|HIDE_READ_ONLY ON+
|INCLUDE_NON_FOLDERS OFF+
|SHOW_HIDDEN OFF
On the FILTER line I would expect to do:
|FILTER PDF Files (*.pdf)#*.pdf ^All Files (*.*)#*.* +
where the ^ would be some separator character.