• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk DWF Viewer

    Reply
    New Member
    Posts: 1
    Registered: ‎12-17-2002

    Questions about the popupmenu's function

    76 Views, 1 Replies
    12-17-2002 01:40 PM
    I have some probems with VVW activeX.
    Could some help me?
    I want to use the ActiveX in my delphi application,
    but this ActiveX doesnt supply all the method that
    its owner right-click popupmenu has.I want to have
    my owner toolbars or popupmenu to execute the same
    action with the activeX' popupmenu.for example:
    I put the scale button :i use ZoomByFactor() method
    supply by VVW.
    the quesiton is:how i can get all the method??
    Thanks in advance.
    Please use plain text.
    *raot

    Re: Questions about the popupmenu's function

    12-17-2002 02:07 PM in reply to: andychen
    andychen,

     

    VVE control now supports toolbars. May be this
    would benefit you and save time trying to recreate toolbars.

    You can display the existing toolbars as shown in
    the sample below:

     

    AvViewX1.DisplayToolbar kFormatToolbar +
    kMarkupToolbar + kModifyToolbar + kSnapToolbar + kStandardToolbar

     

    If you still wish to create your own toolbars, then
    please let me know specifically which methods or commands

    in the right click context menu you want. It is
    true that not all the entries here have equivalent methods.

     

    Cheers,

    Thilak

     


    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    I
    have some probems with VVW activeX.
    Could some help me?
    I want to use
    the ActiveX in my delphi application,
    but this ActiveX doesnt supply all
    the method that
    its owner right-click popupmenu has.I want to have
    my
    owner toolbars or popupmenu to execute the same
    action with the activeX'
    popupmenu.for example:
    I put the scale button :i use ZoomByFactor() method

    supply by VVW.
    the quesiton is:how i can get all the method??

    Thanks in advance.
    Please use plain text.