Article # 553, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
FFileSelectorClass and FileOpenControlClass explained.
Q. What is FFilesSelectorClass for? A. FFileSelectorClass is a GenFileSelector subclass that provides the Nokia 9000's special look and feel. The only thing it provides is a list of files, nothing else. Q. What is FileOpenControlClass for? A. FileOpenControlClass contains all the extra UI for opening, closing, renaming, etc. files that the FFileSelectorClass object displays. That list of files you see in the FileOpenControlClass object is a FFileSelectorClass object. FFileSelectorClass is used primarily in this context. FFileSelectorClass is really just a subclass of GenFileSelectorClass, although I think only a subset of GenFileSelectorClass functionality can really be used on the Nokia 9000.