Here there is a list of avaible requester, already built-in in the Reqtools
library.
These should be enough for almost every application, but you judge by yourself.
This is the classic requester that prompts the user to choose among some different options, or shows an error message with just an OK or Cancel button.
This requester lets the user insert a brief text. The developer has some control over the text being inserted. For example, it is possible to force just a range of valid chars, or a numerical only value (maybe inside a range of min/max values).
This is one of the most complex (and useful) requesters. It will allow the developer to prompt the user for one or more files inside a directory. The requester is able to create new directories, to rename files and dirs and also to delete files and directories.
Based on the same code of the File Requester
, this requester prompts the user for a specific path
and does not show any file.
This requester lets the user choose a color from a palette.