Re: XForms: pop-ups

Steve Lamont (spl@szechuan.ucsd.edu)
Sat, 13 Feb 99 09:08:55 PST

# To subscribers of the xforms list from spl@szechuan.ucsd.edu (Steve Lamont) :

> I have a large program which uses pop-ups, and a similar one which uses
> menus instead. The program which uses pop-ups writes messages like the
> following to standard output:
>
> sc=&1 keysym=65470
> sc=&2 keysym=65471
> sc=&3 keysym=65472
> ...
> ...
>
> Is this normal? Should it mean anything to me?
> Because my program reports progress of its calculations to standard
> output, these messages are obtrusive. Is there any way I can turn them
> off?

Looks like some debug information regarding your shortcuts using the
F-keys for some popups. It is written to standard error so if you
don't use `stderr' for any of your output, you can redirect `stderr'
to `/dev/null'.

( void ) freopen( "/dev/null", "w", stderr );

Dunno why it's there. TC?

spl
_________________________________________________
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/