Re: Creating extensible views ?

2007-05-07 Thread Russell Keith-Magee
On 5/8/07, kahless <[EMAIL PROTECTED]> wrote: > > i guess the signal API would be one possibility ? to simply send out > specific signals like 'render_profile' and 'post_profile' where > multiple application could listen to and respond accordingly ? You can do what you want using a combination

Re: Creating extensible views ?

2007-05-07 Thread Steven Armstrong
kahless wrote on 05/07/07 23:02: > Hi, > I've found documentation on how to make applications to work together > smoothly .. but is there also some documentation on how i could make > an application (or views of an application) extensible.. > > For example like in eclipse having "extension

Creating extensible views ?

2007-05-07 Thread kahless
Hi, I've found documentation on how to make applications to work together smoothly .. but is there also some documentation on how i could make an application (or views of an application) extensible.. For example like in eclipse having "extension points" where 3rd party applications could hook