app.putPicture
| Syntax |
app.putPicture (picture)
|
| Params |
picture is the Macintosh picture that will replace the selected items in the application's target window.
|
| Action |
Replaces the selected items with the picture provided as the parameter.
|
| Returns |
True if the application was able to replace the selected items with the picture parameter.
|
| Examples |
app.start ("BarChart"); app.putPicture (examples.picture) » true
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| Notes |
Some applications cannot receive picture data, they return false when this verb is called.
|
| See Also |
app.getPicture
|