embedding PB into a page

Everything else that doesn't fall into one of the other PB categories.
alokdube
Enthusiast
Enthusiast
Posts: 148
Joined: Fri Nov 02, 2007 10:55 am
Location: India
Contact:

embedding PB into a page

Post 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 :(
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

What Plugin?
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
Seldon
Enthusiast
Enthusiast
Posts: 405
Joined: Fri Aug 22, 2003 7:12 am
Location: Italia

Post by Seldon »

I think he means he has an active-x control to embed .exe files in HTML pages...
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post 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)
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
CherokeeStalker
User
User
Posts: 66
Joined: Fri Oct 17, 2003 2:42 am

Re: embedding PB into a page

Post 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 ...
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

like a compiler server? (would probably be in breach of license)
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
Little John
Addict
Addict
Posts: 4791
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Post 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
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post 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!
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
alokdube
Enthusiast
Enthusiast
Posts: 148
Joined: Fri Nov 02, 2007 10:55 am
Location: India
Contact:

more like a browser

Post 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.
Little John
Addict
Addict
Posts: 4791
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: more like a browser

Post 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
alokdube
Enthusiast
Enthusiast
Posts: 148
Joined: Fri Nov 02, 2007 10:55 am
Location: India
Contact:

freak had something a while back

Post by alokdube »

alokdube
Enthusiast
Enthusiast
Posts: 148
Joined: Fri Nov 02, 2007 10:55 am
Location: India
Contact:

Post by alokdube »

i just cant figure out how to embed IE tool into a browser
alokdube
Enthusiast
Enthusiast
Posts: 148
Joined: Fri Nov 02, 2007 10:55 am
Location: India
Contact:

Post 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
alokdube
Enthusiast
Enthusiast
Posts: 148
Joined: Fri Nov 02, 2007 10:55 am
Location: India
Contact:

Post 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....
CherokeeStalker
User
User
Posts: 66
Joined: Fri Oct 17, 2003 2:42 am

Post 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
Post Reply