Re: [lazarus] Am I being too ambitious?

2006-02-05 Thread Luca Olivetti
En/na Tom Lisjac ha escrit: On 2/3/06, A.J. Venter <[EMAIL PROTECTED]> wrote: But the moment I try to use it in a simple test program, it throws an async-reply exception, something I would normally only expect if threaded code tried to update the display irectly. Any ideas where my thinking we

Re: [lazarus] Encryption library

2006-02-05 Thread Tom Verhoeff
On Mon, Jan 30, 2006 at 03:24:38AM -0500, [EMAIL PROTECTED] wrote: > > There is an urgen need for an Encryption library ready to use on Lazarus. > > Searching on the WEB, I found some open source libraries that could > > probably > > be converted to Lazarus, but, there are asm pieces of code. An ex

Re: [lazarus] SQLdb bug

2006-02-05 Thread Michael Van Canneyt
On Sun, 5 Feb 2006, Dan wrote: > I am using lates Lazarus version (0.9.11) and this insert statement run OK. > You can try set "Dataset.ParseSQL := False;" before any Dataset.ExecSQL or > Dataset.Open Nevertheless it is a bug. There should be no parsing inside string constants in the SQL stat

Re: closed bug 1478

2006-02-05 Thread George Lober
Mattias Gaertner wrote: On Sun, 5 Feb 2006 10:40:35 +0100 (CET) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Sun, 5 Feb 2006, Micha Nelissen wrote: On Sat, 04 Feb 2006 20:35:29 -0800 George Lober <[EMAIL PROTECTED]> wrote: Mattias Gaertner wrote: Does FileUti

Re: [lazarus] SQLdb bug

2006-02-05 Thread Dan
I am using lates Lazarus version (0.9.11) and this insert statement run OK. You can try set "Dataset.ParseSQL := False;" before any Dataset.ExecSQL or Dataset.Open Dan - Original Message - From: "Alexander Todorov" <[EMAIL PROTECTED]> To: Sent: Sunday, February 05, 2006 8:23 PM Subj

[lazarus] SQLdb bug

2006-02-05 Thread Alexander Todorov
Good evening, I am using SQLdb 1.0 / Lazarus 0.9.8 / FPC 2.0.1 on Windows XP with Firebird 1.5 database. When a statement like INSERT INTO TEST (ID, DATAFIELD) VALUES (1, 'this :is a :test') is executed i get an error. The problem is that values after the colon ':' characters are parsed as paramete

Re: [lazarus] Encryption library

2006-02-05 Thread Matthijs Willemstein
On Mon, 2006-01-30 at 19:55 +0200, Graeme Geldenhuys wrote: > Attached is a DES and Blowfish ciphers, complete in Object Pascal (no asm). > It looks like there is a file missing? All units have {$I tiDefines.inc} which I cannot find. But is looks very nice. -- Matthijs Willemstein <[EMAIL PROTE

Re: [lazarus] Patch for progressbar.inc

2006-02-05 Thread Vincent Snijders
Matthijs Willemstein wrote: On Sun, 2006-02-05 at 11:15 +0100, Matthijs Willemstein wrote: Morning, The attached patch fixes a "feature" in TCustomProgressBar. StepBy(Value) would increase the position by (FStep - Value), if Value is smaller the FStep. ie. FStep = 10, position = 20 StepBy(3) w

Re: closed bug 1478

2006-02-05 Thread Marc Weustink
George Lober wrote: I can confirm that 'publish project' doesn't work. I will give you more details if you re-open the bug, or do you want me to create a new report? After a bug is resolved, the reporter should close it, however this often not the case. To avoid unnesecary open bugs, I peroidi

Re: [lazarus] Patch for progressbar.inc

2006-02-05 Thread Matthijs Willemstein
On Sun, 2006-02-05 at 11:15 +0100, Matthijs Willemstein wrote: > Morning, > > The attached patch fixes a "feature" in TCustomProgressBar. > StepBy(Value) would increase the position by (FStep - Value), if Value > is smaller the FStep. > ie. FStep = 10, position = 20 > StepBy(3) would make position

[lazarus] Patch for progressbar.inc

2006-02-05 Thread Matthijs Willemstein
Morning, The attached patch fixes a "feature" in TCustomProgressBar. StepBy(Value) would increase the position by (FStep - Value), if Value is smaller the FStep. ie. FStep = 10, position = 20 StepBy(3) would make position 27 in stead of 23. Matthijs -- Matthijs Willemstein <[EMAIL PROTECTED]> I

Re: closed bug 1478

2006-02-05 Thread Mattias Gaertner
On Sun, 5 Feb 2006 10:40:35 +0100 (CET) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > On Sun, 5 Feb 2006, Micha Nelissen wrote: > > > On Sat, 04 Feb 2006 20:35:29 -0800 > > George Lober <[EMAIL PROTECTED]> wrote: > > > > > Mattias Gaertner wrote: > > > > > > >Does FileUtil.ForceDirecto

Re: closed bug 1478

2006-02-05 Thread Michael Van Canneyt
On Sun, 5 Feb 2006, Micha Nelissen wrote: > On Sat, 04 Feb 2006 20:35:29 -0800 > George Lober <[EMAIL PROTECTED]> wrote: > > > Mattias Gaertner wrote: > > > > >Does FileUtil.ForceDirectory(xxx\xxx) work? > > > > Not sure what you mean. How would you use that ? Is that a setting in > > the ID