[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

577.0. "System Manager pause suggestion" by KMOOSE::MCCUTCHEON (The Karate Moose) Tue Apr 11 1989 15:36

Forgive me if this has been covered, but I'm new to DECWindows, and
my quick search of the notes file showed nothing about this.

Can something be added to the pause screen from the session manager
to give a message on the paused screen for someone looking for me?
"At x meeting in y room", "gone to lunch", etc?

With fancy DECWindows, it seems a real shame to leave handwritten
postits on my terminal in case someone needs to find me (or just
wants a clue as to whether I'll be back soon...).

I'm used to this feature from VWS WSLOCK.  Maybe put this in the
customization for the session manager, and if set, prompt for a
message to be displayed before pausing the terminal.  For WSLOCK,
the message is parameter P1 to the command file.

Charlie

T.RTitleUserPersonal
Name
DateLines
577.1Sounds like BUSY, to me...TINSEL::PHANEUFTP Business Info Tech (Matt 11:12)Tue Apr 11 1989 18:1611
Yeah, you're right. Gary Butenhof has a tool called BUSY in the METOO::TOOLSHED
that does exactly this for CCT's. Unfortunately, I doesn't work nearly as 
flexibly in the VWS environment (sorry, Gary), or AT ALL (to my knowledge) in
the DECWindows environment. Nevertheless, the good DECWindows people would do
*WELL* to investigate the functionality of BUSY as a replacement to the rather
blah and useless screen that comes up when one PAUSEs a DECWindows session.

FWIW,

Brian

577.2STAR::MFOLEYRebel without a ClueTue Apr 11 1989 18:218

	Create a bitmap with DECpaint. Output XBM (X bitmap format) rather
	than DDIF.  Use the latest XSETROOT in DW_EXAMPLES and you can
	put a bitmap in your pause window.

							mike

577.3dwpausemsg - Put Message in Pause WindowSTAR::NOZELLLanguage is a virus from Outer Space.Tue Apr 11 1989 19:069
Re: .0

Check out note 102.0 in Elktra::DW_Examples, dwpausemsg seems to be what you 
want.

$ dwpausemsg -display nozvax::0 "I went home, you should too. -marc" -
    -duration 24 -bg lightblue -fg black -border red

577.4BUSY... you mean, *I* didn't write it? Musta been my evil twin... :-)KALKIN::BUTENHOFBetter Living Through Concurrency!Wed Apr 12 1989 11:1626
Gee, .1 was sure a shock... I hadn't realized I'd changed my name to "Gary" :-)

I dunno what you mean about BUSY being "less flexible" under VWS (it does
everything the CCT interface does, and better)... but I won't even ask, and I
don't want you to tell me, because... I don't care (I haven't used VWS for very
nearly two years, and I never will again).

I never did get around to enhancing BUSY to run under DECwindows, mostly because
it has an AST-driven interface (designed for CCT unsolicited character input,
and easily adaptable to UIS AST-driven input... but not at all adaptable to
DECwindows event polling loop).  It would mean re-architecting everything from
scratch, and I've been (unfortunately) far too busy with work over the past few
years.  Hopefully, the Session Manager will make BUSY obsolete just as Calendar
and DECplan are working on making TIMELORD (my other "best-seller" tool :-) )
obsolete.

On a more practical note, however, I HAVE seen a tool advertised (probably in
this conference) that claims to pop up a message window over the pause screen;
I've even seen it in use around here, though I haven't tried it myself.  I've
also accidentally gotten Calendar alarm dialog boxes over my pause screen when
I took off for a meeting (which is just fine, since the Dismiss button appears
to be inactive until you exit pause... the calendar text serves as a perfectly
good message).

	/dave

577.5not all of us have full programming env.CSSE32::LESLIEThirty three and a thirdWed Apr 12 1989 16:168
    re: dwpausethingy
    
    please post the location of a .obj or .exe
    
    thanks
    
    andy

577.6mrflex::sys$public:dwpausemsg.exeMRFLEX::MILLERBush For President...Kate Bush!Wed Apr 12 1989 16:2910
    re:         <<< Note 577.5 by CSSE32::LESLIE "Thirty three and a third" >>>
                 -< not all of us have full programming env. >-
    
    I don't take *any* credit, can't even remember where I got it, but it's
    pretty neat!
    
    Regards,
    
    	 	== ken miller ==

577.7CSSE32::LESLIEThirty three and a thirdWed Apr 12 1989 16:322
    thanks!