Autodesk DWF Viewer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Questions about the popupmenu' s function
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
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.
*raot
Re: Questions about the popupmenu' s function
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
would benefit you and save time trying to recreate toolbars.
You can display the existing toolbars as shown in
the sample below:
the sample below:
AvViewX1.DisplayToolbar kFormatToolbar +
kMarkupToolbar + kModifyToolbar + kSnapToolbar + kStandardToolbar
kMarkupToolbar + kModifyToolbar + kSnapToolbar + kStandardToolbar
If you still wish to create your own toolbars, then
please let me know specifically which methods or commands
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.
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">
"andychen" <I
href="mailto:andy@ddsoft.com.cn">andy@ddsoft.com.cn> wrote in message
href="news:f131a86.-1@WebX.maYIadrTaRb">news:f131a86.-1@WebX.maYIadrTaRb...
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.

