PDA

View Full Version : Message Area in Application Page



afida
Oct 15th, 2004, 12: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, 05:05 PM
Anyone?

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

regards

afida
Oct 15th, 2004, 10: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 15th, 2004, 11:04 PM
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 15th, 2004, 11:29 PM
Thanks Keith.
Amad

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

regards