Acorn Arcade forums: Programming: Plugins
|
Plugins |
|
monkeyson (14:17 9/7/2001) (13:58 15/6/2002) (15:51 11/7/2001) (20:02 11/7/2001) (08:43 12/7/2001) (13:58 15/6/2002)
|
|
monkeyson |
Message #4784, posted at 14:17, 9/7/2001 |
Unregistered user
|
I am currently experimenting with writing browser plugins, but it's just not working when I want to run the plug-in inside the browser window. It just ignores me, totally. The relevant WIMP messages are just not being sent. I'm using an offline version of Fresco, which I suspect is the problem. Are there some mystical runes I need to type into a file somewhere, or is it more complicated than that? |
|
[ Log in to reply ] |
|
monkeyson |
Message #4786, posted at 15:51, 11/7/2001, in reply to message #4785 |
Unregistered user
|
I think Fresco is the problem. I looked at DrawPlug, and it says that I need Browse to use it... I can get Fresco to do its thing if I open a file as a URL, it's just when I want to use the OBJECT or PLUGIN tags that it ignores me. I'll have a delve with the messages and sys vars this evening, good idea. Thanks. |
|
[ Log in to reply ] |
|
Gulli |
Message #4787, posted at 20:02, 11/7/2001, in reply to message #4786 |
Unregistered user
|
Asking as someone that doesn't really know, couldn't you download the Oregano demo for this or doesn't it support these plugins? |
|
[ Log in to reply ] |
|
monkeyson |
Message #4788, posted at 08:43, 12/7/2001, in reply to message #4787 |
Unregistered user
|
Not on an A3010! Blame Microdigital. I want my Omega. |
|
[ Log in to reply ] |
|
geoff_youngs |
Message #4785, posted at 13:58, 15/6/2002, in reply to message #4784 |
Unregistered user
|
You will need to have the relevant mimetype setup in !Internet.Files.MimeMap (usually found in !Boot.Resources), (and if testing on a webserver, make sure that the webserver is sending the correct mimetype as well). It's probably worth checking that you have requested that the WIMP passes you the relevant messages and that you have the relevant system variables set correctly. If you're looking for code, you can try http://www.movspclr.co.uk/software/internet.html#drawplug for an example plugin in BASIC (+a BASIC library for writing plugins), OSLib http://www.mk-net.demon.co.uk/oslib/ for a C veneer to the relevant calls and http://sudden.recoil.org/stronghelp/ for the relevant SH manuals. Failing that, try news:comp.sys.acorn.programmer for further tips |
|
[ Log in to reply ] |
|
Gulli |
Message #4789, posted at 13:58, 15/6/2002, in reply to message #4788 |
Unregistered user
|
Ah, pre-RO 3.5 - poor thing |
|
[ Log in to reply ] |
|
|
Acorn Arcade forums: Programming: Plugins |