Re: [lazarus] Parameter not used ...

2006-02-25 Thread Vincent Snijders
Vincent Snijders wrote: Geno Roupsky wrote: There are very few situations where the sender is nil and still if you expect such a case you can always write something like: Assert((Sender = nil) or (Sender nil)); I will try to implement an option in the IDE to ignore this hint (similar to

Re: [lazarus] Bugfix 1777

2006-02-25 Thread Mattias Gaertner
On Sat, 25 Feb 2006 12:30:24 +0100 Darius Blaszijk [EMAIL PROTECTED] wrote: Here a fix for the resourcestrings in the debugoptionsfrm. I have also improved anchoring. Applied. Thanks. Mattias _ To unsubscribe: mail [EMAIL

Re: [lazarus] Parameter not used ...

2006-02-25 Thread Alexsander Rosa
Assert(True) will raise another hint?2006/2/25, Vincent Snijders [EMAIL PROTECTED]: Vincent Snijders wrote: Geno Roupsky wrote: There are very few situations where the sender is nil and still if you expect such a case you can always write something like: Assert((Sender = nil) or (Sender nil)); I

Re: [lazarus] TSqlite3Dataset

2006-02-25 Thread Luiz Americo Pereira Camara
Bogusław Brandys escreveu: Hello, First: I'm using FPC SVN 2.0.3 from 2006-02-24 TSqlite3Dataset version. I know that there is some version newer then this but I'd like to stick with SVN. Platform: Windows XP Home,Lazarus SVN rev.8817 I already sent a patch to fpc maillist. I'm waiting for

[lazarus] A new language patch for the Dutch translations

2006-02-25 Thread Matthijs Willemstein
Hi, a patch for lazaruside.nl.po and objinspstrconsts.nl.po. Matthijs -- Matthijs Willemstein [EMAIL PROTECTED] Index: lazaruside.nl.po === --- lazaruside.nl.po (revision 8821) +++ lazaruside.nl.po (working copy) @@ -456,11 +456,11

[lazarus] Alert, virus Netsky

2006-02-25 Thread Charles
Hello everybody, Here is the message (In French) I have just received from lazarus at miraclec dot com: = Important data! Antivirus avast! : message Entrant INFECTE : \Data.zip#766092788 (Win32:Netsky-Z2 [Wrm]) a ete supprime

Re: [lazarus] cannot find -lgdk-x11-2.0

2006-02-25 Thread Panagiotis Sidiropoulos
installing libgtk2.0-dev and libgdk-pixbuf2 should do the trick It is OK now, thank you. Panagiotis Στις 24-02-2006, ημέρα Παρ, και ώρα 18:12 +0200, ο/η Geno Roupsky έγραψε: installing libgtk2.0-dev and libgdk-pixbuf2 should do the trick Geno Roupsky 2006/2/24, Panagiotis

Re: [lazarus] TSqlite3Dataset

2006-02-25 Thread Bogusław Brandys
Luiz Americo Pereira Camara wrote: Bogusław Brandys escreveu: Hello, First: I'm using FPC SVN 2.0.3 from 2006-02-24 TSqlite3Dataset version. I know that there is some version newer then this but I'd like to stick with SVN. Platform: Windows XP Home,Lazarus SVN rev.8817 I already sent a

[lazarus] My experience as a member of this list

2006-02-25 Thread Panagiotis Sidiropoulos
I'm not familiar with lists terms of behaviour, I just need to express my appreciation to all members, and especially Micha and Jesus, helped me to get over a diversity of problems and look the future with more confidence :-). After two months of hard work I had many moments thinking that I will

Re: [lazarus] Program plugin

2006-02-25 Thread Marc Weustink
L505 wrote: If you choose for a dll system, I would choose Interfaces (and indeed, don't pass strings, dyn arrays or classes) Marc I don't have much experience with interfaces and would like to learn more about them. Can you import/export one to and from other languages? i.e. c++/c/etc.

Re: Why is this throwing an exception - ANSWER

2006-02-25 Thread Mattias Gaertner
On Thu, 23 Feb 2006 18:05:07 +0200 A.J. Venter [EMAIL PROTECTED] wrote: It's a bug in ipro. I checked the code at the stack trace and found this: function TIpHtmlInternalPanel.HtmlPanel: TIpHtmlCustomPanel; begin Result := TIpHtmlPanel(Parent); while (Result.ClassType TIpHtmlPanel) do

Re: Why is this throwing an exception - ANSWER

2006-02-25 Thread A.J. Venter
So do I report a bug ? Or how does this get fixed ? Please check above fix. If it works, I will change it. Well I have since redesigned my entire component so it is no longer descended from TIpHtmlPanel, and it is in a fully working state based on a very different approach. However I do

Re: [lazarus] Program plugin

2006-02-25 Thread Marc Santhoff
Am Samstag, den 25.02.2006, 18:30 +0100 schrieb Marc Weustink: Yes, Interfaces are language independent. They only define what functions/procedures are available within an interface (and what calling convention). An Interface itself has no data or code. I' is only a contract that those

[lazarus] transparent forms

2006-02-25 Thread xpete
Hi I'm trying to port to lazarus 0.9.12 some apps that i have done in delphi 7 but i need some simple missing features. One of them is: property ScanLine[Row: Integer]: Pointer; from TBitmap with is present in JCL (http://www.delphi-jedi.org) so i don't think it's difficult to implement. But

Re: [lazarus] transparent forms

2006-02-25 Thread Vincent Snijders
xpete wrote: Felipe Monteiro de Carvalho has already done something like that in Virtual Magnifying Glass maybe he knows how to implement this. The magnifier uses a borderless form with the size of a the desktop, and before showing the form it copies the background from the screen. The

[lazarus] After upgrading to gtk2

2006-02-25 Thread Panagiotis Sidiropoulos
After upgrading to gtk2, I first compiled Lazarus and then my project. I had a couple of side effects: 1. Visual components on forms such buttons, labels etc do not display properly or other do no display at all while in design time but are there, existing on the form. Same components paint

Re: [lazarus] After upgrading to gtk2

2006-02-25 Thread Felipe Monteiro de Carvalho
Here is how I do it: I compile only LCL with gtk2, I use the IDE and everything else in Gtk1. then the IDE cannot understand utf-8, and gtk2 only understands Gtk2. So I add code to my software at a apropriate place to write the Text and Caption properties of all visual components and set them to