OK, let me make sure I've got this now.
The layout module calls one screen module and numerous navigation modules.
Each navigation module is self contained, ie, a navigation module does not
call info from a screen module.
So if I want a navigation module that has a bunch of links to departments,
the links should all go in the navigation module, not into a separate screen
module that the nav module would call.
So any screen module called from a link will always show up in the location
that is specified by the layout used.
So if I want a link to a screen to display that screen in a location
different than the one specified by the layout I have used, I have to tell
that screen to use a different layout module via the ScreenInfo module..
Am I correct?
Shawn
----- Original Message -----
From: "Leon Atkinson" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Wednesday, August 16, 2000 5:04 PM
Subject: RE: [FreeTrade] Navigation between modules and layout.
> > What I have done is to modify the "with_side_nav" to include a couple of
> > other navigation modules for the bottom of the screen the right side
etc.
> > Each of these navigation modules calls a "Screen" module by name for
> > inclusion into the page. Is this correct?
>
> I won't say it's completely wrong, but it's not as the system was
intended.
> In general, you should only ever run one screen module. You should
probably
> put everything inside those navigation modules. If you need to break
stuff
> up further, either make more navigation modules, or write functions that
> provide the output your need and put them in an include module.
>
> Leon
>
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]