From: Ed Ross on
Hi all,

I'm getting the following error message when using the deployprint function in a deployed application:

Input argument "System" is undefined.

This error occurs right at the call to deployprint. The "System" argument must be part of a built-in function - none of my functions use an argument by that name.

Additionally, as a test I created a deployed application that consisted of only a figure window with one pushbutton that, when pressed, created an axes in a new figure window with some simple data plotted. The File->Print menu does not function in this window. When I click this menu, nothing happens.

Any ideas?

Thanks,
Ed