Title: | "ASK THE WIZARDS" |
Moderator: | QUARK::LIONEL |
Created: | Mon Oct 30 1995 |
Last Modified: | Mon May 12 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1857 |
Total number of notes: | 3728 |
Return-Path: "VMS001::WWW"@vms001.das-x.dec.com Received: by vmsmkt.zko.dec.com (UCX V4.1-12, OpenVMS V6.2 VAX); Thu, 6 Feb 1997 11:34:49 -0500 Received: from vms001 by mail11.digital.com (8.7.5/UNX 1.5/1.0/WV) id LAA18758; Thu, 6 Feb 1997 11:26:07 -0500 (EST) Date: Thu, 6 Feb 1997 11:26:36 -0500 Message-Id: <[email protected]> From: "VMS001::WWW"@vms001.das-x.dec.com (06-Feb-1997 1126) To: [email protected], [email protected], [email protected] Subject: Ask the Wizard: '[email protected]' X-VMS-To: [email protected] Remote Host: (null) Browser Type: Mozilla/3.01Gold (X11; I; SunOS 4.1.3_U1 sun4m) Remote Info: <null> Name: Yuechen Zhao Email Address: [email protected] CPU Architecture: Alpha Version: v 7.0 Questions: The X Window library functions, XTAPPADDINPUT() or XTADDINPUT() do not realy add file discriptors into the list that the XTAPPMAINLOOP() or XTMAINLOOP() monitoring. As the result, the activities in these file discriptors will not wake up the MAINLOOP. Is there any mehtod to fix that problem? Thaks a lot.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1539.1 | What Problem? | XDELTA::HOFFMAN | Steve, OpenVMS Engineering | Tue Feb 11 1997 11:34 | 7 |
These routines can be used to queue ASTs to process the activity, and work quite nicely for the purpose. m->acpinputid = XtAppAddInput( m->appctx, m->acpef, m->inpiosb, callback_routine, 1 ); |