Re: Mozilla Plugin Panel component

2006-03-18 Thread Graeme Geldenhuys
The Mozilla Plugin Panel can now be accessed via my SubVersion server: svn://opensoft.homeip.net/MozillaPluginPanel/trunk I made some progress... The same code now compiles under Windows and Linux. Though under Linux it doesn't work yet :( In the next week, I will be working on the Linux

Re: Mozilla Plugin Panel component

2006-03-09 Thread L505
> > Just wondering how exactly you are doing it ? Are you linking to gecko or > > embedding the window itself ? If the latter, the way under the linux is to > > I embed the window itself. No reference to Gecko at all, though that > was my first attempt at the component. > > I found an article on

Re: Mozilla Plugin Panel component

2006-03-09 Thread A.J. Venter
> > > I will write some docs regarding what is working and what isn't. > > > > I will definitely try to help with filling in some of the linux bits at > > least. > > That would be much appreciated! What part of the component are you > interested in using? The Adobe Reader or the Flash Player? > W

Re: Mozilla Plugin Panel component

2006-03-09 Thread Graeme Geldenhuys
> Just wondering how exactly you are doing it ? Are you linking to gecko or > embedding the window itself ? If the latter, the way under the linux is to I embed the window itself. No reference to Gecko at all, though that was my first attempt at the component. I found an article on the Borland D

Re: [lazarus] Mozilla Plugin Panel component

2006-03-07 Thread Graeme Geldenhuys
Ok, I will release it under LCL, which gives us the option to include it with the Lazarus IDE in needed. I should be able to post a link to the SVN server tonight. Regards, - Graeme - On 3/6/06, A.J. Venter <[EMAIL PROTECTED]> wrote: > On Monday 06 March 2006 22:39, Graeme Geldenhuys wrote:

Re: [lazarus] Mozilla Plugin Panel component

2006-03-06 Thread A.J. Venter
On Monday 06 March 2006 22:39, Graeme Geldenhuys wrote: > Ok, I will neaten the code and make it available on my server, at > which point I will post the SVN address to the list. > > I don't know all the details regarding the different licenses (GPL, > LGPL, BSD, etc..). What would be the recommen

Re: [lazarus] Mozilla Plugin Panel component

2006-03-06 Thread Graeme Geldenhuys
Ok, I will neaten the code and make it available on my server, at which point I will post the SVN address to the list. I don't know all the details regarding the different licenses (GPL, LGPL, BSD, etc..). What would be the recommended license to use? I still need to use it in our commercial app

Re: [lazarus] Mozilla Plugin Panel component

2006-03-06 Thread A.J. Venter
On Monday 06 March 2006 19:48, Felipe Monteiro de Carvalho wrote: > On 3/6/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > Would the Lazarus community be interested in such a component? > > Of course yes!!! =) Absolutely, it's too late for this version of OpenBook (which is probably going to

Re: [lazarus] Mozilla Plugin Panel component

2006-03-06 Thread Felipe Monteiro de Carvalho
On 3/6/06, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Would the Lazarus community be interested in such a component? Of course yes!!! =) -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Mozilla Plugin Panel component

2006-03-06 Thread Graeme Geldenhuys
It is really difficult to get documentation on the Flash Plugin, if anybody knows of a good resource, please share it if you can. I even applied for a Flash Player SDK license from Macromedia, but haven't heard anything yet. Looking at the code Delphi generated when importing the Flash ActiveX co

Re: [lazarus] Mozilla Plugin Panel component

2006-03-06 Thread Micha Nelissen
Graeme Geldenhuys wrote: Problem in more detail: I call the GetProcAddress using the proc name exported. I then call the function and get a access violation. When I run it through gdb, it shows I am getting the address for the correct function, but when I call the function, it says I am trying t

[lazarus] Mozilla Plugin Panel component

2006-03-05 Thread Graeme Geldenhuys
Hi, I developed a panel component that allows you to use Mozilla plugins inside the panel. The panel fools the plugin, to think it is running inside the Mozilla browser. I primarily developed it to allow us to play Macromedia Flash files inside our product, but it works with the Adobe PDF plugin