Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread Osvaldo Filho
No. Try this list: Items specific to the Qt widget set q...@lists.lazarus.freepascal.org Em Qua, 2009-06-10 às 17:06 +0200, Antonio Sanguigni escreveu: > > QT4, has a webkit. > > It seems to work well enough. Do you know if there is a way to > activate cookies and javascript under that engine ?

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread Antonio Sanguigni
> QT4, has a webkit. It seems to work well enough. Do you know if there is a way to activate cookies and javascript under that engine ? Thanks Antonio -- Antonio Sanguigni alias slapshot -- GioveLUG (Linux User Group) - http:/

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread Antonio Sanguigni
>  My suggestion would be to move to something like the PBear THTMLViewer > which is written in Pascal. > I've used it successfully in Windows projects. > One of the guys on here has already started work on a port to Lazarus and > it can be found here - > http://web.fastermac.net/~MacPgmr/Lazarus/t

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread dominique
Hi Eugen, Actually the project seems to have been open sourced and the latest Delphi code can be downloaded from http://sourceforge.net/projects/htmlviewer Looks like that version would need a bit of massaging to get it working with Lazarus, though. Dominique. On Wed, 10 Jun 2009 15:43:59 +0

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread Eugen Bolz
domini...@savagesoftware.com.au schrieb: Hi Zilvinas I just had a few minutes to play with it on a Win32 box and at the moment with a couple of IFNDEF LCLs it compiles and installs into the Lazarus component palette. You can drop the components on a form, but currently the THTMLViewer flickers

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread dominique
Hi Zilvinas I just had a few minutes to play with it on a Win32 box and at the moment with a couple of IFNDEF LCLs it compiles and installs into the Lazarus component palette. You can drop the components on a form, but currently the THTMLViewer flickers at design time and I'm not able to display

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread Žilvinas Ledas
Hi Dominique, I am interested in HTML viewer too. Now I'm using customized TIpHtmlPanel with Indy, but more powerfull HTML viewer would be great. I don't know how much useful I could be but I'd like to follow progress and contribute if I feel I am able to. (As for now I am using Pascal only ti

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-10 Thread dominique
Hi Antonio, My suggestion would be to move to something like the PBear THTMLViewer which is written in Pascal. I've used it successfully in Windows projects. One of the guys on here has already started work on a port to Lazarus and it can be found here - http://web.fastermac.net/~MacPgmr/Lazarus

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-09 Thread Antonio Sanguigni
> QT4, has a webkit. Thanks Osvaldo, I will try it to see if I can manage the login http access. Antonio -- Antonio Sanguigni alias slapshot -- GioveLUG (Linux User Group) - http://www.giovelug.org Edupup (Educational distro)

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-09 Thread Osvaldo Filho
QT4, has a webkit. Em Ter, 2009-06-09 às 17:48 +0200, Antonio Sanguigni escreveu: > > There's no TWebbrowser in Lazarus/fpc as it is an ie based component. > > Yes, I know. > > > You'll have to change your design not to use TWebbrowser. > > Thank you, I will try to follow Mattias' hint, trying

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-09 Thread Antonio Sanguigni
> There's no TWebbrowser in Lazarus/fpc as it is an ie based component. Yes, I know. > You'll have to change your design not to use TWebbrowser. Thank you, I will try to follow Mattias' hint, trying with Synapse and Turbopower partial set of IpPro suite. Antonio -- Antonio Sanguigni alias sl

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-09 Thread Toan Pham
There's no TWebbrowser in Lazarus/fpc as it is an ie based component. You'll have to change your design not to use TWebbrowser. On Tue, Jun 9, 2009 at 7:19 AM, Mattias Gaertner wrote: > On Tue, 9 Jun 2009 11:30:34 +0200 > Antonio Sanguigni wrote: > >> Hi all, >> >> I would like to migrate an app

Re: [Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-09 Thread Mattias Gaertner
On Tue, 9 Jun 2009 11:30:34 +0200 Antonio Sanguigni wrote: > Hi all, > > I would like to migrate an application from Delphi 7(win32) in > Lazarus, so that could run also in Linux. > I believe the point that can give me some problem is the use I made in > my application of TWebBrowser. The user h

[Lazarus] Migrating Delphi application in Lazarus cross-platform

2009-06-09 Thread Antonio Sanguigni
Hi all, I would like to migrate an application from Delphi 7(win32) in Lazarus, so that could run also in Linux. I believe the point that can give me some problem is the use I made in my application of TWebBrowser. The user have to login into a private (ASP) website, navigate until the page where