on 6/14/2000 8:47 AM, Herv� Guidetti at [EMAIL PROTECTED] wrote:

> I just want to know how I can dynamicaly change de the layout of a screen.
> 
> I tried in my screen
> 
> public ConcreteElement doBuild(RunData rundata)
> {
> 
> this.setLayout(rundata, "myLayout");
> ...
> }
> 
> But it doesn't work and no error appears.
> Any help will be kind.
> Thanks.
> Herv�

In the Screen, you can override the getLayout(RunData data) method.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to