Index Parent

Popasl class


 

The Popasl class is used to create a popasl object made of a string object and pop button.

 

ATTRIBUTES
Name Type Class Note
AcceptPattern S I FILE ONLY
Active B GN  
DoPattern B I FILE ONLY
DoSaveMode B I FILE ONLY
DrawersOnly B I FILE ONLY
FilterDrawers B I FILE ONLY
FilterMacro S I FILE ONLY
FixedWidthOnly B I FONT ONLY
FontMaxHeight B I FONT ONLY
FontMinHeight B I FONT ONLY
InitialPattern S I FILE ONLY
NegativeText S I  
PositiveText S I  
RejectIcons B I FILE ONLY
RejectPattern S I FILE ONLY
String S I A String class object.
Title S I  
Type S I FILE FONT

 

About FilterMacro:
at Init time you can define a filter-macro in this attribute: anytime the File requester should show an entry, that macro is called with 3 argument:

  1. the name of the entry
  2. the name of the drawer
  3. a pointer to a FileInfoBlock structure relative to the entry
If the the macro fails or returns 1, the entry is showed, otherwise the entry is not showed. The macro must be an ARexx in-line-string-macro designed to be very fast.

 

METHODS
Name Parameters Note
none defined