log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- R-Comp releases Genealogy v2 (News:)
- Will we see 5.30 released at Wakefield show? (News:1)
- Sine Nomine updates RiscOSM and Impact (News:)
- Netfetch version 5.55 released (News:)
- Prizes for Wakefield Show announced (News:)
- Heretic update from R-Comp (News:)
- Wakefield Show 2024 is next Saturday (News:)
- Git client updated to 0.07 (News:2)
- Archive Edition 27:1 reviewed (News:)
- Rougol April 2024 meeting on monday is Anniversary time (News:1)
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
 
View on Mastodon
@www.iconbar.com@rss-parrot.net
Site Search
 
Article archives
The Icon Bar: Programming: Plugins
 
  Plugins
  monkeyson (15:17 9/7/2001)
   (14:58 15/6/2002)
     (16:51 11/7/2001)
       (21:02 11/7/2001)
         (09:43 12/7/2001)
           (14:58 15/6/2002)
 
monkeyson Message #4784, posted at 15: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 16: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 21: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 09: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 14: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 smile

  ^[ Log in to reply ]
 
Gulli Message #4789, posted at 14:58, 15/6/2002, in reply to message #4788
Unregistered user Ah, pre-RO 3.5 - poor thing unhappy
  ^[ Log in to reply ]
 

The Icon Bar: Programming: Plugins