Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Mattias Gaertner
On Wed, 10 Jun 2009 20:52:11 +0200 Hans-Peter Diettrich wrote: > Mattias Gärtner schrieb: > > > Windows that can stay open together with other IDE windows use at > > the moment the EnvironmentOptions.IDEWindowLayoutList. But there is > > no IDE interface for this, because this should be replaced

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Graeme Geldenhuys
Hans-Peter Diettrich wrote: The same for the debugger window. Even if I move it to the bottom right of the screen, it comes up every now and then (without obvious reasons), The problem with the "File Browser" window has now been solved and the fix is in the latest trunk revision. It only to

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Hans-Peter Diettrich
Mattias Gärtner schrieb: Windows that can stay open together with other IDE windows use at the moment the EnvironmentOptions.IDEWindowLayoutList. But there is no IDE interface for this, because this should be replaced by the docking manager. For example the idea of the anchor docking manager

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Hans-Peter Diettrich
Graeme Geldenhuys schrieb: As per a recent message by Mattias about using IDEDialogLayoutList to position add-on packages dialogs...I thought I would take a look at an old problem. This as been something that bugged me for ages in the "File Browser" add-on. Size (width and height) is restored,

Re: [Lazarus] problem with crosscompiling lazarus linux->win32

2009-06-10 Thread zeljko
On Wednesday 10 June 2009 18:46, zeljko wrote: > fpc-2.2.5 r13254 (latest) > binutils-2.19.1 > cross fpc builded w/o problems. > I can compile fpc projects for linux / win32 but lazarus cannot > > make clean all OS_TARGET=win32 LCL_PLATFORM=qt OPT='-dUSE_QT_45' > > at the end I have > > ... > ... >

[Lazarus] problem with crosscompiling lazarus linux->win32

2009-06-10 Thread zeljko
fpc-2.2.5 r13254 (latest) binutils-2.19.1 cross fpc builded w/o problems. I can compile fpc projects for linux / win32 but lazarus cannot make clean all OS_TARGET=win32 LCL_PLATFORM=qt OPT='-dUSE_QT_45' at the end I have ... ... Compiling cleandirdlg.pas Compiling showdeletingfilesdlg.pas Compi

Re: [Lazarus] KERN_PROTECTION_FAILURE at address: 0x00000000

2009-06-10 Thread Roland Turcan
" >>> db> open carbonprivatecommon.inc at line 231 db> it feels like a control has been freed during a mouse event. db> __ Information from ESET Smart Security, version of virus db> signature database 4143 (20090610) __ db> The message was checked by ESET Smart Securit

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] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Graeme Geldenhuys
Paul Ishenin wrote: > > Do you think they are subscribed to this list? You never know? ;-) Regards, - Graeme - ___ fpGUI - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ --

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] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Paul Ishenin
Graeme Geldenhuys wrote: Vincent Snijders wrote: Thanks. Applied. Wow, that was quick! :-) [CodeGear - take that for efficiency] Do you think they are subscribed to this list? Best regards, Paul Ishenin. -- ___ Lazarus mailing list La

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] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Graeme Geldenhuys
Vincent Snijders wrote: > > Thanks. Applied. Wow, that was quick! :-) [CodeGear - take that for efficiency] Regards, - Graeme - ___ fpGUI - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ -- ___

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Vincent Snijders
Graeme Geldenhuys schreef: And due to the lack of such an interface for optional add-on packages, I manually implemented saving and restoring of position information for the File Browser add-on. Plus the splitter position bug is now fixed. Patch is attached in the following mantis bug report.

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Graeme Geldenhuys
Mattias Gärtner wrote: > > No. IDEDialogLayoutList is for modal dialogs only. They should not store > their position. Why can't you store position information for modal dialogs? I do this all the time in my own applications. > Windows that can stay open together with other IDE windows use at th

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] KERN_PROTECTION_FAILURE at address: 0x00000000

2009-06-10 Thread dmitry boyarintsev
open carbonprivatecommon.inc at line 231 it feels like a control has been freed during a mouse event. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] KERN_PROTECTION_FAILURE at address: 0x00000000

2009-06-10 Thread Roland Turcan
Hello lazarus project! How can I find the reason of problem which is resulted in GDB this way: Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x 0x in ?? () (gdb) bt #0 0x in ?? () #1 0x0068b197 in CARBONPRIV

Re: [Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys : Hi, As per a recent message by Mattias about using IDEDialogLayoutList to position add-on packages dialogs...I thought I would take a look at an old problem. This as been something that bugged me for ages in the "File Browser" add-on. Size (width and height) is re

[Lazarus] IDEDialogLayoutList.ApplyLayout() is flawed

2009-06-10 Thread Graeme Geldenhuys
Hi, As per a recent message by Mattias about using IDEDialogLayoutList to position add-on packages dialogs...I thought I would take a look at an old problem. This as been something that bugged me for ages in the "File Browser" add-on. Size (width and height) is restored, but the position (top and

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