@DATABASE	SpringReleases
@AUTHOR	Daniel Balster
@$VER:	1.0


@NODE Main
@TITLE "Releases January 1996"
@{JCENTER}
@{B}Welcome to this Archive!@{UB}
All this software is
Copyrighted © 1994,95,96 by
Daniel Balster

@{JLEFT}

  @{" SetWB         " link setwb.node}     @{FG highlight}system hack@{FG text}
                       You can change Workbench® attributes!

@{JCENTER}
Workbench® is a registered trademark of ESCOM AG, Bochum

@ENDNODE


@NODE setwb.node
@TITLE "SetWB"
@{JCENTER}@{B}
*** SetWB 1.3 - beta ***
Copyright © 1995,1996 by Daniel Balster
All Rights Reserved
@{UB}@{JLEFT}

  @{" Introduction    " link intro.swb}
  @{" Installation    " link install.swb}
  @{" Usage           " link usage.swb}
  @{" Caveats         " link caveats.swb}
  @{" Known Bugs      " link bugs.swb}
  @{" Requirements    " link reqs.swb}

@ENDNODE

@NODE intro.swb
@TITLE "Introduction"
@SMARTWRAP
@WORDWRAP
With SetWB you can force the Workbench's BACKDROP window to
a different size and position, have a border arround it and
finally it is able to hide the Workbench title if you like.
@{CODE}
@ENDNODE

@NODE install.swb
@TITLE "Installation"
@SMARTWRAP
@WORDWRAP
Copy the binary to C: (or to a place in your path).
After that, edit your S:user-startup file and add the following
lines (you see, it runs only from the shell):
@{CODE}
;BEGIN SetWB
run <>NIL: SetWB LEFT=?? TOP=?? WIDTH=?? HEIGHT=?? (BORDER) (TITLE) QUIET ...
;END SetWB
@ENDNODE

@NODE usage.swb
@TITLE "Usage"
@SMARTWRAP
@WORDWRAP
@{CODE}
This is the CLI template: LEFT/N/K,TOP/N/K,WIDTH/N/K,HEIGHT/N/K,BORDER/S,TITLE/S,DELTA/S,QUIET/S,BORL/N,BORR/N,BORB/N,BORT/N

@{B}LEFT/TOP/WIDTH/HEIGHT@{UB}
	purpose:  the new absolute/relative window dimensions
	default:  Workbench® default values
	seealso:  DELTA keyword

@{B}BORDER@{UB}
	purpose:  enable a borderframe for the BACKDROP window
	default:  no border
	seealso:  BOR? keywords

@{B}TITLE@{UB}
	purpose:  force the screen title to be frontmost
	default:  the screen title is behindmost
	special:  if you special a TOP=0, the screen title is no more visible!

@{B}QUIET@{UB}
	purpose:  hide the copyright message
	default:  show the copyright message

@{B}DELTA@{UB}
	purpose:  switch on relative coordinate handling of TOP,LEFT,WIDTH and HEIGHT
	default:  absolute handling
	special:	useful for the window height: HEIGHT=-10 DELTA will subtract 10 pts from the original height!

@{B}BORT/BORL/BORB/BORR@{UB}
	purpose:  specify new window border sizes
	default:  don't touch the sizes

@ENDNODE

@NODE caveats.swb
@TITLE "Caveats"
@SMARTWRAP
@WORDWRAP
If you have specified a window size bigger than the Workbench® screen, the Workbench®
is not able to open!! It will hang! Don't use the BORT keyword!!
@{CODE}
@ENDNODE

@NODE bugs.swb
@TITLE "Bugs"
@SMARTWRAP
@WORDWRAP
@{CODE}
@ENDNODE

@NODE reqs.swb
@TITLE "Requirements"
@SMARTWRAP
@WORDWRAP
@{CODE}
AmigaOS 3.0
68020 processor

can be recompiled if you like - source is included.
@ENDNODE
