[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

2058.0. "Session Manager Message Window Queries" by LESLIE::LESLIE (Think laterally. Move forward.) Wed Jan 17 1990 10:45

    
    
    I have the Session Manager Window about 20 lines long. Upon some
    occasions, whose singular characteristic is unclear to me, a message
    gets displayed in the window that "jumps" the display so that the
    message is displayed about half way down. 
    
    After such an occasion, the display progresses down the window as
    before.
    
    Q1 Anyone seen this? If so, is there a cure?
    
    Q2 (unrelated) Can I clear the message window? How?
    
    - Andy ��� Leslie
      VMS CSSE Newbury
T.RTitleUserPersonal
Name
DateLines
2058.1LESLIE::LESLIEThink laterally. Move forward.Wed Jan 17 1990 10:473
    As one identifiable instance, I redirect OPCOM messages to the SM
    message window. REPLY/ENABLE'ing a window causes an ordinary display
    message, REPLY/DISABLE gives the 'jump' characteristic.
2058.2Strange scrolling...NITMOI::PESENTIOnly messages can be draggedWed Jan 17 1990 11:335
I have noticed this also.  I assumed it was just strange scrolling behavior.
It appears that when the message area gets close to full, a jump scroll happens
to bring it to roughly half full.  It never bothered me, since I don't pay 
much attention to what shows up in that window.  By the way SPOOL COPY NL: NL: 
will cause it to happen every other time on my system.
2058.3Session Manager optimizationDECWIN::KLEINWed Jan 17 1990 14:1910
I believe that this is an effect of the session manager trying to avoid
certain particularly inefficient SText widget calls.  Past history does
not roll out at the same rate as new information.  It is batched
and periodically removed from the beginning of the SText buffer.
It is not a bug in the session manager but could be considered a workaround
for a performance problem in the SText widget.

Right Karen?

-steve-
2058.4MOVIES::LESLIEThink laterally. Move Forward. (Andy, CSSE/VMS, NEW B1/2-5)Thu Jan 18 1990 03:042
    Sounds like we're fixing a symptom, not the problem. Is the SText bug
    QAR'd? Or is the problem inherent in X?
2058.5huh?TRNSAM::HOLTRobert Holt ISV Atelier WestTue Jan 23 1990 12:106
    
    re.3                                           
    
    ...what particularly inefficient SText widget calls..?
    
    and are they inefficient on Ultrix _and_ VMS..?
2058.6String shufflingDECWIN::KLEINTue Jan 23 1990 14:1810
>>    ...what particularly inefficient SText widget calls..?

When replacing portions of the SText contents with another substring of
a different length, the SText widget does not know how to scroll partial
window contents to "open up" a region for the new text.  In particular,
removing a line from the beginning of the buffer and adding a line to
the end triggers a complete repaint of the window, not an XCopyArea
and some smart shuffling of window contents.

-steve-