[Lazarus] Does somebody know where to find the documentation for Powtils?

2011-08-13 Thread tcoq
Hello, Powtils is a simple library for making pascal web apps, based on synapse. The source is available, as well as some examples, but I can't seem to find documentation. There are stale links on the internet (for example: http://z505.com/cgi-bin/powtils/docs/1.6/idx.cgi?file=index), but is the

[Lazarus] Does somebody know where to find the documentation for Powtils?

2011-08-13 Thread tcoq
Hello, Powtils is a simple library for Free Pascal and Lazarus for making pascal web apps, based on synapse. The source is available, as well as some examples, but I can't seem to find documentation. There are stale links on the internet (for example: http://z505.com/cgi-bin/powtils/docs/1.6/idx

Re: [Lazarus] JSON float saving scientific value

2011-11-03 Thread tcoq
Hello silvio, 1.5E+000 is exactly 1.5, from a numerical point of view. It seems that you are getting what you need: storing a real. Why would you want to have the "1.5" string? What is the issue? Thierry - Mail Original - De: "silvioprog" À: "Lazarus mailing list" Envoyé: Vendre

Re: [Lazarus] JSON float saving scientific value

2011-11-05 Thread tcoq
Hello, either you recode the function below: "function TJSONFloatNumber.GetAsString: TJSONStringType; begin Str(FValue,Result); end; " Either by changing to using formatted string conversion, using FloatToStrF function. or by implementing your new type yourself, something like "TJSNExtFloatNu

Re: [Lazarus] JSON float saving scientific value

2011-11-09 Thread tcoq
Indeed, the localization is an issue, but it is possible to force FloatToStr to output a decimal '.' in all cases, whatever the localization. Isn't it DecimalSeparator? Change DecimalSeparator to '.'. Something like this (untested/uncompiled pseudo-code): Function FloatToStrMine( aNumber: Doubl

Re: [Lazarus] New Spreadsheet interface component available for Excel and OO Calc

2011-02-08 Thread tcoq
Selon faber : Hello, thanks for you trying the software. I have a warning on GetItem, which is hiding an ancester method. N° of rows and columns not yet implemented. I could have them next week-end. My usual practice is to loop on the cells in a given row or column until a condition is met, for ex

Re: [Lazarus] Lazarus 1.0 Release

2012-08-30 Thread tcoq
Thank you for the excellent work, Lazarus and FPC teams! I'll promote Lazarus 1.0 around me. Thierry - Mail original - De: "Mattias Gaertner" À: lazarus@lists.lazarus.freepascal.org Envoyé: Mercredi 29 Août 2012 19:51:11 Objet: [Lazarus] Lazarus 1.0 Release The Lazarus team is glad to ann

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread tcoq
Selon Thierry Andriamirado : > > Now I'm sure that even if there's official websites & wiki, which are > great & useful, 'something' is still missing. What about a task force, > group (or whatever) focusing on Communication & PR issues? > > Best, > Thierry This is a great idea. If we could start U