| Index | Parent | Popstring class |
The Popstring class is used to create a popstring, which is an object made of:
Any time the button object is "pressed" the window is opened.
See Popobject
| ATTRIBUTES | |||
|---|---|---|---|
| Name | Type | Class | Note |
| Button | S | I IN | |
| Open | B | GN | |
| String | S | I IN | |
| Success | B | GN | |
| Toggle | B | ISG | |
| Window | S | I IN | |
STRING must be a String class object .
SUCCESS is set (and notified) when the window is closed with success. The popobject doesn't know anything about it: you must tell him what success means via a notify (see popobbject.rexx).
OPEN is set (and notified) when the window is open/close .
| METHODS | ||
|---|---|---|
| Name | Parameters | Note |
| Close | [success/N] | |
| Open | ||