[lazarus] patch for TCustomComboBox

2006-01-08 Thread Funky Beast
Added property AutoCompleteText Didn't use AutoComplete as property name due to recent Delphi's AutoComplete is a Boolean property and the one I implemented is a Set which provides a few settings for the behaviour of AutoComplete feature. So as not to clash. Index: ideintf/propedits.pp

[lazarus] Error with TButtonPanel

2006-01-08 Thread Vincent Snijders
Hi, When I put a TButtonPanel on a form and click on the OK an error message is shown. Running lazarus is gdb gave me this error message. Thanks to JPMugaas for explaining how to trigger this error. Vincent. #0 $0040a8f6 in fpc_raiseexception (OBJ=$466e13, ANADDR=$6fc94,

Re: [lazarus] Sgraph 2.4...

2006-01-08 Thread Tom Lisjac
On 08 Jan 2006 22:00:29 +0100, Darius Blaszijk [EMAIL PROTECTED] wrote: On Sun, 2006-01-08 at 20:57, Tom Lisjac wrote: I tried to contact the SGraph author requesting an exception at that time, but I was unsuccessful. So what was the reason, the email was invalid, he did not reply or he

Re: [lazarus] Sgraph 2.4...

2006-01-08 Thread Darius Blaszijk
On Sun, 2006-01-08 at 22:09, Tom Lisjac wrote: On 08 Jan 2006 22:00:29 +0100, Darius Blaszijk [EMAIL PROTECTED] wrote: On Sun, 2006-01-08 at 20:57, Tom Lisjac wrote: I tried to contact the SGraph author requesting an exception at that time, but I was unsuccessful. So what was the

Re: [lazarus] Error with TButtonPanel

2006-01-08 Thread Mattias Gaertner
On Sun, 08 Jan 2006 18:34:07 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Hi, When I put a TButtonPanel on a form and click on the OK an error message is shown. Running lazarus is gdb gave me this error message. Thanks to JPMugaas for explaining how to trigger this error. Fixed.

Re: [lazarus] Error with TButtonPanel

2006-01-08 Thread Darius Blaszijk
How the hell Can you give me a hint how you did find this bug? Darius On Sun, 2006-01-08 at 23:32, Mattias Gaertner wrote: On Sun, 08 Jan 2006 18:34:07 +0100 Vincent Snijders [EMAIL PROTECTED] wrote: Hi, When I put a TButtonPanel on a form and click on the OK an error message

[lazarus] LazReport Licence

2006-01-08 Thread George Lober
Is there any possibility of changing the LazReport license of LGPL to the Lazarus one of ModifiedLGPL? As I understand the Library General Public License one is not able to static link without the resulting code falling under the license restrictions. So basically you cannot use it in a

Re: [lazarus] changing color on TPanel works only one way

2006-01-08 Thread Marc Santhoff
Am Dienstag, den 03.01.2006, 00:04 +0100 schrieb Marc Santhoff: Am Montag, den 02.01.2006, 22:58 +0100 schrieb dannym: Hi, Am Montag, den 02.01.2006, 22:18 +0100 schrieb Marc Santhoff: Hi, I'm setting the 'color' property of a TPanel and it is getting pretty green. If set back

Re: [lazarus] Patch for EnvironmentOpts and EditorOptions

2006-01-08 Thread Vincent Snijders
Horacio Jamilis wrote: Hi, Attached is a patch that fixes (I hope) the Color page on the editoroptions dialog (win32). There were a couple of controls overimpossed. I will look at this. Vincent. _ To unsubscribe: mail

Re: [lazarus] Patch for EnvironmentOpts and EditorOptions

2006-01-08 Thread dhkblaszyk
Vincent, The origin of the trouble began IMHO when Mattias fixed the anchor storing bug. Missing anchor settings get now interpreted differently than before. It's just a case of fixing the anchoring again and commiting them. I don't believe that there's some bug here. I have committed a patch for