Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: guiframework - Tool Up: guiutils - Module Previous: tablechooser - Function


chooser - Function



Package display
Module guiutils


AIPS++ chooser subsequence


Synopsis
chooser(dirName, restrictions, title, wait, writeOK, multi, access)


Description
The chooser subsequence provides the actual gui for the file, data, and table choosers. You may call it directly but the preference is for glish programmers to use the file, data, or table chooser.



Arguments

dirName   Directory name
    Allowed: Any directory name
    Default: Current directory
restrictions   Whether to show tables or files
    Allowed: Two element boolean record
    Default: [T,T]
title   Title to put on Window
    Allowed: Any String
    Default: AIPS++ chooser
wait   Flag for whether to wait for result or not
    Allowed: T or F
    Default: T
writeOK   Flag for allowing writing of files
    Allowed: T or F
    Default: T
multi   Flag for allowing multiple choices
    Allowed: T or F
    Default: F
access   String specifying required access permissions of files
    Allowed: any combination of r,w, and x
    Default: r


Returns
An agent, sends a returns event when OK button is pressed




next up previous contents index
Next: guiframework - Tool Up: guiutils - Module Previous: tablechooser - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15