Re: [Lazarus] New experimantal beta feature - View same source in multiple Windows

2009-11-18 Thread Paul Ishenin
Martin wrote: Compiling Lazarus (SVN / Snapshot) with -dSynDualView allows you to open a 2nd window for any open source file. I compiled but I don't see the second window. How to activate it? Best regards, Paul Ishenin. -- ___ Lazarus mailing

[Lazarus] New experimantal beta feature - View same source in multiple Windows

2009-11-18 Thread Martin
Note this is a beta feature. this is experimental. The little bit that is there works. But many,many, many things have not yet been implemented. => So if you decide to test/use it, don't complain about the missing bits. Compiling Lazarus (SVN / Snapshot) with -dSynDualView allows you to o

[Lazarus] Mac OS X : Trying to install richmemo packge, CodeHelp.pas not compiling...

2009-11-18 Thread dominique
Hi all, I'm trying to install the richmemopackage.lpk. The package compiles fine, but When Lazarus try to install the pack and Lazarus tries to rebuild itself, I get the error... "/usr/local/share/lazarus/ide/codehelp.pas(2519) Error: Can't create assembler file: ../units/i386-darwin/codehelp.s"

[Lazarus] My guide for working with databases in Lazarus

2009-11-18 Thread ik
Hi, I published today the first part of my guide to use databases with Lazarus: http://idkn.wordpress.com/2009/11/18/less-painful-work-with-databases-first-part/ The translated version (using Google Translate): http://translate.google.com/translate?js=y&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fidkn.

Re: [Lazarus] Format com parâmetro N

2009-11-18 Thread Guionardo Furlan
Achei uma solução, apesar de parecer ser uma solução ainda não implementada pelo format: FloatToStrF(FCodigo,ffNumber,16,0) 2009/11/18 Guionardo Furlan > Buenas pessoal, > > quero mostrar um número inteiro com os separadores de milhar, e na > documentação do FPC, na função FORMAT tenho o tipo d

[Lazarus] Format com parâmetro N

2009-11-18 Thread Guionardo Furlan
Buenas pessoal, quero mostrar um número inteiro com os separadores de milhar, e na documentação do FPC, na função FORMAT tenho o tipo de argumento "N" que me dá o formato necessário. http://lazarus-ccr.sourceforge.net/docs/rtl/sysutils/format.html

Re: [Lazarus] QT binding works!

2009-11-18 Thread Juha Manninen
On keskiviikko, 18. marraskuuta 2009 20:37:55 David Emerson wrote: > How can I set this up properly? Setting "Target Directory" seems to have > no effect (and the wiki notes that this is for the IDE only, not other > components). I've been looking around the wiki, but can't find anything > that exp

Re: [Lazarus] QT binding works!

2009-11-18 Thread David Emerson
Mattias Gaertner wrote: > The debug output window is for the debugger output. > The above line is more likely in the 'Messages' window and you can > right click it and do 'Save all messages to file'. Ah, thanks, wonderful -- I see now what the problem is: it is trying to build in the root-owned /

Re: [Lazarus] Strings

2009-11-18 Thread Marco van de Voort
On Wed, Nov 18, 2009 at 07:12:24AM +0100, J?rgen Hestermann wrote: > > And I think shortstring should generally be discouraged. The standard is > > always "255 is enough", but sooner or later somebody hits it: > > That's like saying that short integer types like byte or word should be > discourage

Re: [Lazarus] Strings

2009-11-18 Thread Alexsander Rosa
I think he means things like EAN codes (GS1-128 may have up to 48 characters), MD5 sums (32 characters) or some small piece of base64-encoded data. If you're ABSOLUTELY sure you will store only printable ASCII data (from 0x20 to 0x7e) and do not need more than 250 characters, ShortString may be use

[Lazarus] LCLGTK2 no visual updates

2009-11-18 Thread theo
I read some questions regarding LCLGTK2 not updating changes visually at runtime: http://www.lazarus.freepascal.org/index.php/topic,7977.msg38099/topicseen.html#new http://www.lazarus.freepascal.org/index.php/topic,7969.msg38075.html#msg38075 Is there probably a more general reason for this? Did

Re: [Lazarus] Strings

2009-11-18 Thread Hans-Peter Diettrich
Jürgen Hestermann schrieb: And I think shortstring should generally be discouraged. The standard is always "255 is enough", but sooner or later somebody hits it: That's like saying that short integer types like byte or word should be discouraged and only Int64 should be used. That's a diffe

Re: [Lazarus] unable to find source of fpc unit

2009-11-18 Thread Mattias Gaertner
On Wed, 18 Nov 2009 01:10:48 +0200 Juha Manninen wrote: > I get these warnings when Lazarus reads FPC source. Is it normal? I am still > using the release FPC 2.2.4 from Suse package. > > WARNING: unable to find source of fpc unit lexlib > WARNING: unable to find source of fpc unit yacclib > WA

[Lazarus] Error install rxlib from svn

2009-11-18 Thread Diwakoe
Hi, I got this error "C:\lazcomp\rx\rxtoolbar.pas(33,15) Error: There is no method in an ancestor class to be overridden: "TToolbarButtonActionLink.SetImageIndex(TImageIndex);" when compile the package before install. The package I download from svn url:http://lazarus-ccr.svn.sourceforge.net/view