PDA

View Full Version : Message Area in Application Page


afida
Oct 15th, 2004, 01:26 AM
I need to add a Message Area /Status Area to Application Page, when should I do that. This will a JTextArea and will not be dependent on any of the views so It can't be part of the view createControl.

Should I add it do ApplicationPage in my BeanFactoryApplicationAdvisor ? Or is there a better way?

Thanks

Amad

afida
Oct 15th, 2004, 06:05 PM
Anyone?

snpe
Oct 15th, 2004, 09:38 PM
ApplicationPage is now interface - you can do what You want

regards

afida
Oct 15th, 2004, 11:23 PM
Yes. but there is still no way of setting or getting an AplicationPage from ApplicationWindow? Am I missing something?

Amad

Keith Donald
Oct 16th, 2004, 12:04 AM
Amad,

I thought I posted a response earlier but for some reason it didn't stick: I'd look into overriding ApplicationWindow to instantiate a custom subclass of ApplicationPage that adds in your message area pane control.

Keith

afida
Oct 16th, 2004, 12:29 AM
Thanks Keith.
Amad

snpe
Oct 16th, 2004, 12:09 PM
You can make special Application object with your openFirstTimeApplicationWindow method

regards