Re: [Lazarus] Prevent focus losing

2008-08-25 Thread Valdas Jankūnas
Gabor Boros rašė: > I tried your original problem now (earlier not) and TEdit don't loose focus. > > TCustomButton have a TabStop property. But TSpeedButton not because > derived from TGraphicControl. > > Gabor > >> This is workaround, thanks for suggestion. >> >> Another question: how is i

Re: [Lazarus] Prevent focus losing

2008-08-25 Thread Gabor Boros
I tried your original problem now (earlier not) and TEdit don't loose focus. TCustomButton have a TabStop property. But TSpeedButton not because derived from TGraphicControl. Gabor > This is workaround, thanks for suggestion. > > Another question: how is implemented focus grabbing in TCust

[Lazarus] A sort program in "rpsrt102.zip" (1).

2008-08-25 Thread Mehmet Erol Sanliturk
Dear JoshyFun , (A) An "algorithm" ( http://en.wikipedia.org/wiki/Algorithm ) and its "implementation" are different concepts , at least in the sense that , for an algorithm there may be many distinct implementations of it . (B) "RPSORT" program itself is written in 16-bit 8086 assembler bu

Re: [Lazarus] Linux Binary without "dynamically linked"?

2008-08-25 Thread Aleš Katona
Dňa Po, 2008-08-25 o 13:32 -0700, Jalal napísal: > This is more of a FPC question, but I know FPC gurus visit here... > > The file program on Debian shows my Linux command line binary like > this: > > ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically > linked (uses shared libs

Re: [Lazarus] Linux Binary without "dynamically linked"?

2008-08-25 Thread Jalal
Perhaps I wrote too soon. I see this option for fpc: -Xt    link with static libraries (-static is passed to linker) I will try that. --- On Mon, 8/25/08, Jalal <[EMAIL PROTECTED]> wrote: From: Jalal <[EMAIL PROTECTED]> Subject: Linux Binary without "dynamically linked"? To: lazarus@lazarus.

[Lazarus] Linux Binary without "dynamically linked"?

2008-08-25 Thread Jalal
This is more of a FPC question, but I know FPC gurus visit here... The file program on Debian shows my Linux command line binary like this: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped Is it possible to have full static linking? If so

Re: [Lazarus] Mac OS X L : TPrintDialog missing from Dialogs tab...

2008-08-25 Thread Dominique Louis
Mattias Gaertner wrote: > If you can share it, I can try it. > > Compile with -vut. For example: > > cd lazarus > make LCL_PLATFORM=carbon CPU_TARGET=powerpc PP=ppcppc OPT=-vt clean all > bigide > log.txt > > Take a look at log.txt. I think I may have spotted why there is a differenc between i3

Re: [Lazarus] Prevent focus losing

2008-08-25 Thread Valdas Jankūnas
Gabor Boros rašė: > Hi, > > Why not use CustomEdit1.SetFocus in CustomSpeedButton1.Click? > > Gabor > >> Hello, >> >> situation: I have TCustomEdit and TCustomSpeedButton; when focus is in >> edit and I press speed button then edit loses focus. >> How to prevent losing focus when I press sp

Re: [Lazarus] Can someone please help me with 'KDESVN' ?

2008-08-25 Thread Lord Satan
> Any help will be appreciated. http://svnbook.red-bean.com/ ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Cannot compile lazarus

2008-08-25 Thread Luca Olivetti
En/na Paul Ishenin ha escrit: > Luca Olivetti wrote: >> En/na Luca Olivetti ha escrit: >> >> >>> Given that the file with errors hasn't been updated in a while >>> >> Actually fileutils has been updated today. I had to go back to revision >> 16222. >> > Just update once again. svn can c

Re: [Lazarus] Cannot compile lazarus

2008-08-25 Thread Paul Ishenin
Luca Olivetti wrote: > En/na Luca Olivetti ha escrit: > > >> Given that the file with errors hasn't been updated in a while >> > > Actually fileutils has been updated today. I had to go back to revision > 16222. > Just update once again. svn can contain bugs. Usually developers check t

[Lazarus] Class chart generator

2008-08-25 Thread Michael Van Canneyt
Hi, I just committed a small program under fpdoc - fpclasschart - which will create a XML tree with all classes/objects/interfaces it finds in a set of files. The sources are parsed and forward class declarations are skipped. It has support for merging class trees. It's thoroughly tested on FCL-

Re: [Lazarus] Cannot compile lazarus

2008-08-25 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: > Given that the file with errors hasn't been updated in a while Actually fileutils has been updated today. I had to go back to revision 16222. Bye -- Luca Olivetti Wetron Automatización S.A. http://www.wetron.es/ Tel. +34 93 5883004 Fax +34 93 5883007 _

[Lazarus] Cannot compile lazarus

2008-08-25 Thread Luca Olivetti
Ok, I'm trying to use the svn version under windows (I usually do that under linux, but up until now I just used the snapshots under windows) and I cannot compile. Given that the file with errors hasn't been updated in a while and there's a snapshot for today, I'm surely doing something stupid.

Re: [Lazarus] Listing out a call stack...

2008-08-25 Thread Graeme Geldenhuys
On 8/25/08, Dominique Louis <[EMAIL PROTECTED]> wrote: > Hi all, >Is there anyway for me to output a call stack at run-time? procedure DumpStack; Var Message : String; i : longint; begin writeln(' Stack trace:'); // Dump_Stack(StdOut

[Lazarus] Listing out a call stack...

2008-08-25 Thread Dominique Louis
Hi all, Is there anyway for me to output a call stack at run-time? Thanks, Dominique. ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazreport patch

2008-08-25 Thread Mattias Gärtner
Zitat von Michael Van Canneyt <[EMAIL PROTECTED]>: > Hi, > > Attached is a patch for lazreport. It fixes several issues: > > - tfrdesigner is now registered as a component, so it can be dropped on a > form, > giving end-users the possibility to design their reports. > - Fixed bug that prevented

[Lazarus] Using TFPHashTable

2008-08-25 Thread Dave Coventry
Hi, I've been googling for a way to return the index of a particular string in an array and have come across an old thread on this List referring to TFPHashTable, which sounds like what I need. However, I've been unable to find out how to use it. If I have an array defined at compile time: dire

[Lazarus] Lazreport patch

2008-08-25 Thread Michael Van Canneyt
Hi, Attached is a patch for lazreport. It fixes several issues: - tfrdesigner is now registered as a component, so it can be dropped on a form, giving end-users the possibility to design their reports. - Fixed bug that prevented checkbox/roundrect/shape buttons from being visible when designi