Also consider <state>. The state tag doesn't build the things inside  
it until the state is applied, so it can speed up application startup  
and reduce memory usage over a standard instantiate-everything-at- 
once strategy. For that matter, also look at initstage="defer" or  
"late".
On Sep 11, 2006, at 7:29 AM, Not Zippy wrote:

> Hi
>
> You are looking for something similar to a tabbed view basetabs
> (http://www.openlaszlo.org/lps-latest/docs/reference/index.html)
> class.
>
> z
>
>
> On 9/10/06, Daniel Stevens <[EMAIL PROTECTED]> wrote:
>>
>>
>>  (I already posted this in laszlo-dev and then realized that's the  
>> wrong
>> list - forgive me for the double-post if you're subscribed to both  
>> lists)
>>
>>  Hello All,
>>  I'm in the process of creating a OpenLaszlo application that will  
>> require
>> much navigation. The layout is similar to this:
>>
>>  [Top Link1] [Top Link 2] [Top Link 3] [...]
>>  [Side Link 1] [                           ]
>>  [Side Link 2] [        MAIN CONTENT       ]
>>  [Side Link 3] [                           ]
>>  [...]         [___________________________]
>>
>>  As you can see (hopefully) there is a top navbar and a side  
>> navbar. For
>> each top nav there is a new side nav, and for each side nav there  
>> is to be
>> different content in the main window.
>>
>>  My question is, what's the most effective way to transition  
>> between views?
>> In other words, how can remove a view, such as the current MAIN  
>> CONTENT, and
>> replace it with another view in its place? This is a similar  
>> principle to
>> having frames in HTML, I'm just having a hard time grasping how  
>> this would
>> work in OpenLaszo.
>>
>>  Any help would be much appreciated!
>>
>>  Many thanks,
>>  --Dan
>>
>>
>>
>> _______________________________________________
>> Laszlo-user mailing list
>> [email protected]
>> http://www.openlaszlo.org/mailman/listinfo/laszlo-user
>>
>>
>>
>
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user


_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to