-------------------------------------------------------

\\ bbEdgeFlip 0.0.3

-------------------------------------------------------

[ Purpose ]

    It provides "edge-flipping":

    1)  Touch your cursor to the left or right
        screen-edge to "flip" to the next workspace.

    2)  Drag a window to the left or right screen-
        edge to drag it into the next workspace.

-------------------------------------------------------

[ Requirements ]

    1)  Either BB4Win 0.0.90 or bbLean 1.12.

    2)  Windows 2000 or later to use transparency.

-------------------------------------------------------

[ Installation ]

    1)  Place both files in same folder
        (bbEdgeFlip.dll and WinMoveHook.dll).

    2)  Add path to bbEdgeFlip.dll in plugins.rc.

-------------------------------------------------------

[ Note ]

    1)  BBWinSkin will run concurrently, but it
        prevents bbEdgeFlip from dragging windows
        between workspaces.

        Other "hook" plugins, such as BBHook and
        bbLeanSkin work fine--but never load
        BBHook and a skin plugin together.

    2)  Xoblite bb1 is currently incompatible, due
        to missing API functions.

-------------------------------------------------------

[ RC Settings ]

    In pixels, how close your cursor must be to
    the screen-edge to initiate a flip...must
    be 2 or greater:

        bbedgeflip.width:           2

    In milliseconds, the length of time your
    cursor must hug the screen-edge before you
    are flipped into the next workspace (hold
    down ctrl to flip immediately):

        bbedgeflip.delay.initial:   500

    In milliseconds, the time between flips as
    your cursor hugs the screen-edge...must be
    200 or greater:

        bbedgeflip.delay.repeat:    500

    Whether transparency is turned on...trans
    disables itself for noncompatible operating
    systems:

        bbedgeflip.trans:           true/false

    Placement of hotspot:

        bbedgeflip.left.align:      Top/Center/Bottom
        bbedgeflip.right.align:     Top/Center/Bottom

    Height of hotspot (percent of height)...use -1
    to fill edge of entire desktop:

        bbedgeflip.left.height:     50
        bbedgeflip.right.height:    -1


-------------------------------------------------------

[ License ]

    bbEdgeFlip  2004 Slade Taylor

    bbEdgeFlip is free software, released under
    the GNU General Public License, version 2, as
    published by the Free Software Foundation.

    This program is distributed in the hope that it
    will be useful, but WITHOUT ANY WARRANTY; without
    even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    General Public License for more details:
    [http://www.fsf.org/licenses/gpl.html]

-------------------------------------------------------

[ Contact ]

    bladestaylor@yahoo.com

    http://bb4win.sourceforge.net/bladestaylor

-------------------------------------------------------

[ Changes ]

    (March 8, 2004 13:00 GMT)

        --  added feature to drag window to edge to
            drag it into the next workspace

        --  added initial delay option

        --  changed rc label for repeat delay

        --  added alignment option for hotspots

        --  added height adjustment for hotspots

    (March 4, 2004 09:00 GMT)

        --  added multi-monitor support

        --  added toggle for transparency in rc

        --  now v0.0.2

    (March 3, 2004 18:00 GMT)

        -- Initial Release v0.0.1

-------------------------------------------------------
