Re: GUI application example

2004-04-09 Thread Scott Brickner
woo hoo! Thanks, Steve - I'm looking forward to reading them when I next take a breather from my server work. On Thu, 2004-04-08 at 17:50, Stephen McConnell wrote: > Scott Brickner wrote: > > Nah. Read that. It doesn't begin to describe the contract between the > > container and the components, w

Re: GUI application example

2004-04-08 Thread Stephen McConnell
Scott Brickner wrote: Nah. Read that. It doesn't begin to describe the contract between the container and the components, which is what Niclas suggested that AF4 was. It barely mentions the various interfaces. The spot that would most likely address the contract is "containment", which says "Materi

Avalon Specification (was Re: GUI application example)

2004-03-22 Thread Stephen McConnell
Scott Brickner wrote: On Fri, 2004-03-19 at 19:51, Stephen McConnell wrote: Scott Brickner wrote: On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote: On Monday 15 March 2004 18:36, Daniel Frey wrote: Where do I find A4 (I don't know what it is, but seems to be important for my understanding)

Re: GUI application example

2004-03-19 Thread Scott Brickner
On Fri, 2004-03-19 at 19:51, Stephen McConnell wrote: > Scott Brickner wrote: > > > On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote: > > > >>On Monday 15 March 2004 18:36, Daniel Frey wrote: > >> > >> > >>>Where do I find A4 (I don't know what it is, but seems to be important for > >>>my unders

Re: GUI application example

2004-03-19 Thread Stephen McConnell
Scott Brickner wrote: On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote: On Monday 15 March 2004 18:36, Daniel Frey wrote: Where do I find A4 (I don't know what it is, but seems to be important for my understanding)? This is Avalon slang for: Avalon Framework version 4.x Sometimes also called

Re: GUI application example

2004-03-19 Thread Scott Brickner
On Mon, 2004-03-15 at 05:49, Niclas Hedhman wrote: > On Monday 15 March 2004 18:36, Daniel Frey wrote: > > > Where do I find A4 (I don't know what it is, but seems to be important for > > my understanding)? > > This is Avalon slang for: Avalon Framework version 4.x > > Sometimes also called AF4

RE: GUI application example

2004-03-15 Thread Alex Karasulu
> > So what I would do is, create the view in initalize(), but delay the > > .setVisible( true ) to the start() method. > Yes this is the alternative scenario to using execute() that I was thinking Niclas was trying to expound. It should do the same as execute(). Funny I think the reason why ex

RE: GUI application example

2004-03-15 Thread Alex Karasulu
That would do as well. > -Original Message- > From: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Sent: Monday, March 15, 2004 3:39 AM > To: Avalon framework users > Subject: Re: GUI application example > > On Monday 15 March 2004 16:23, Daniel Frey wrote: > >

Re: GUI application example

2004-03-15 Thread Niclas Hedhman
On Monday 15 March 2004 18:36, Daniel Frey wrote: > Where do I find A4 (I don't know what it is, but seems to be important for > my understanding)? This is Avalon slang for: Avalon Framework version 4.x Sometimes also called AF4. :o) Niclas -- +-//---+ | http://www.

GUI application example

2004-03-15 Thread Daniel Frey
Stephen wrote: > Daniel Frey wrote: >> Niclas wrote: >>> On Monday 15 March 2004 16:51, Stephen McConnell wrote: Niclas Hedhman wrote: > On Monday 15 March 2004 16:23, Daniel Frey wrote: > >> Thanks Alex for the example. Nice code! I see there that the main >> frame is generat

Re: GUI application example

2004-03-15 Thread Stephen McConnell
Daniel Frey wrote: Niclas wrote: On Monday 15 March 2004 16:51, Stephen McConnell wrote: Niclas Hedhman wrote: On Monday 15 March 2004 16:23, Daniel Frey wrote: Thanks Alex for the example. Nice code! I see there that the main frame is generated within the execute method, an approach that I was

GUI application example

2004-03-15 Thread Daniel Frey
Niclas wrote: > Daniel Frey wrote: > >> I think in the execute/start method the main frame is build and shown. >> But I think a separation of roles would be good in terms of being >> responsible for >> >> - an initial setup, coordination of managers and start of the whole >> application >> >> - a

GUI application example

2004-03-15 Thread Daniel Frey
Stephen wrote: > Daniel Frey wrote: > >> Stephen wrote: >> >>> Niclas Hedhman wrote: >>> On Monday 15 March 2004 16:23, Daniel Frey wrote: > Thanks Alex for the example. Nice code! I see there that the main > frame is generated within the execute method, an approach that I was

GUI application example

2004-03-15 Thread Daniel Frey
Niclas wrote: > On Monday 15 March 2004 16:51, Stephen McConnell wrote: >> Niclas Hedhman wrote: >>> On Monday 15 March 2004 16:23, Daniel Frey wrote: Thanks Alex for the example. Nice code! I see there that the main frame is generated within the execute method, an approach that I was tak

Re: AW: GUI application example

2004-03-15 Thread Stephen McConnell
Daniel Frey wrote: Stephen wrote: Niclas Hedhman wrote: On Monday 15 March 2004 16:23, Daniel Frey wrote: Thanks Alex for the example. Nice code! I see there that the main frame is generated within the execute method, an approach that I was taking, but was not sure about. Since I know my own a

Re: AW: GUI application example

2004-03-15 Thread Niclas Hedhman
On Monday 15 March 2004 17:15, Daniel Frey wrote: > I think in the execute/start method the main frame is build and shown. But > I think a separation of roles would be good in terms of being responsible > for > > - an initial setup, coordination of managers and start of the whole > application > >

Re: GUI application example

2004-03-15 Thread Niclas Hedhman
On Monday 15 March 2004 16:51, Stephen McConnell wrote: > Niclas Hedhman wrote: > > On Monday 15 March 2004 16:23, Daniel Frey wrote: > >>Thanks Alex for the example. Nice code! I see there that the main frame > >> is generated within the execute method, an approach that I was taking, > >> but was

AW: GUI application example

2004-03-15 Thread Daniel Frey
Stephen wrote: > > Niclas Hedhman wrote: >> On Monday 15 March 2004 16:23, Daniel Frey wrote: >> >>> Thanks Alex for the example. Nice code! I see there that the main frame >>> is generated within the execute method, an approach that I was taking, >>> but was not sure about. >> >> Since I know my

Re: GUI application example

2004-03-15 Thread Stephen McConnell
Niclas Hedhman wrote: On Monday 15 March 2004 16:23, Daniel Frey wrote: Thanks Alex for the example. Nice code! I see there that the main frame is generated within the execute method, an approach that I was taking, but was not sure about. Since I know my own agenda, I recommend that you use the

Re: GUI application example

2004-03-15 Thread Niclas Hedhman
On Monday 15 March 2004 16:23, Daniel Frey wrote: > Thanks Alex for the example. Nice code! I see there that the main frame is > generated within the execute method, an approach that I was taking, but was > not sure about. Since I know my own agenda, I recommend that you use the Startable interfac

GUI application example

2004-03-15 Thread Daniel Frey
241 6446 -Ursprüngliche Nachricht- Von: Alex Karasulu [mailto:[EMAIL PROTECTED] Gesendet: Montag, 15. März 2004 03:41 An: 'Avalon framework users' Betreff: RE: GUI application example > Does somebody have a GUI (Swing or AWT) desktop applica

RE: GUI application example

2004-03-14 Thread Alex Karasulu
> Does somebody have a GUI (Swing or AWT) desktop application based on > Merlin > available? It needs not to be perfect, just to show how that would be > done. Here's the code for the main piece but there are other Avalon components it uses that sit in peer directories like navtree and ocmm - the

GUI application example

2004-03-14 Thread Daniel Frey
Hi there, Does somebody have a GUI (Swing or AWT) desktop application based on Merlin available? It needs not to be perfect, just to show how that would be done. I don't want to reinvent the wheel. Thanks, Daniel Frey - To unsu