below is taken straight from mapinfow.mnu in your mapinfo directory.

ToolButton
    Icon 4
    Calling 1705
    HelpMsg "Display a closer view of a map or layout.\nZoom-in"



 - NOTE THE CALLING 1705 - this being the Zoom In internal standard command.

Isn't this what you want?  In the mapinfow.mnu you will find the mapbasic
code to generate all menus/toolbars - useful to quickly create a custom app!
regards
doug



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Franz-Josef Behr
Sent: 19 September 2000 14:28
To: [EMAIL PROTECTED]
Subject: Re: MI Zoom-In Funcion


Daniel Budmiger wrote:
> i want to add the zoom-in function in my own buttonpad.
> which is the function i have to call for doing this?
> PushButton HelpMsg "Zoom In\nZoom In" Calling ???? Icon
MI_ICON_ZOOM_IN

I think there is no predefined function which can be called. You should
calculate all parameters to use a set map statement (see MapBasic online
help)..

I hope this helps.

Franz-Josef Behr

----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to