Re: [lazarus] How to debug when accessing database with sqldb

2006-10-05 Thread Adrian Maier
On 10/5/06, Joost van der Sluis <[EMAIL PROTECTED]> wrote: On Thu, 2006-10-05 at 17:19 -0400, Adrian Maier wrote: > On 10/5/06, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > > > I'm using Sqldb to access a PostgreSQL database. Is it possible to find out > > > easily what sql commands is sqld

Re: [lazarus] How to debug when accessing database with sqldb

2006-10-05 Thread Joost van der Sluis
On Thu, 2006-10-05 at 17:19 -0400, Adrian Maier wrote: > On 10/5/06, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > > > I'm using Sqldb to access a PostgreSQL database. Is it possible to find > > > out > > > easily what sql commands is sqldb generating and trying to execute ? > > > > > > I have

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Thomas Miller
ail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives __ NOD32 1.1791 (20061005) Information __ This message was checked by NOD32 antivirus system. http://www.eset.com -- Thomas Miller

Re: [lazarus] How to debug when accessing database with sqldb

2006-10-05 Thread Adrian Maier
On 10/5/06, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > I'm using Sqldb to access a PostgreSQL database. Is it possible to find out > easily what sql commands is sqldb generating and trying to execute ? > > I have a DBgrid which is associated to a table. > After updating a row and executing

Re: [lazarus] How to debug when accessing database with sqldb

2006-10-05 Thread Joost van der Sluis
> I'm using Sqldb to access a PostgreSQL database. Is it possible to find out > easily what sql commands is sqldb generating and trying to execute ? > > I have a DBgrid which is associated to a table. > After updating a row and executing query.ApplyUpdates , the program generates > an exception

Re: [lazarus] how are interfaces / virtual functions handled internally

2006-10-05 Thread Christian Iversen
On Thursday 05 October 2006 16:48, Albert Zeyer wrote: > Hi > > I am working on a very huge object-system, that means, I will have > thousands objects and more in the memory. > I am now thinking on how to redrucing the needed memory for each object > to a minimum. > > The base of all objects is abs

[lazarus] how are interfaces / virtual functions handled internally

2006-10-05 Thread Albert Zeyer
Hi I am working on a very huge object-system, that means, I will have thousands objects and more in the memory. I am now thinking on how to redrucing the needed memory for each object to a minimum. The base of all objects is abstract, that means, I could use an interface for it or an abstract

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Graeme Geldenhuys
On 05/10/06, Ger Remmers <[EMAIL PROTECTED]> wrote: > Some or other time, they will have to use one of these. Forms can > easily be hidden behind the editor. > Not nessesarily(sp) so. At least on the Linux taskbar you can find all open forms and there you can select anyone to come to the front.

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Graeme Geldenhuys
On 05/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: Yes, toggling the form is almost as easy to find as opening automatically (done by the IDE), but setting the configuration option to open automatically is harder to find and that is what I was referring to in my response to Zeljko. Vincent

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Ger Remmers
On Thursday 05 October 2006 14:17, Graeme Geldenhuys wrote: > > Some or other time, they will have to use one of these. Forms can > easily be hidden behind the editor. > Not nessesarily(sp) so. At least on the Linux taskbar you can find all open forms and there you can select anyone to come to th

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Vincent Snijders
Graeme Geldenhuys wrote: On 05/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: > off as default, newbie can turn it on anytime ;) How does the newbie know how to turn it on? Or for that matter, that it is configurable in the first place. To answer you question Vincent. There are many w

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Graeme Geldenhuys
On 05/10/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: > off as default, newbie can turn it on anytime ;) How does the newbie know how to turn it on? Or for that matter, that it is configurable in the first place. Vincent Now that I can adjust the behaviour myself and it stays that way in m

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Alexandre Leclerc
2006/10/5, Michael Van Canneyt <[EMAIL PROTECTED]>: On Thu, 5 Oct 2006, Vincent Snijders wrote: > Mattias Gaertner wrote: > > >On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > > > >Don't forget: The default is to open the form when opening the > > > >unit. I disabled this 'feat

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Vincent Snijders
zeljko wrote: On Thursday 05 October 2006 12:33, Mattias Gaertner wrote: On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Don't forget: The default is to open the form when opening the unit. I disabled this 'feature' and I guess you too. I always found this annoying, but never knew

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Michael Van Canneyt
On Thu, 5 Oct 2006, Vincent Snijders wrote: > Mattias Gaertner wrote: > > >On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > > > > >Don't forget: The default is to open the form when opening the > > > >unit. I disabled this 'feature' and I guess you too. > > > > > >I always found th

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread zeljko
On Thursday 05 October 2006 12:33, Mattias Gaertner wrote: > > On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > Don't forget: The default is to open the form when opening the > > > unit. I disabled this 'feature' and I guess you too. > > > > I always found this annoying, but never kne

Re: [lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Vincent Snijders
Mattias Gaertner wrote: On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Don't forget: The default is to open the form when opening the unit. I disabled this 'feature' and I guess you too. I always found this annoying, but never knew you could change it's behaviour. Hey, maybe we sho

[lazarus] test (please ignore)

2006-10-05 Thread Adrian Maier
-- Adrian Maier _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

[lazarus] Poll: Change default to not automatically open form when open unit

2006-10-05 Thread Mattias Gaertner
> On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > Don't forget: The default is to open the form when opening the > > unit. I disabled this 'feature' and I guess you too. > > I always found this annoying, but never knew you could change it's > behaviour. Hey, maybe we should change th

Re: [lazarus] Need ideas: Visual Form inheritance

2006-10-05 Thread Graeme Geldenhuys
On 05/10/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Don't forget: The default is to open the form when opening the unit. I disabled this 'feature' and I guess you too. I always found this annoying, but never knew you could change it's behaviour. Hey, maybe we should change the default to

Re: [lazarus] Need ideas: Visual Form inheritance

2006-10-05 Thread Marc Weustink
Mattias Gaertner wrote: On Thu, 05 Oct 2006 11:50:03 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: Mattias Gaertner wrote: On Thu, 05 Oct 2006 10:45:25 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: [...] Modified needs to be modified :) procedure Modified; begin SendBeginModificationT

Re: [lazarus] Need ideas: Visual Form inheritance

2006-10-05 Thread Mattias Gaertner
On Thu, 05 Oct 2006 11:50:03 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Thu, 05 Oct 2006 10:45:25 +0200 > > Marc Weustink <[EMAIL PROTECTED]> wrote: > > > >> [...] > >> Modified needs to be modified :) > >> > >> procedure Modified; > >> begin >

Re: [lazarus] Need ideas: Visual Form inheritance

2006-10-05 Thread Marc Weustink
Mattias Gaertner wrote: On Thu, 05 Oct 2006 10:45:25 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: [...] Modified needs to be modified :) procedure Modified; begin SendBeginModificationToAllBeginEndObeservers; SendModifiedNotificationToAllModifiedObeservers; SendEndModificationToAll

[lazarus] How to debug when accessing database with sqldb

2006-10-05 Thread Adrian Maier
Hello, I'm using Sqldb to access a PostgreSQL database. Is it possible to find out easily what sql commands is sqldb generating and trying to execute ? I have a DBgrid which is associated to a table. After updating a row and executing query.ApplyUpdates , the program generates an exception : "

Re: [lazarus] Serach Results Dialog

2006-10-05 Thread Mattias Gaertner
On Wed, 4 Oct 2006 11:41:39 +0200 "Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote: > He forgot to mention he uses Windows. Under GTK1 (Linux), there is a > "X" button to close the tab. Under windows no such button exists, and > no context popup menu with such a option. Now there is a close button.

Re: [lazarus] Need ideas: Visual Form inheritance

2006-10-05 Thread Mattias Gaertner
On Thu, 05 Oct 2006 10:45:25 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: >[...] > Modified needs to be modified :) > > procedure Modified; > begin > SendBeginModificationToAllBeginEndObeservers; > SendModifiedNotificationToAllModifiedObeservers; > Sen

Re: [lazarus] Need ideas: Visual Form inheritance

2006-10-05 Thread Marc Weustink
Mattias Gaertner wrote: On Wed, 04 Oct 2006 13:38:03 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: Mattias Gaertner wrote: On Wed, 04 Oct 2006 12:46:27 +0200 Marc Weustink <[EMAIL PROTECTED]> wrote: Mattias Gaertner wrote: On Wed, 04 Oct 2006 11:29:51 +0200 Marc Weustink <[EMAIL PROTECTED]

Re: [lazarus] Rx components not compiling

2006-10-05 Thread Mattias Gaertner
On Thu, 05 Oct 2006 10:53:08 +0400 Aleksey Lagunov <[EMAIL PROTECTED]> wrote: > Nataraj S Narayan ?: > > Hi > > > > > > When I try to compile Rx or RxNew compos on Lazarus latest svn and > > fpc 2.1.1 svn , I get this:- > > > > /root/lazarus/components/rx/apputils.pp(372,14) Error: identifier

Re: [lazarus]

2006-10-05 Thread Marc Weustink
Arí Ricardo Ody wrote: I tried to install Lazarus various times and always receive the message: error: The open of the package failed in the file /usr/lib/lazarus/lazarus:4523ed86: cpio: read The string before the word "cpio" modify each time I saw the error. Would it a checksum of any kind?

Re: [lazarus] Confused by component arrays

2006-10-05 Thread Mattias Gaertner
On Wed, 4 Oct 2006 23:33:48 -0300 "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> wrote: > Hello, > > I was implementing TMenu for Qt, when I got a little confused by > component arrays. > > On the file menu.inc I see this: > > procedure TMenu.CreateHandle; > var i: integer; > begin > FItem

Re: [lazarus] Confused by component arrays

2006-10-05 Thread Marc Weustink
Felipe Monteiro de Carvalho wrote: Hello, I was implementing TMenu for Qt, when I got a little confused by component arrays. On the file menu.inc I see this: procedure TMenu.CreateHandle; var i: integer; begin FItems.Handle := TWSMenuClass(WidgetSetClass).CreateHandle(Self); // initiate crea

Re: [lazarus]

2006-10-05 Thread Burkhard Carstens
Am Mittwoch, 4. Oktober 2006 19:42 schrieb Arí Ricardo Ody: > I tried to install Lazarus various times and always receive the > message: > > error: The open of the package failed in the file > /usr/lib/lazarus/lazarus:4523ed86: cpio: read > > The string before the word "cpio" modify each time I saw

Re: [lazarus] Lazarus Icons set-second draft

2006-10-05 Thread Tiziano_mk
Adrian Maier ha scritto: feel free to comment anything, the work is still in progress for any kind of refinement, Hello Tiziano, Your email has reached the list, but with no attachements. yes, the first message was without attachment, so you can read it. The second message, with the attach

Re: [lazarus] Lazarus SVN #10034 dont start with FPC 2.1.1 SVN #4782

2006-10-05 Thread bouquinique
With today's SVN the problem is again here but this time there is a lot of terminal output after ./startlazarus: --- [WARNING] *** [WARNING] ** ** [WARNING] ** Multibyte character en

Re: [lazarus] Lazarus Icons set-second draft

2006-10-05 Thread Adrian Maier
On 10/5/06, Tiziano_mk <[EMAIL PROTECTED]> wrote: Here are revised and alternatives for new lazarus icon The set should be composed as follows: exeLazarus application icon lfmlazarus form lpilazarus project Info lprlazarus project file lpklazarus package file paspascal s

Re: [lazarus] True fullscreen mode - GTK2 Patch

2006-10-05 Thread A.J. Venter
> "A.J. Venter" <[EMAIL PROTECTED]> wrote: > > The attached patch makes SetFormFullScreen work for GTK2 apps as well > > as GTK1 > > Thanks. Applied. Well I did it because I needed it (if you recall, I was the one who orriginally requested the fullscreen feature) - that's what FOSS is all about r

[lazarus] Lazarus Icons set-second draft

2006-10-05 Thread Tiziano_mk
Here are revised and alternatives for new lazarus icon The set should be composed as follows: exeLazarus application icon lfmlazarus form lpilazarus project Info lprlazarus project file lpklazarus package file paspascal source file ppobject pascal unit incobject p