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

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

137.0. "Want to use certain screen area in editor" by KXOVAX::ISAAC ($cmkrnl_s routin=crashit ; when pick slip arrives) Fri Feb 28 1992 16:39

	Is there any programming tricks to be able to pull up the WPS editor
but only use the last x lines of the screen.   The top part of the screen
would be used for instructions regarding data that is entered from a ALL-IN-1 
application that builds special documents.   

	I have placed games with merging in Boilerplates etc. but the user
can overwrite the information.  I was looking for some way to provide some 
context sensitive help /instructions that could be displayed while the user
was editing.  Short of written a editor/driver, does any one have any tricks.

	

	Thanks
	John
	 

T.RTitleUserPersonal
Name
DateLines
137.1LARVAE::JORDANChris Jordan, Digital Services - Office Consultant, LondonFri Feb 28 1992 17:404
    WPS-PLUS V4 is supposed  to be able to cope with different lines in the
    screen - to cope with 48 or 66 lines on VAX/DECstations for example.
    
    Whether it can cope with FEWER, I am not sure??
137.2Use of TDE for instructionsMCIS5::BMOOREPray for Chinese peopleFri Feb 28 1992 21:1611
    For what it's worth - try putting your instructions inside of TDE block
    and the user will not accidentally clobber anything.  However, it will
    print and you will see the stuff however if you keep it brief and put
    only what is needed when needed it works fairly well.
    
    If you are interested - I might have some other useful information for
    you regarding OVERSTRIKE versus INSERT in WPS-PLUS - use of ENTER key -
    and use of UNDERLINE as opposed to _______.
    
    �ob - a user 
    
137.3TDE is a clever ideaBUFFER::VICKERSWinners take action not keep scoreFri Feb 28 1992 22:1412
    Assuming that you are referring to the WPS-PLUS editor and not the WPS
    editor then I suspect that Bob's pointer about using the Two
    Dimensional Editor is the best approach.

    Another approach which I have seen used is to place the instructions in
    a PRINT CONTROL BLOCK.

    Bob has quite an impressive application which does almost exactly what
    is described in .0, by the way.  Or wasn't I supposed to say that, Bob?

    Have fun,
    don
137.4UDP??LARVAE::JORDANChris Jordan, Digital Services - Office Consultant, LondonMon Mar 02 1992 09:446
    Or don't display the instructions in the file, but have them available
    at a touch of a button for those users who need them.....
    
    The (e.g.) F20 UDP could be set up to list the instructions to the
    user, and even control user input while  it decides which bits  of the
    instructions are relevant to the user at the present time....
137.5still wonderingKXOVAX::ISAAC$cmkrnl_s routin=crashit ; when pick slip arrivesMon Mar 02 1992 16:5822
	I may be able to do the TDE stuff.  I realized (.4) that a keystroke
would work but this thing is for non ALL-IN-1 users so I had to keep is as 
real simple.  Not to mention that the folks using this application insist on
using PROCOMM which only does VT100 :-(   

	Don, I meant WPS-PLUS I think.  What's the difference between this
and WPS ? (I meant whatever comes stock with ALL-IN-1)

	I noticed that changing oa$edit form has no effect. What is it's 
purpose of the scroll region within that form ?  

	The other thing I had thought about was the status information used
when GOLD Z is enabled.  Is there some way to access these lines.  I had
thought about something like a out-of-band AST or some type of exec thread to
update these lines but haven't figured out a nice way to do this.

Is the status block a form somewhere.  That would be a major win :-) I don't
think it is :-(

	john