Hi,

OLECMDID_ZOOM is not implemented in the control. You can find a list of implemented OLE commands in the source for MozillaBrowser.h on lxr:

http://lxr.mozilla.org/mozilla/source/embedding/browser/activex/src/control/MozillaBrowser.h#199


Dave Murray Glasgow, UK PGP KeyID: 0x838592B3

Remove NOSPAM from my email address to reply.





Stef Mientki wrote:
hello,

I'm trying to replace IE by Mozilla activeX component.
(BTW, did anyone already made a comparison between those two ?)

One of the functionalities I need, is resize the fontsize.
  Ctrl +/- don't seem to work.

The IE way of setting the fontsize also don't seem to work
  mzGecko.ExecWB(OLECMDID_ZOOM, 0, vFontSize);
(error "revoke droptarget, that has not been registred")

I found a very complex way (though JS) in this newsgroup,
from about 2 years ago.

Any (simple) solution ?

thanks,
Stef Mientki
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to