I suspect this is a very basic question.
I would like to use Pier as the basis of a group brainstorming system.
In order to do this, I need to build a new component that would have
a small text entry box, and a list display holding all the entries.
It seems as though some other components have subclassed PRWidget, but
not all of them. So, before I go shooting off down the wrong path,
could someone explain if there is a best starting point?
Cheers
Andy
When you browse hierarchy on PRWidget, you see its a subclass of
MAComponent. Browsing MAComponent it looks like all Pier components are
subclased off of PRWidget, so it just becomes a matter of deciding which
extra capabilities you want beyond what PRWIdget provides.
I'm often wrong, of course.
Lawson