REBOL Web Browser Plugin (Alpha) - it just starts view with the scri
[1/1] from: mbicanic::open::hr at: 6-Jun-2001 20:27
A> Yes, that's all it does.
A> Anton.
Thanks.
If it is all, and somebody is interested - for AWeb users to do same
thing add in Browser settings/Viewers:
TYPE: TEXT/X-REBOL
EXTENSION: r
ACTION: Extl.program
NAME: <path to View>
ARGUMENTS: -s %f >NIL:
In user.r file add/edit line:
system/view/screen-face/options: [screen-name: "AWeb"] ;or other public
screen name
I think the same is possible in IB and Voyager.
Isn't possible to do the similar thing in Windows browsers too ? I maybe
miss some about plugins... ?
regards.mb
A>> A> The game itself should popup in a new window.
A>>
A>> A> Anton.
A>>
A>> I try it on work, and it do that - dclick open new REBOL window
A>> (W98/NS4.75 I think).
A>> Parallel with this in browser window is shown source code, and
A>> sometimes it is blank
A>> page.
A>> BTW does plugin do something else, or just start /view with
A>> script as argument
A>> when you click .r file ? (sorry, I know almost nothing about Windows)