It seems that the "gdmessage" does not work properly in version 7.1.3.
I attach a simple example consisting of a GUI with two buttons:
- Quit
- gdmessage
The callback for the "gdmessage" button execute the following command:
gdmessage(T,"MainWin",1);
This will get trapped by debugger on line 111 of the
$ISIHOME/solaris_mx_71.3/xmath/modules/gui/gdmessage.msf
with the error message "Cannot evaluate guiunmanage with this 1x1 String."
Note that the same example works fine in 6.1.3 and 7.0.1.
Any hints on why this does not work in 7.1.3 or any example that shows it
works in this version is appreciated.
Thanks