Are you placing this code into Screen.getLayout(RunData)?  If not it is
likely too late to be making modifications to the layout by the time the
Screen is executed.

john mcnally

joe black wrote:
> 
> How to use another layout template instead of default.vm and the .vm with the same 
>name?
> 
> in the old version, I can do this like $data.setLayoutTemplate("???.vm"), but now it 
>can't work even if I changed it into 
>$data.getTemplateInfo().setLayoutTemplate("???.vm") or
> 
> // .java
> TemplateInfo info=new TemplateInfo(data);
> info.setLayoutTemplate("???.vm")
> 
> thanx a lotGet more from the Web.  FREE MSN Explorer download : 
>http://explorer.msn.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to