[vlc-devel] [PATCH 2/3] Allow future control toolbar to be hidden (default) or shown.
thannoy at actech-innovation.com
thannoy at actech-innovation.com
Thu Mar 27 16:43:51 CET 2008
Even if no control toolbar is implemented for ActiveX yet, we already
provide the code to enable/disable it for compatibility with Firefox
API behaviour.
The getter used to know if toolbar is shown will always return FALSE
until a toolbar is implemented. (getter which will be available soon
for Firefox)
To use it:
- ActiveX global property named "toolbar":
For HTML : <param name="toolbar" value="True" />
- API on IVLCControl2 interface, property "toolbar" (RW):
For Javascript : yourvlcobject.toolbar = false;
isToolBarShown = yourvlcobject.toolbar;
---
projects/activex/README.TXT | 63 +++++++++++++++++++++++-----------
projects/activex/axvlc.idl | 39 ++++++++++++++--------
projects/activex/persistpropbag.cpp | 12 +++++++
projects/activex/plugin.cpp | 17 +++++----
projects/activex/plugin.h | 8 ++++
projects/activex/vlccontrol2.cpp | 32 ++++++++++++++++++
projects/activex/vlccontrol2.h | 2 +
7 files changed, 130 insertions(+), 43 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bbeac7383f4b9189af2afd27748d0202cf5ea83c.diff
Type: text/x-patch
Size: 11692 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080327/66623f1b/attachment.bin>
More information about the vlc-devel
mailing list