Thanks for the reply, Bill. Essentially, No is the answer to you
questions. I include fragments of the code below, in case that gives a
hint. Incidentally, it's interesting in that when the layer is
displayed with the legend, then I display another (thus automatically
wiping out the prev. legend) the menus & toolbars disappear. So I
definitely think the legend window is at fault somewhere.
Regards
Terry
PS I'm getting your message 4 times again.
----------------------
Sub MENU_SETUP
'_____________
' Menu Bar Hide
' Create Menu "File" As
' "&Open" Calling M_FILE_OPEN,
' "(Close" Calling M_FILE_CLOSE,
' "(Close &All" Calling M_FILE_CLOSE_ALL,
' "Exit" Calling M_FILE_EXIT
Create Menu "&Routes" as
"&Display or Hide Routes"
HelpMsg "Select all or choose individual Routes to
display or hide"
calling DISPLAY_ROUTE_DIALOG,
"&Plot Route"
HelpMsg "Plot a Route for which the mPLAN Route is
already defined"
calling NEW_ROUTE_PLOT,
...
Create Menu "On &Demand Services" as
"&Display On Demand Services Catchment"
HelpMsg "Select an on-Demand Service to display its
Catchment Areas"
calling DISPLAY_ONDS_DIALOG,
"&Create On Demand Services Catchment"
HelpMsg "Create an on-Demand..."
calling CREATE_ONDS_CATCH_DIALOG
Create Menu "&Stops" as
"&Plot Stops in a Route"
HelpMsg "Identify all the Stops along a Plotted Route"
calling PLOT_ROUTE_STOPS,
"&Move Stops"
HelpMsg "Move Bus Stops on the Map to new Locations"
Calling MOVE_STOPS
...
Alter Menu Bar Add "Routes"
Alter Menu Bar Add "On Demand Services"
Alter Menu Bar Add "Stops"
' Create Menu Bar As
' "File",
' "&Routes",
' "On &Demand Services",
' "&Stops",
' "&Options"
'Menu Bar Show
End Sub
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 16936