John,
Have you tried setting up a Hot Link to the Excel spreadsheet?
That would be my first option.
Cheers,
Nola Strawbridge
GIS Support Officer
City Works & Services
Cairns City Council
Tel: 4044 3219
Fax: 4044 3838
email: [EMAIL PROTECTED] 


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, 6 April 2006 8:42 PM
To: [email protected]
Subject: MapInfo-L Digest, Vol 6, Issue 14


Send MapInfo-L mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.directionsmag.com/mailman/listinfo/mapinfo-l
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MapInfo-L digest..."


Today's Topics:

   1. Display of direction arrows on line segments (Greg de Laborde)
   2. Ang. [MI-L] Display of direction arrows on line segments
      (Mats Elfstr?m)
   3. MI-L Linking MS Excel to MapInfo V 8.0 (John Nott)
   4. Re: Menus - swapping in and out (Lars V. Nielsen (Hvenegaard))


----------------------------------------------------------------------

Message: 1
Date: Thu, 6 Apr 2006 09:04:36 +1200
From: "Greg de Laborde" <[EMAIL PROTECTED]>
Subject: [MI-L] Display of direction arrows on line segments
To: [email protected]
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

HI
how do i change the style (arrow type and color) of the direction indicatior
on a line segment?
thanks
g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060406/0f7e87f6/attachment-0001.htm

------------------------------

Message: 2
Date: 06-Apr-2006 09:25:45 CEDT
From: Mats Elfstr?m <[EMAIL PROTECTED]>
Subject: Ang. [MI-L] Display of direction arrows on line segments
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED],
        [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Skipped content of type multipart/alternative-------------- next part 
--------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
Url : 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060406/20395a34/graycol-0001.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pic25605.gif
Type: image/gif
Size: 1255 bytes
Desc: not available
Url : 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060406/20395a34/pic25605-0001.gif
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ecblank.gif
Type: image/gif
Size: 45 bytes
Desc: not available
Url : 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060406/20395a34/ecblank-0001.gif

------------------------------

Message: 3
Date: Thu, 6 Apr 2006 11:32:24 +0100
From: "John Nott" <[EMAIL PROTECTED]>
Subject: [MI-L] MI-L Linking MS Excel to MapInfo V 8.0
To: <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Hello All,

 

I have an Excel sheet of ward level data that I have mapped
thematically. Is it possible to produce an output whereby the user can
open the excel interface and view both the thematic map and the excel
sheet, and can change the variables in the excel sheet and see an
automatically updated thematic map?

 

Any suggestions will as always be very helpful!

 

Thanks a million!

 

- john

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060406/dfe36854/attachment-0001.htm

------------------------------

Message: 4
Date: Thu, 6 Apr 2006 12:39:30 +0200
From: "Lars V. Nielsen \(Hvenegaard\)" <[EMAIL PROTECTED]>
Subject: Re: [MI-L] Menus - swapping in and out
To: "Terry McDonnell" <[EMAIL PROTECTED]>
Cc: "[EMAIL PROTECTED]" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Hi Terry,

All menus are created independently of each other in the "common" area of Pro. 
You can define any number of additional menus (within GDI limits) and attach 
them anywhere in the current menu system: menu bar, existing standard menus, 
existing shortcut menus, user defined menus etc.

So you don't "delete" standard menus by defining your own menus or replacing 
the menu bar. All defined menus incl. standard menus are still defined and 
ready for use as long as Pro runs (only menu items with an attached mbx based 
handler sub will be removed automatically when the app closes).

The problem arises when several mbx's want to add menus to the singular menu 
bar. The menu bar is NOT a saved GDI resource (like the menus), it only 
references them. And unfortunately it's impossible to retrieve information 
about its current state, so the only possible "backstep" is to recreate the 
default.

"Create Menu Bar As Default" will recreate the standard menu bar, and all menus 
added by mbx's to the MENU BAR will be lost. The menus themselves are not lost, 
the menu bar just doesn't reference them anymore. This is why adding your menus 
to the Tools menu instead of the menu bar makes sense, because that'll ensure 
that your menus are restored (along with the Tools menu) when you recreate the 
standard menu bar.

If it's a question of "minimizing" the standard menu bar, not just hiding it, 
I'll recommend changing the initial menu bar this way (translated from Danish, 
so the words may differ slightly):

Create Menu "MapInfo" As
    "Files" as "Files",
    "Edit" as "Edit",
    "Tools" as "Tools",
    "Objects" as "Objects",
    "Query" as "Query",
    "Table" as "Table",
    "Settings" as "Settings",
    "WinSpecific" as "WinSpecific",
    "Window" as "Window",
    "Help" as "Help" 

Create Menu Bar As "MapInfo"


Best regards / Med venlig hilsen
Lars V. Nielsen
--------------------------------------------------------
Hvenegaard A/S
Rugaardsvej 55, DK-5000 Odense C
Denmark
Tel. +45 6313 5050
http://www.hvenegaard.dk

----- Original Message ----- 
From: Terry McDonnell 
To: [EMAIL PROTECTED] 
Sent: Wednesday, April 05, 2006 2:01 PM
Subject: [MI-L] Menus - swapping in and out


Hi Listers

I have my own menu bar items set up but, for testing purposes, I've allowed the 
standard MI menus to stay up (so I can make GOOD use of them).  Now I want to:

Replace the std MI menu with my own
When the user closes my app's window I want my menus to disappear and the std. 
MI menu to replace it.

This is because my users use native MI too and want to be able to simply revert 
to this.

Now I know all about usng the WinClosedHandler() to bring this about - at the 
moment I just disappear all my windows.  What I'd like is to know a simple and 
efficient way of achieving the above.  The Menu Bar Hide command doesn't 
specify WHICH menu to hide/show.

Is there some way of swapping menus in and out?

'ppreciate it

Terry McDonnell


--------------------------------------------------------------------------------


_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.directionsmag.com/pipermail/mapinfo-l/attachments/20060406/fecf5f5b/attachment.htm

------------------------------

_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l


End of MapInfo-L Digest, Vol 6, Issue 14
****************************************
------------------------------
Cairns City Council Disclaimer
------------------------------
"This message, and any attachments, may contain privileged and confidential 
information intended only for the use of the intended addressee(s).  Any 
unauthorized use of this material is prohibited.  If you receive this message 
in error, please notify the sender immediately, delete the message and destroy 
any printed or electronic copies.

Opinions expressed in this e-mail are those of the sender and do not 
necessarily represent the views of the Cairns City Council.  Council does not 
accept any responsibility for the loss or damage that may result from reliance 
on, or the use of, any information contained in this e-mail or attachments."
------------------------------

_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to