Hi all, I'm pretty new to Laszlo but have some experience on Adobe Flex. In Flex, there is a ViewStack widget which acts as a container. I can put several other widgets in it but only one of them is visible. I can control which child widget to show, so I can make my application display varaible things in the same place according to the user's action. Another pros of ViewStack is that it can apply lazy creation. Only the visible child is created at first and others will not be created until they become visible for the first time. This will speed up the loading time of the whole application.
I don't find any existing component that are acting like ViewStack in Laszlo. I think there must be a way to do this, but I don't know how. Does anyone have any idea on this? Thank a lot! Allen
