=====================================================================
                      Coalesys PanelBar Studio
                 Version 4.0 - Build 97 (Evaluation)

                       http://www.coalesys.com
=====================================================================

Thank you for downloading Coalesys PanelBar Studio.  To continue
using this product, you will need to purchase a license for each
developer that will use the software.

---------------------------------------------------------------------
Contents
---------------------------------------------------------------------

(1) What's New
(2) System Requirements
(3) Installation
(4) Uninstallation

---------------------------------------------------------------------
(1) What's New
---------------------------------------------------------------------

Version 4.0 - Build 97

    Detection for Microsoft Internet Explorer 9.0 BETA added for the
    purpose of compatibility testing.  Please report any rendering
    problems with these browsers to: devsupport@coalesys.com

    Internet Explorer 5.x support has been downgraded and will render
    PanelBar's "downlevel" HTML.

Version 4.0 - Build 96

    Improved browser compatibility when the DocType property is set
    to "XHTML10Transitional" under Internet Explorer 8.0.

    Fixed mouse cursor handling when ButtonHeight is set to zero.

Version 4.0 - Build 95

    Detection for Microsoft Internet Explorer 8.0 and Google Chrome
    BETAs added for the purpose of compatibility testing.  Please
    report any rendering problems with these browsers to:
    devsupport@coalesys.com

    Compressed function and variable names to reduce the overall
    footprint of the generated DHTML.

    Changed the default value for Family property for Font objects
    from "'MS Sans Serif', Arial, Helvetica, Tahoma, sans-serif"
    to "Arial, Helvetica, Sans-Serif".

    Fixed one pixel bounce problem when animating group selection
    changes.

Version 4.0 - Build 92

    Added support for Microsoft Windows Vista.

    Fixed problem with rendering Turkish characters.

Version 4.0 - Build 91

    Opera 9 DHTML Support added.

    IE 7 BETA Support improved.

Version 4.0 - Build 86

    Detection for Microsoft Internet Explorer 7.0 BETA added for the
    purpose of compatibility testing.  Please report any rendering
    problems with this browser to: devsupport@coalesys.com

Version 4.0 - Build 85

    Opera 7/8 DHTML Support added.

Version 4.0 - Build 83

    PanelBar Studio 4.0 can load PanelBar 3.x State files (.PBS) and
    will upgrade them upon save.  Keep a separate copy of your 3.x
    state files if you require working with them in 3.x Studio.

    XHTML Compatibility has been added. The PanelBar.DocType property
    can be used to select the target DocType of the page hosting
    PanelBar.  (also supports HTML 4.0 Strict)

    IE 4 has been downgraded and will render PanelBar's "downlevel"
    HTML.

    Added the arrow links that allows quick resizing of the
    application panes.

    Added an option that allows you to swap the left-to-right
    arrangement of controls.

    Combined all program files into a single installer file (*.msi).

Version 3.0 - Build 82

    Enhanced Item Scrolling.  You can now choose between 3 scrolling
    modes with the new PanelBar.ScrollMode property:

        Custom Images, OnClick (default)
        Custom Images, OnMouseOver
        Browser ScrollBar

    Ability to auto size the PanelBar to a parent container other
    than a frame by nesting the PanelBar into a container and setting
    PanelBar.AutoSizeToFrame to true.  See sample included with
    installation (AutoSizeToFrame #3).

    Fixed a problem where the most recent property change was not
    always applied.

Version 3.0 - Build 80

    Implemented new set of product bundles.

Version 3.0 - Build 77

    Created "Evaluation" and "Licensed" builds of the product.

Version 3.0 - Build 75

    Added a command-line switch that allows PanelBar Studio to
    generate Java code, useful for our "PanelBar for JSP" product:

        PBStudio.exe /java

    Added a new Start Menu shortcut named "PBStudio for JSP", that
    lunches PanelBar Studio with the new /java switch.

    Added new logic that disables properties that are not applicable
    for the current settings.

    Added checkbox options to the application settings dialog that
    allows you to control the bolding and disabling of properties.

    Added new information to the statusbar, which indicates the
    version number of the application and loaded file.

Version 3.0 - Build 73

    Fixed a problem on IE for the Mac that could result in a
    JavaScript error.

Version 3.0 - Build 72

    PanelBar Studio 3.0 can load PanelBar 2.x State files (.PBS) and
    will upgrade them upon save.  Keep a separate copy of your 2.x
    state files if you require working with them in the 2.x Studio.

    Added 7 new properties to the PanelBar object:

        Effect
        ExpandMode
        FollowYScroll
        GeneratedPrefix
        GroupSpacing
        GroupSpacingColor
        IconPosition

    Added 5 new properties to the Group object:

        CaptionCssClass
        Expanded
        HtmlAboveItems
        HtmlBelowItems
        ID

    Added 2 new properties to the Item object:

        CaptionCssClass
        ID

    Removed 2 properties from the Group object:

        DividerColor
        DividerHeight

    New ButtonHoverFont object adds a new state for controlling font
    appearance during mouse over actions.

    New Expand/Collapse modes allow PanelBar to operate with 3
    different behaviors.  See the PanelBar.ExpandMode property and
    installed sample.

    New ability to include multiple instances of PanelBar on a single
    page.  Use the PanelBar.GeneratedPrefix property to set a unique
    prefix key for each instance.

    Animated sliding effect now available.  See the PanelBar.Effect
    property.

    Added ability for PanelBar to follow the page scroll.  See the
    PanelBar.FollowYScroll property.

    Icons can now be positioned relative to the Item Caption.  See
    the PanelBar.IconPosition property.

    Both the Group and Item Caption appearance can be externally
    controlled via the CaptionCssClass property on each object.

    cspbShowSection() now accepts Group.Caption string values in
    addition to the Group's index value.

    Custom HTML can be injected into a Group above or below the
    Items.  See the Group.HtmlAboveItems and Group.HtmlBelowItems
    properties.

    cspbDetectedBrowser variable added to compiled JavaScript output.

    Added a tool that can import the current Windows system colors
    and use them for PanelBar.

    Added a "Local URL Root Path" option that can be used to enable
    file selection from the URL properties.

    Updated the default color scheme to the Standard Windows colors.

    Added an upgrade noticed when saving a PanelBar State file to a
    newer format.

    Added a command-line switch, that allows the PanelBar State files
    to be compiled automatically:

        PBStudio.exe /compile panelbar.pbs

    Added Check for Updates link to the help menu.

    Added Live Chat link to the help menu.

    Added right-click menu to reset property to the default value.

    Added the toolbar above the object tree.

    Fixed the problem where the wrong image path was used when
    compiling in evaluation mode.

    Added the HLM\SOFTWARE\Coalesys\PBStudio\x.0\BrowserColor value
    to set the background color of the preview pane.

    Added the HLM\SOFTWARE\Coalesys\PBStudio\x.0\ImageFiles value to
    set the image files extension filter.

    Added the HLM\SOFTWARE\Coalesys\PBStudio\x.0\URLFiles value to
    set the URL files extension filter.

Version 2.0 - Build 58

    Added browser detection and support for Mozilla 1.0.

    Updated the compiled code to include the product build number.

    Added the ability to edit treeview nodes.

    Updated application to bold non-default property values.

Version 2.0 - Build 56

    Renamed the file extension of the preview HTML file back to
    "htm", because of the navigation problems this change caused.

Version 2.0 - Build 55

    Added BehaviorFlags property.  Allows for rarely used extensions
    to the generated code to be added without creating individual
    properties.

    New Behavior Flag:  MixedScript.  In IE, this allows PanelBar's
    generated DHTML to function correctly on a page where the default
    scripting environment is set to VBScript.

    Added OnClick properties to the Group and Item objects.  Allows
    custom client-side javascript to be invoked when groups or items
    are clicked.

    Updated the registration dialog to allow longer User Name and
    Company Name values.

    Updated the registration dialog to display an error message when
    the user does not have write permissions to the product key.

    Updated the open and save dialogs to append the file extension
    if not supplied by the user.

    Added a new comment to the compile dialog that specifies the
    limitations of the evaluation version.

    Renamed the file extension of the preview HTML file to "prv".

    Updated the preview HTML file to contain a message about the
    purpose of the preview file.

    Added new property listbox categorizer.

    Enhanced the keyboard and mouse interface for the property
    listbox.

    Updated property listbox to dynamically resize column divider.

    Added support for ClearType fonts.

Version 2.0 - Build 53

    Initial Release.

---------------------------------------------------------------------
(2) System Requirements
---------------------------------------------------------------------

The following platforms are supported:

    Windows 98, 98 SE or ME
    Windows NT Workstation or Server 4.0 SP3 or greater
    Windows 2000 Professional, Server or Advanced Server
    Windows XP Home or Professional
    Windows Server 2003 Standard, Enterprise or Web
    Windows Vista Home B/P, Business, Enterprise or Ultimate
    Windows Server 2008 Standard, Enterprise or Web
    Windows 7 Home B/P, Professional, Enterprise or Ultimate

---------------------------------------------------------------------
(3) Installation
---------------------------------------------------------------------

Before installing, it is recommended that you uninstall any builds
you may have previously installed.

To install PBStudio, extract the entire contents of this zip file to
a temporary folder and then launch the PBStudio4.msi file.

(Note - If you have trouble installing the above file, please see:
  http://www.coalesys.com/support/download/windows_installer.asp)

The following files are installed in the application folder:

    PBStudio4.exe          - PanelBar Studio
    PBStudio4.chm          - HTML Help File
    Readme.txt             - Readme File
    License.rtf            - License Agreement
    Install.exe            - Installation Helper
    PBVista.dll            - Vista Helper
    Elevated.exe           - Elevated Helper
    Restricted.exe         - Restricted Helper
    ClearPixel.gif         - Clear Pixel Image
    ScrollDownActive.gif   - Scroll Down Active Image
    ScrollDownDisabled.gif - Scroll Down Disabled Image
    ScrollDownEnabled.gif  - Scroll Down Enabled Image
    ScrollUpActive.gif     - Scroll Up Active Image
    ScrollUpDisabled.gif   - Scroll Up Disabled Image
    ScrollUpEnabled.gif    - Scroll Up Enabled Image
    Samples\               - PanelBar Product Samples

The following file is installed in the windows system folder:

    CSSubclass.ocx         - CSSubclass Control

---------------------------------------------------------------------
(4) Uninstallation
---------------------------------------------------------------------

To uninstall PBStudio, run the Add/Remove Programs applet, select
"Coalesys PanelBar Studio..." and click Remove.
