[lazarus] Compiled with Lazarus

2006-04-16 Thread m2
Hello, To let you know that I uploaded Primo 2.2.0 (beta 6) on my site, see http://www.ellipsa.net/primo/beta.html The file primo-b.zip contains an executable for WinXP. Well, Primo being a program that certifies the primality of big integers (when they are prime, of course), I suppose that it i

Re: [lazarus] patch to fieldseditor

2006-04-16 Thread Alexandrov Alexandru
On 4/16/06, Vincent Snijders <[EMAIL PROTECTED]> wrote: > Alexandrov Alexandru wrote: > > multiple instances of same form works now.. > > Please, attach a patch :-) > > Vincent sorry Alex Index: fieldseditor.lfm === --- fieldseditor.

[lazarus] Patch for ParentFont and Font property

2006-04-16 Thread George Lober
Here is a patch for bugs 1909, 1913, and also for TCheckGroup. It adds ParentFont property for all as well as font property for TRadioGroup and TCheckGroup. Tested OK under Win32 and GTK1. Index: ide/revision.inc === --- ide/revisio

Re: [lazarus] log10

2006-04-16 Thread [EMAIL PROTECTED]
sorry for the post, my mistake :), i try to compile without math unit in uses and get the error. since i use ln and log10 and only get the error message for the log10 function i assumed that it was not implemented. but it is :) Pedro Santos Felipe Monteiro de Carvalho wrote: On 4/16/06, [EMA

Re: [lazarus] log10

2006-04-16 Thread Felipe Monteiro de Carvalho
On 4/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > log10 is not implemented, only the natural logarithm is. > is there a replacement for log10? You can use mathematical properties to get what you want with only natural logarithm. Log x = Ln X / Ln 10 Where Log has base 10 and Ln has base

Re: [lazarus] patch to fieldseditor

2006-04-16 Thread Vincent Snijders
Alexandrov Alexandru wrote: multiple instances of same form works now.. Please, attach a patch :-) Vincent _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.laz

[lazarus] log10

2006-04-16 Thread [EMAIL PROTECTED]
log10 is not implemented, only the natural logarithm is. is there a replacement for log10? thanks pedro santos _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.

[lazarus] patch to fieldseditor

2006-04-16 Thread Alexandrov Alexandru
multiple instances of same form works now.. Alex _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] SQL DB access functional?

2006-04-16 Thread Joost van der Sluis
> I followed the on-line examples... At least as far as setting up the > basic components. I've entered all of the login information in the > connection properties. With PostgreSQL it blows when I try to go up > records in a grid instead of going down. Probably has more to do with > I was going up