Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-17 Thread Benjamin Rosseaux
Am 07.02.2011 15:16, schrieb Andrew Brunner: On Mon, Feb 7, 2011 at 7:35 AM,michael.vancann...@wisa.be wrote: A cross-platform solution is to use one of libsee or BESEN. The latter is implemented in 100% native Object Pascal. Michael. BESEN is very, very, very well written but I can't seem

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-08 Thread Sven Barth
Am 07.02.2011 15:16, schrieb Andrew Brunner: Does anyone have any BESEN examples that integrated actual FPC units? It seems like all the samle js units are self contained with no interface to system or GUI units. I haven't looked at the source in general and I also haven't tested it yet, but

[fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread Anthony Walter
Over at stackoverflow someone askedhttp://stackoverflow.com/questions/4913178/javascript-in-delphi-applications, Is it possible to utilize javascript in the making of windows desktop applications. I wrote up a pascal based solution to add javascript access to your desktop programs. If you have any

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread michael . vancanneyt
On Mon, 7 Feb 2011, Anthony Walter wrote: Over at stackoverflow someone askedhttp://stackoverflow.com/questions/4913178/javascript-in-delphi-applications, Is it possible to utilize javascript in the making of windows desktop applications. I wrote up a pascal based solution to add javascript

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread Andrew Brunner
On Mon, Feb 7, 2011 at 7:35 AM, michael.vancann...@wisa.be wrote: A cross-platform solution is to use one of libsee or BESEN. The latter is implemented in 100% native Object Pascal. Michael. BESEN is very, very, very well written but I can't seem to get any indication how to use it in my

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread michael . vancanneyt
On Mon, 7 Feb 2011, Andrew Brunner wrote: On Mon, Feb 7, 2011 at 7:35 AM, michael.vancann...@wisa.be wrote: A cross-platform solution is to use one of libsee or BESEN. The latter is implemented in 100% native Object Pascal. Michael. BESEN is very, very, very well written but I can't

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread Brian Winfrey
On Mon, Feb 7, 2011 at 6:27 AM, michael.vancann...@wisa.be wrote: On Mon, 7 Feb 2011, Andrew Brunner wrote: On Mon, Feb 7, 2011 at 7:35 AM,  michael.vancann...@wisa.be wrote: A cross-platform solution is to use one of libsee or BESEN. The latter is implemented in 100% native Object

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread Michael Van Canneyt
On Mon, 7 Feb 2011, Brian Winfrey wrote: Well, if you can't get BESEN to work, libsee definitely does. I even have an article on how to do it. Michael. ___ fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread Andrew Brunner
On Mon, Feb 7, 2011 at 10:39 AM, Brian Winfrey bwcod...@gmail.com wrote: I have some interest in exploring javascript implementations for fpc. http://code.google.com/p/fpcjs/  -- Is this comparable to what you have noted? Actually fpcjs is the first project that I, (myself), have seen that

Re: [fpc-pascal] Javascript in Desktop Applications

2011-02-07 Thread Andrew Brunner
Hmmm... Mozilla is open source... :-) We are free to port the Scripting Engine to Pascal as long as we have the source? no? On Mon, Feb 7, 2011 at 11:31 AM, Michael Van Canneyt mich...@freepascal.org wrote: No, that project embeds mozilla in FPC. ___