Page 1 of 2
embedding PB into a page
Posted: Fri Sep 05, 2008 12:27 pm
by alokdube
Anyone has an example how to use embed a PB source into a web page?
i have the pluggin, i just cannot seem to get it working

Posted: Fri Sep 05, 2008 5:27 pm
by Rook Zimbabwe
What Plugin?
Posted: Sat Sep 06, 2008 7:43 pm
by Seldon
I think he means he has an active-x control to embed .exe files in HTML pages...
Posted: Sun Sep 07, 2008 10:22 am
by pdwyer
I thought he was talking about putting PB source on a page so it was coloured and indented properly (like french people on these fourms seem to have some tool to colour code their source and post in [ quote ] tags rather than [ code ] tags)
Re: embedding PB into a page
Posted: Sun Sep 07, 2008 10:34 am
by CherokeeStalker
alokdube wrote:Anyone has an example how to use embed a PB source into a web page?
i have the pluggin, i just cannot seem to get it working

Didn't someone create an add on for Internet Explorer to be able to run PB code that was in the browser window ? Maybe he means that ...
Posted: Sun Sep 07, 2008 1:06 pm
by pdwyer
like a compiler server? (would probably be in breach of license)
Posted: Sun Sep 07, 2008 1:28 pm
by Little John
> I think he means ...
> I thought he was talking about ...
> Maybe he means that ...
Maybe sometime he'll write what he means.
> Didn't someone create an add on for Internet Explorer to be able to run PB code that was in the browser window ?
Freak wrote:IETool puts an Icon in your Internet Explorer Toolbar, that lets you execute PureBasic Sourcecode directly from any HTML Page or Forum. I wrote this mainly because I wanted to quickly test example Code that was posted on the PureBasic Forums.
Features:
-----------
o Debugger and Inline ASM support
o New advanced Debugger functions with small integrated Editor
Download:
IETool.zip (Size: 42Kb)
Regards, Little John
Posted: Sun Sep 07, 2008 10:03 pm
by Rook Zimbabwe
Didn't someone create an add on for Internet Explorer to be able to run PB code that was in the browser window ? Maybe he means that ...
I remember something else that did this too... people had to DL a widget of your program and then they could run it on their PC from your site...
It was shortly after i came here (2003)
Cannot locate it in the forum ssearch!
more like a browser
Posted: Mon Sep 08, 2008 6:19 am
by alokdube
basically, something like a java plugin for browsers, if there is any such thing existing out there for PB
it would probably be easier to write a client -server spec which lets you throw out pure basic code from the server and directly executes it on the client side.
Re: more like a browser
Posted: Mon Sep 08, 2008 7:00 am
by Little John
alokdube, in your first post you wrote:
i have the pluggin
What is the name of the plugin that you mean, and where can we get it?
Regards, Little John
freak had something a while back
Posted: Mon Sep 08, 2008 7:04 am
by alokdube
Posted: Mon Sep 08, 2008 7:06 am
by alokdube
i just cant figure out how to embed IE tool into a browser
Posted: Mon Sep 08, 2008 7:24 am
by alokdube
i mean i know how to select the code and let the pluggin run it
i was wondering if we could extend it like say a java pluggin
Posted: Tue Sep 09, 2008 8:03 am
by alokdube
i was wondering how to make a simple browser kind of stuff where one can open the client, connect to a server by typing in something like a url, and the server throws back some pure-basic code which the client side directly executes.
would anyone be interested, any tips pointers?
more like calling pbcompiler via the shell for a given code source....
Posted: Tue Sep 09, 2008 8:25 am
by CherokeeStalker
Little John wrote:> I think he means ...
> I thought he was talking about ...
> Maybe he means that ...
Maybe sometime he'll write what he means.
> Didn't someone create an add on for Internet Explorer to be able to run PB code that was in the browser window ?
Freak wrote:IETool puts an Icon in your Internet Explorer Toolbar, that lets you execute PureBasic Sourcecode directly from any HTML Page or Forum. I wrote this mainly because I wanted to quickly test example Code that was posted on the PureBasic Forums.
Features:
-----------
o Debugger and Inline ASM support
o New advanced Debugger functions with small integrated Editor
Download:
IETool.zip (Size: 42Kb)
Regards, Little John
That was EXACTLY what I meant ! Thanx!
@Freak
Do you think this could be implemented for the Mozilla engine ? If so,
I'm interested in seeing someone giving it a go . . . beyond my capabilities I fear