At 18:45 2001-6-26 -0600, you wrote:
>Hi -
>
>It seems to me that my understanding of the screen/layout thing is that the
>following approach would be preferred:
>
>Public class myScreen extends TemplateScreen {
>
> ... Normal implementation here ... or nothing ...
>
> public String getLayout ( RunData data ) {
> ... return your layout instead of the default layout
> ... using whatever logic you desire
> }
>}
>
>If you derive your screens from the myScreen class, I believe that when
>setScreenTemplate is called, and turbine goes on its hunt for the proper
>layout, your getLayout method (above) will be called and return the layout
>you desire.
>
>I am not 100% sure of this result, but it may be worth a try.
>
>Good Luck!
>-best-darr-
Thanks for your suggestion. But the Screen::getLayout is called even earlier
than the Layout::doBuild.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]