Scott, one way to act in these problems:

1) Program your dialogues in Visual basic.
2) From Visual Basic call the running MapInfo as an
object. Then when the user completed the dialog
questions and clicks OK, fire the command
mapinfoObject.do and write mapbasic syntax here.
2) Next write a MapBasic routine firing the Visual
basic exe or dll which the user can call from the
menu..

maybe this will help.


--- Scott Walsh <[EMAIL PROTECTED]> wrote: > Hello
Everyone!
> 
> I'm trying to create how to select an icon without
> changing any code.
> Here is what I'm trying to do (or would like to do):
> 
> I would like the user to be able to go to the menu
> bar and go to a menu
> item that says: "Symbol"....Now when they hit on
> symbol I would like a
> dialog similiar to Symbol Style to appear on their
> screen.  I would then
> like the user to be capable of choosing a symbol and
> the size and
> reading the values into the piece of code
> below.---Basically the
> sym_size and shape(ie.81..or whatever)...and I guess
> the fontname (ie,
> MapInfo Trasnportation)...perhaps everything, but
> can I maniupulate that
> Symbol Style Dialog??  It would be good if I could
> just limit the dialog
> to font, symbol and color.   Would I have to create
> a new dialog?  and
> if so can I use some of the code for the Symbol
> Style dialog found under
> Options?  I can't find where this dialog is created.
> 
> Thanks in advance!
> 
> Scott Walsh
> 
> ' store the symbol in the area symbol table from the
> location report
> info
> 
> sym_size = 24
> 
> CREATE POINT INTO VARIABLE vehobject
> (VEH_current_lr.lon,
> VEH_current_lr.lat)
> SYMBOL MAKEFONTSYMBOL(81,sym_color,sym_size,
> "MapInfo Transportation",
> 33, 0)
> 
> 
> 
>
_______________________________________________________________________
> List hosting provided by Directions Magazine |
> www.directionsmag.com |
> To unsubscribe, send e-mail to
> [EMAIL PROTECTED] and
> put "unsubscribe MapInfo-L" in the message body.


=====
Ing. M.F. (Milo) van der Linden
NetGIS
kvk. 30166407
ABN Amro 57.64.10.535
NL - 3437TT  NIEUWEGEIN
+31(0)616598808

____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to