Re: How can we make runtime templates switching?

2008-12-18 Thread Alex Chew
Yes,I got it. Border works well Thanks Alex

Re: How can we make runtime templates switching?

2008-12-17 Thread kan
Also you can use borders instead of panels, they allow to replace inheritance by aggregation. 2008/12/17 Alex Chew chew.a...@gmail.com: Hi, all I think i fall in troubles with template switching during runtime. Formerly we build the whole application with default template using markup

How can we make runtime templates switching?

2008-12-16 Thread Alex Chew
Hi, all I think i fall in troubles with template switching during runtime. Formerly we build the whole application with default template using markup inheritance. Unfortunately,we are requested to support runtime templates switching . In other words, our customer want to use different templates

Re: How can we make runtime templates switching?

2008-12-16 Thread Igor Vaynberg
see component#getvariation() and component#getstyle(). there is also a wiki page that talks about skinning. -igor On Tue, Dec 16, 2008 at 7:19 PM, Alex Chew chew.a...@gmail.com wrote: Hi, all I think i fall in troubles with template switching during runtime. Formerly we build the whole