Re: [fpc-devel] Pascal Applets

2008-12-01 Thread Michael Schnell

Leonardo M. Ramé wrote:
Hi, does anyone knows if somebody is working on something like Pascal Applets, 

Some time ago I learned about VST plugins (Audio engines) done with FPC.

-Michael
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Bee

Why I hope to find a Pascal Applet? because I preffer to write
Object Pascal code instead of anything different.


AdobeAir + ExtJS + ExtPascal ?

It's not truly an applet by the way. But it should able to do what you 
want to achieve. ;)


-Bee-
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Daniël Mantione



Op Fri, 28 Nov 2008, schreef Leonardo M. Ramé:


Hi, does anyone knows if somebody is working on something like Pascal 
Applets, similar to Java Applets or Flash, but made in Object Pascal.

I need this to be able to record microphone sound through the browser, and I 
know the only way to do this is by either creating a Java Applet, Flash or 
ActiveX, but also I need it to be cross platform and ActiveX isn't an 
alternative in this case.

Why I hope to find a Pascal Applet? because I preffer to write Object Pascal 
code instead of anything different.


How about writing a browser plugin? You should be able to do that in 
Pascal. You may have to do some pioneering work, making the Netscape 
plugin API available in Pascal, otherwise it should work and be 
cross-platform.


Daniël___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Pascal Applets

2008-11-28 Thread dmitry boyarintsev
 How about writing a browser plugin? You should be able to do that in Pascal.
 You may have to do some pioneering work, making the Netscape plugin API
 available in Pascal, otherwise it should work and be cross-platform.

is that the API?
http://devedge-temp.mozilla.org/library/manuals/2002/plugin/1.0/
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Daniël Mantione



Op Fri, 28 Nov 2008, schreef dmitry boyarintsev:


How about writing a browser plugin? You should be able to do that in Pascal.
You may have to do some pioneering work, making the Netscape plugin API
available in Pascal, otherwise it should work and be cross-platform.


is that the API?
http://devedge-temp.mozilla.org/library/manuals/2002/plugin/1.0/


Correct.

Daniël___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] Pascal Applets

2008-11-28 Thread Leonardo M . Ramé
Hi, does anyone knows if somebody is working on something like Pascal 
Applets, similar to Java Applets or Flash, but made in Object Pascal.

I need this to be able to record microphone sound through the browser, and I 
know the only way to do this is by either creating a Java Applet, Flash or 
ActiveX, but also I need it to be cross platform and ActiveX isn't an 
alternative in this case.

Why I hope to find a Pascal Applet? because I preffer to write Object Pascal 
code instead of anything different.

Leonardo M. Ramé
http://leonardorame.blogspot.com



___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Leonardo M . Ramé
I've found a Netscape Plugin implementation written in Delphi:
http://www.torry.net/vcl/vcltools/plugins/nplugin.zip

It works perfectly!, now I'll try to compile it with FPC for Windows and later 
for Linux.

Leonardo M. Ramé
http://leonardorame.blogspot.com


--- On Fri, 11/28/08, Daniël Mantione [EMAIL PROTECTED] wrote:

 From: Daniël Mantione [EMAIL PROTECTED]
 Subject: Re: [fpc-devel] Pascal Applets
 To: FPC developers' list fpc-devel@lists.freepascal.org
 Date: Friday, November 28, 2008, 10:32 AM
 Op Fri, 28 Nov 2008, schreef dmitry boyarintsev:
 
  How about writing a browser plugin? You should be
 able to do that in Pascal.
  You may have to do some pioneering work, making
 the Netscape plugin API
  available in Pascal, otherwise it should work and
 be cross-platform.
 
  is that the API?
 
 http://devedge-temp.mozilla.org/library/manuals/2002/plugin/1.0/
 
 Correct.
 
 Daniël___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel



___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel