21 messages in org.openlaszlo.laszlo-user[Laszlo-user] Laszlo Navigation
FromSent OnAttachments
Kimus LinuxusOct 11, 2006 7:00 am 
P T WithingtonOct 11, 2006 7:09 am 
Kimus LinuxusOct 11, 2006 7:21 am 
Glenn PlasOct 11, 2006 7:33 am 
Kimus LinuxusOct 11, 2006 8:04 am 
Not ZippyOct 11, 2006 8:19 am 
P T WithingtonOct 11, 2006 8:19 am 
DLOct 11, 2006 8:45 am 
DLOct 11, 2006 9:02 am 
Kimus LinuxusOct 11, 2006 9:04 am 
Kimus LinuxusOct 11, 2006 9:07 am 
DLOct 11, 2006 9:17 am 
DLOct 11, 2006 9:20 am 
Kimus LinuxusOct 11, 2006 9:41 am 
DLOct 11, 2006 11:09 am 
BruceOct 11, 2006 7:37 pm 
P T WithingtonOct 11, 2006 7:51 pm 
BruceOct 12, 2006 10:26 am 
P T WithingtonOct 12, 2006 11:25 am 
Pasqualino 'Titto' AssiniOct 23, 2006 9:46 am 
Luis EduardoOct 23, 2006 10:46 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Laszlo-user] Laszlo NavigationActions
From:Kimus Linuxus (kimu@gmail.com)
Date:Oct 11, 2006 8:04:10 am
List:org.openlaszlo.laszlo-user

Just need to navigate from one LZX to another LZX without reloading the browser (if possible) !!

A possible solution; - If is possible to have a <view> with a SWF resource, so there is possible that resource be a LZX right? - And at rutime I can switch the <view> resource. change form 1.lzx url to 2.lzx url. right?

On Wed, 2006-10-11 at 16:34 +0200, Glenn Plas wrote:

Why don't you split up your visual and logic code into seperate lzx files and
<include> them in the main program... Not sure what you want to achieve here, every flash component is a seperate
program unaware of the existence of other flash components.

Perhaps you should elaborate a bit more on what you try to achieve here.

-----Original Message----- From: laszlo-user-bounces at openlaszlo.org on behalf of Kimus Linuxus Sent: Wed 11-Oct-06 4:21 PM To: P T Withington Cc: laszlo-user at openlaszlo.org Subject: Re: [Laszlo-user] Laszlo Navigation

This will reload the browser page!! :-S

Is there a method to self reload (load another lzx) the laszlo application?

On Wed, 2006-10-11 at 10:10 -0400, P T Withington wrote:

Check out LzBrowser.loadURL

http://www.laszlosystems.com/lps-3.3/docs/guide/browser-integration.html

On 2006-10-11, at 10:00 EDT, Kimus Linuxus wrote:

Hi,

Is it possible to navigate between LZX applications?

Instead of developing an application in one single XML file and all the logic to show and hide panels and windows I want to navigate between several LXZ. Is this possible?

Thanx