﻿PBToolboxAI -- Demonstration (v1)
=======================================

WHAT THIS IS
    The demonstration workspace of the PBToolboxAI component library, to open
    in your own PowerBuilder IDE. Every tile opens a component, side by side
    with the PowerScript that produces it and with the page of the manual that
    describes it -- and you can change that PowerScript and run it again.

TO START
    1. Unzip anywhere.
    2. Open pbtoolboxai_demo.pbw in PowerBuilder.
       The sources are exported in PowerBuilder 10 format ; a more recent IDE
       reads them as they are and offers to migrate the workspace.
    3. Run. The home window lists the components.

    pbtoolboxai.dll must sit next to the IDE executable (pbXXX.exe) OR in a
    folder of the PATH. The copy provided here is the 32-bit one, which is what
    the IDE -- a 32-bit process -- loads. The x64\ folder holds the 64-bit
    copy, for an application you compile in 64-bit ; it carries the same file
    name on purpose, so your PowerScript never changes between the two. Never
    let both sit in the same folder.

REQUIREMENTS
    PowerBuilder 10.2 or later, Windows 10 or later.
    The components are rendered by the Microsoft Edge WebView2 runtime, which
    ships with Windows 10 and 11 -- if the panels stay empty, install the
    "Evergreen WebView2 Runtime" from Microsoft, free of charge, and run again.

THE MANUAL
    Documentation\index.html -- 26 pages in six languages (English, French,
    German, Spanish, Italian, Portuguese).

THE IMAGES
    All the icons and pictures live in one resource DLL, img\packimages.dll.
    The packimages\ folder holds what produces it -- the image sources, the
    generator and a one-click script -- so you can see what is inside and add
    your own. Read packimages\README.txt.

LICENSE
    This workspace runs inside the PowerBuilder IDE, for evaluation. Compiling
    an application against the library requires a license.

    https://pbtoolboxai.net
