Re: [lazarus] Lazarus and InstantObjects ?

2007-11-11 Thread Michael Van Canneyt
On Sun, 11 Nov 2007, Graeme Geldenhuys wrote: On 10/11/2007, Al Boldi [EMAIL PROTECTED] wrote: This is a big misconception. The fact that TForm has the ability to host business rules and whatever else does not mean that you have to do it this way. You can maintain whatever model you

[lazarus] Really bad bug in IDE.

2007-11-11 Thread Michael Van Canneyt
Hi, Quite the showstopper: The action editor no longer works in the Lazarus IDE :/ Steps to reproduce: - Create new application - Drop action list on form - Edit action list - Click 'Add action' button. and POOF: Lazarus gone ! Lazarus of today: linux, GTK1, X86_64. But it was present some

Re: [lazarus] how to path of active project?

2007-11-11 Thread Mattias Gaertner
On Sat, 10 Nov 2007 23:53:32 +0100 wile64 [EMAIL PROTECTED] wrote: Hi, In design, In design, how to path of active project? Expandfilepath alway /lazarus/ If you mean how to get the directory of the active project: package IDEIntf unit LazIDEIntf

Re: [lazarus] ParentWindow

2007-11-11 Thread Mattias Gaertner
On Sun, 11 Nov 2007 09:16:04 +0100 Marc Santhoff [EMAIL PROTECTED] wrote: [...] Only out of curiosity: Wouldn't a X Windows window ID do? I think that's the equivalent to WinAPIs handles. GDK_WINDOW_XWINDOW (GTK_WIDGET (my_window)-window); is the function/macro to use then. [...]

Re: [lazarus] Lazarus and InstantObjects ?

2007-11-11 Thread Graeme Geldenhuys
On 11/11/2007, Michael Van Canneyt [EMAIL PROTECTED] wrote: Indeed. But I think that all will agree that the fact that it IS possible allows to do real RAD, making it possible to create new programs very fast. Agreed! That's why I think they are great for prototyping. :) Prototypes normally

Re: [lazarus] Really bad bug in IDE.

2007-11-11 Thread Mattias Gaertner
On Sun, 11 Nov 2007 11:43:38 +0100 (CET) Michael Van Canneyt [EMAIL PROTECTED] wrote: Hi, Quite the showstopper: The action editor no longer works in the Lazarus IDE :/ Steps to reproduce: - Create new application - Drop action list on form - Edit action list - Click 'Add action'

Re: [lazarus] Really bad bug in IDE.

2007-11-11 Thread Michael Van Canneyt
On Sun, 11 Nov 2007, Mattias Gaertner wrote: On Sun, 11 Nov 2007 11:43:38 +0100 (CET) Michael Van Canneyt [EMAIL PROTECTED] wrote: Hi, Quite the showstopper: The action editor no longer works in the Lazarus IDE :/ Steps to reproduce: - Create new application - Drop

Re: [lazarus] Lazarus and InstantObjects ?

2007-11-11 Thread Michael Van Canneyt
On Sun, 11 Nov 2007, Graeme Geldenhuys wrote: On 11/11/2007, Michael Van Canneyt [EMAIL PROTECTED] wrote: Indeed. But I think that all will agree that the fact that it IS possible allows to do real RAD, making it possible to create new programs very fast. Agreed! That's why I think

[lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread fedorax
Hello Latest SVN compile with GTK1 but not with GTK2 and return this errors: --- /usr/local/src/lazarus/trunk/lcl/postscriptcanvas.pas(1946,4) Warning: User defined: TPostScriptPrinterCanvas.TextRect is not yet fully implemented!

Re: [lazarus] Where the parameter hints?

2007-11-11 Thread Lee Jenkins
Mattias Gaertner wrote: On Fri, 09 Nov 2007 08:51:37 -0500 Lee Jenkins [EMAIL PROTECTED] wrote: I've running precompiled binaries on my WinXP box, Lazarus 0.9.22, svn revision 10809. And the parameters hints are no longer showing. Does this mean you upgraded from 0.9.20 to 0.9.22? Is

Re: [lazarus] ParentWindow

2007-11-11 Thread Marc Santhoff
Am Sonntag, den 11.11.2007, 12:21 +0100 schrieb Mattias Gaertner: On Sun, 11 Nov 2007 09:16:04 +0100 Marc Santhoff [EMAIL PROTECTED] wrote: [...] Only out of curiosity: Wouldn't a X Windows window ID do? I think that's the equivalent to WinAPIs handles. GDK_WINDOW_XWINDOW

Re: [lazarus] Lazarus and InstantObjects ?

2007-11-11 Thread Marc Santhoff
Am Sonntag, den 11.11.2007, 13:00 +0100 schrieb Michael Van Canneyt: On Sun, 11 Nov 2007, Graeme Geldenhuys wrote: BTW. Graeme, the RTTI controls make much of your MV(*) layers redundant or at least even more of a breeze. If you want I can send you an article I wrote a couple of years

Re: [lazarus] Having a problem updating when packages are installed

2007-11-11 Thread Matt Henley
Thanks, that helped.. doing that worked last night with no problems, but this morning (after there was update in svn) I see several problems: Compiling ../gtk/interfaces.pp interfaces.pp(29,2) Error: User defined: wrong gtk2 interfaces source interfaces.pp(37,1) Fatal: There were 1 errors

[lazarus] Masks

2007-11-11 Thread Bogusław Brandys
Hi, If somebody has some interesting masks (usable preferably) to test implementation of FormatMaskText function then please sent it to me (with output from delphi for comparison) Regards Boguslaw _ To unsubscribe: mail

[lazarus] Mac OS X : Correct way to debug in lazarus...

2007-11-11 Thread Dominique Louis
Hi all, What is the correct way to debug under Lazarus. I have the current settings in Environment-Debugger Options-General ( tab ).. Debugger type and path = GNU debugger (gdb) path = /usr/bin/gdb If I set a break point and run the application from within the IDE I get.. Initialization

Re: [lazarus] Really bad bug in IDE.

2007-11-11 Thread Felipe Monteiro de Carvalho
Is that a regression? Did it work with 0.9.22? -- Felipe Monteiro de Carvalho _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Masks

2007-11-11 Thread Bogusław Brandys
Bogusław Brandys wrote: Hi, If somebody has some interesting masks (usable preferably) to test implementation of FormatMaskText function then please sent it to me (with output from delphi for comparison) Regards Boguslaw Mantis is very slow now, so I'm commenting it here: Fixed some

Re: [lazarus] Really bad bug in IDE.

2007-11-11 Thread Michael Van Canneyt
On Sun, 11 Nov 2007, Felipe Monteiro de Carvalho wrote: Is that a regression? Did it work with 0.9.22? Yes. It worked a month ago. Michael. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread Mattias Gaertner
On Sun, 11 Nov 2007 16:01:53 +0100 fedorax [EMAIL PROTECTED] wrote: Hello Latest SVN compile with GTK1 but not with GTK2 and return this errors: --- /usr/local/src/lazarus/trunk/lcl/postscriptcanvas.pas(1946,4) Warning: User defined:

Re: [lazarus] Having a problem updating when packages are installed

2007-11-11 Thread Mattias Gaertner
On Sun, 11 Nov 2007 11:43:39 -0600 Matt Henley [EMAIL PROTECTED] wrote: Thanks, that helped.. doing that worked last night with no problems, but this morning (after there was update in svn) I see several problems: Compiling ../gtk/interfaces.pp interfaces.pp(29,2) Error: User defined:

Re: [lazarus] Mac OS X : Correct way to debug in lazarus...

2007-11-11 Thread Marc Weustink
Dominique Louis wrote: Hi all, What is the correct way to debug under Lazarus. I have the current settings in Environment-Debugger Options-General ( tab ).. Debugger type and path = GNU debugger (gdb) path = /usr/bin/gdb If I set a break point and run the application from within the IDE I

Re: [lazarus] Mac OS X : Correct way to debug in lazarus...

2007-11-11 Thread Dominique Louis
Marc Weustink wrote: What gdb version are you using ? No Idea, how can I tell? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] Really bad bug in IDE.

2007-11-11 Thread Mattias Gaertner
On Sun, 11 Nov 2007 22:25:36 +0100 (CET) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sun, 11 Nov 2007, Felipe Monteiro de Carvalho wrote: Is that a regression? Did it work with 0.9.22? Yes. It worked a month ago. Strange, it still works here. Tested under gtk1+2, i386+amd64.

Re: [lazarus] Lazarus SVN 12826 won't compile with GTK2

2007-11-11 Thread fedorax
Selon Mattias Gaertner [EMAIL PROTECTED]: Fixed. Mattias Yes, work now. Thank's. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

[lazarus] Lazarus component DBExport

2007-11-11 Thread fedorax
In yesterday SVN à new component DbExport was added, but if i can find it in the /usr/local/src/lazarus/trunk/components/dbexport directory it's not appear in the IDE list of components. Bug or not bug ? If not how can i install it ?

Re: [lazarus] Masks

2007-11-11 Thread Paul Ishenin
Bogusław Brandys wrote: [skip] Warning: This function will not be totally compatible with buggy delphi behaviour! It should be rather compatible with some useful but unimplemented (by delphi) features. Please be as much compatible with delphi as posible and provide second (better) behaviour

Re: [lazarus] Mac OS X : Correct way to debug in lazarus...

2007-11-11 Thread Matt Henley
gdb --version works on my linux box On Nov 11, 2007 5:17 PM, Dominique Louis [EMAIL PROTECTED] wrote: Marc Weustink wrote: What gdb version are you using ? No Idea, how can I tell? _ To unsubscribe: mail [EMAIL

Re: [lazarus] Really bad bug in IDE.

2007-11-11 Thread Martin Schreiber
On Sunday 11 November 2007 11.43, Michael Van Canneyt wrote: Hi, Quite the showstopper: The action editor no longer works in the Lazarus IDE :/ Steps to reproduce: - Create new application - Drop action list on form - Edit action list - Click 'Add action' button. lazarus.pp -

Re: [lazarus] how to path of active project?

2007-11-11 Thread wile64
2007/11/11, Mattias Gaertner [EMAIL PROTECTED]: On Sat, 10 Nov 2007 23:53:32 +0100 wile64 [EMAIL PROTECTED] wrote: Hi, In design, In design, how to path of active project? Expandfilepath alway /lazarus/ If you mean how to get the directory of the active project: package IDEIntf