Version Release History
beta 0.2.0
removed global objects, so 'collect2' is no longer needed.
added installation instructions.
added Documentation for PSystem.
changed the constructors for PApplication to remove
redundancy. Please update your code!
added the resource files (Sorry :-( )
added PField::underline(),
PField::underlined(),
PField::grabFocus()
functions.
implemented the attribute functions for PField,
PButton and PList.
changed the name of PFloat to PDouble upon
request.
beta 0.1.0 (non-public)
this is a cleanup version.
removed some legacy code.
moved PApplication::appId() and
PApplication::appIdString() to Class
PSystem, the constructors for
PApplication are not yet changed.
Corrected source filename case to work under Un*x.
preview 0.0.2
Decided to make library PalmOS2 only (see
main page)
Split the sources into smaller chunks, to allow linker to create
smaller executables
Added PForm::label(id, string)
Added PForm::label(id)
Added PForm::msgBox(id, ...)
Added PForm::help(id)
Added PList::showItem(i)
Added basic support for tables (
still no docs).
Finally did the documentation for PButton.
PButton now has it's own include file PLButton.h.
Added my PrefUtil utility as a sample.
preview 0.0.1
This was the initial release, supporting only lists, fields,
scrollbars and buttons.
Back to main page