XForms: Re: your mail

moini@eleceng.adelaide.edu.au
Fri, 10 Jul 1998 15:40:10 +0930 (CST)

# To subscribers of the xforms list from moini@eleceng.adelaide.edu.au :

Yes,

Here is how it can be done:

fl_set_cursor(VW,XC_watch);
fl_check_forms();
.... import_nastran();
fl_set_cursor(VW,XC_top_left_arrow);
fl_check_forms();
....

The fl_check_forms are necessary.

cheers
Ali

In a previous message Stephan Koll wrote:
>
> # To subscribers of the xforms list from skoll1@ford.com (Stephan Koll) :
>
> Hi,
> I'm working on a finite element preprocessor for NASTRAN. During
> import of data I want the mouse cursor to change to a clock. Does anyone know
> how to wrap my import function in xform. Something like
> change cursor to watch
> import NASTRAN data
> change cursor back to default
>
>
> Stephan Koll
> Ford of Germany
> Development Center Cologne
> _________________________________________________
> To unsubscribe, send the message "unsubscribe" to
> xforms-request@bob.usuf2.usuhs.mil or see
> http://bob.usuf2.usuhs.mil/mailserv/xforms.html
> XForms Home Page: http://bragg.phys.uwm.edu/xforms
> List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/
>
>

_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
XForms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/