Within my PowerBuilder application, I am running an OLE conversation to
MapInfo.
While in this conversation, I am drawing polygons onto a workspace
 and then saving them into workspace's cosmetic layer. Later, I am reloading
the workspace and I want to edit the polygon with the same add node/reshape
type of functionality that the MapInfo IDE provides. I looked inside the
Menu.def
file and I see the Menu Commands that need to be run. They appear to be

  //Run reshape menu command
        ls_MsgToMI = 'Run Menu Command 1601'
        ioo_OLEPointer.Do(ls_MsgToMI)

        //Run the add node menu choice
        ls_MsgToMI = 'Run Menu Command 1723'
        ioo_OLEPointer.Do(ls_MsgToMI)
        

 I am also making the cosmetic layer of my workspace editable but I still am
 having trouble. I can not get the frame nor the points to to appear around
my
polygon's perimeter. Has anyone ever tried this and if so how do you pull
this off.
Or should I be running a MapBasic application to allow me to do this.


Carter Hill

----------------------------------------------------------------------
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