The source code for the visual designer is currently unavailable, and so it
will have to be downloaded from elsewhere for now, in case it might conflict with.
SourceForge's policies.
To compile a project this large you'll probably want to use the command-line compiler
"PBC.EXE". It might be a liitle too much for the IDE. Same story with the debugger.
The only available manual was written for the QBasic version of EGUI, but it looks
like it will be very usable for PBDOS as well. Most of it has been converted from
PDF to plain text. The PDF's will not be posted because some were not generated
properly and were excessively bulky ("part4a.pdf" alone is 9.4MB !). The text
version of the manual is only 192KB so far.
Note: For a Multi-Line Edit Box, use the List Box Control with the "editflag"
property set to True (-1). This will combine the functionality of the List
Box for scrolling and the Edit Box for editing. In these controls, use CTRL-L
to insert a line and CTRL-D to delete a line