Re: [lazarus] Win32 Version Information - .res file format

2006-11-30 Thread Michael Van Canneyt
On Thu, 30 Nov 2006, George Birbilis wrote: Just to save time (and effort :-) ) I was wondering if somebody around here maybe has a detailed description of the .res file format? http://lepidosteus.com/upload/1164827240_res32fmt.zip I don't even remember where I got them

Re: [lazarus] Changes in TDateEdit

2006-11-30 Thread Vincent Snijders
Vincent Snijders schreef: Aleksey Lagunov schreef: What about the TEdit properties removed from for example TCalcEdit, most notably Text, but also Action? In TCalcEdit publishe 2 property: AsInteger and AsFloat whether it is necessary to publish Text? Action I shall correct I am not an

[lazarus] TList-Doku?

2006-11-30 Thread ht
Trying to transfer a Program from kylix to lazarus i have the following problem: I declared: hListe: TList; and then GetElement := hListe.Items[1]; Trying to compile I got the Error-merssage: ERROR: Incompatible Types: Got P0inter expected TObject in kylix, the program

Re: [lazarus] TList-Doku?

2006-11-30 Thread Michael Van Canneyt
On Thu, 30 Nov 2006, ht wrote: Trying to transfer a Program from kylix to lazarus i have the following problem: I declared: hListe: TList; and then GetElement := hListe.Items[1]; Trying to compile I got the Error-merssage: ERROR: Incompatible Types: Got

Re: [lazarus] TList-Doku?

2006-11-30 Thread Florian Klaempfl
Marc Weustink schrieb: Michael Van Canneyt wrote: On Thu, 30 Nov 2006, ht wrote: Trying to transfer a Program from kylix to lazarus i have the following problem: I declared: hListe: TList; and then GetElement := hListe.Items[1]; Trying to compile I got the Error-merssage:

RE: [lazarus] ZeroMemory Functionality

2006-11-30 Thread Andrew Brunner
No problem: ftp://ftp.freepascal.org/pub/fpc/docs-pdf/rtl.pdf Here are some other interesting links, http://community.freepascal.org:1/docs-html/fpctoc.html http://www.freepascal.org/docs.html From: Samuel Cartaxo [mailto:[EMAIL PROTECTED] Sent: Thursday, November 30, 2006

[lazarus] VirtualTreeView

2006-11-30 Thread TOndrej
Hi all, where can I get the latest source code of VirtualTreeView (Lazarus port)? I get connection timeout errors from the cvs server described on http://wiki.lazarus.freepascal.org/VirtualTreeview#CVS: From Mantis on http://avl.ath.cx/mantis/ it seems that development has continued after the

Re: [lazarus] VirtualTreeView

2006-11-30 Thread Graeme Geldenhuys
I believe you can find the download link on the Lazarus Wiki site. Graeme. On 11/30/06, TOndrej [EMAIL PROTECTED] wrote: Hi all, where can I get the latest source code of VirtualTreeView (Lazarus port)? I get connection timeout errors from the cvs server described on

Re: [lazarus] VirtualTreeView

2006-11-30 Thread TOndrej
On 11/30/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: I believe you can find the download link on the Lazarus Wiki site. Thanks, but if you mean http://wiki.lazarus.freepascal.org/VirtualTreeview#Download which links to download section on SourceForge:

RE: [lazarus] ZeroMemory Functionality

2006-11-30 Thread Hilton Williams
Hi I wonder if I use a larger filler like word that should probably be twice as fast. But what if I overshoot the length? Will it cause a memory leak or Read access violation? Or will the last iteration be adjusted? Any ideas? Did sb mention filldword ? ( :-) ) You don't have to use

Re: [lazarus] VirtualTreeView

2006-11-30 Thread Bogusław Brandys
TOndrej wrote: On 11/30/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: I believe you can find the download link on the Lazarus Wiki site. Thanks, but if you mean http://wiki.lazarus.freepascal.org/VirtualTreeview#Download which links to download section on SourceForge:

[lazarus] TTabControl and OnChange event

2006-11-30 Thread Graeme Geldenhuys
Hi, After quite some time debugging my code, I found a very weird bug (I believe) in the LCL's TTabControl. Could someone confirm this. If so, I'll add it to Mantis. See attached project. I have a TTabControl with 4 Tabs and a OnChange event that writes to the console to say that the event

Re: [lazarus] VirtualTreeView

2006-11-30 Thread TOndrej
On 11/30/06, Bogusław Brandys [EMAIL PROTECTED] wrote: Try :pserver:[EMAIL PROTECTED]:/CVS/virtualtrees Thanks, Bogusław, I tried cvs -d :pserver:[EMAIL PROTECTED]:/CVS/virtualtrees checkout Src cvs [checkout aborted]: connect to avl.ath.cx(84.182.237.46):2401 failed: Connection timed out

Re: [lazarus] DBGrid and VisibleRow

2006-11-30 Thread Christian Ulrich
Jesus Reyes schrieb: --- Christian Ulrich [EMAIL PROTECTED] escribió: HI, actual thers no way to get the Visible row in an dbgrid, is it possible to add an property VisibleRow or something simelar ? Christian You mean, the row property? it's not public in delphi dbgrid. The row

Re: [lazarus] VirtualTreeView

2006-11-30 Thread Christian Ulrich
Logging in to :pserver:[EMAIL PROTECTED]:2401/CVS/virtualtrees CVS password: cvs [login aborted]: connect to avl.ath.cx(84.182.237.46):2401 failed: Connection timed out can somebody confirm this ? the server is up and running ... for me everything looks good. Christian

Fwd: [lazarus] VirtualTreeView

2006-11-30 Thread Graeme Geldenhuys
-- Forwarded message -- From: Graeme Geldenhuys [EMAIL PROTECTED] Date: Nov 30, 2006 7:24 PM Subject: Re: [lazarus] VirtualTreeView To: [EMAIL PROTECTED] I don't know how CVS works, so wasn't sure what I had to type in as a password. Tried ENTER and cvs and still nothing.

AW: [lazarus] VirtualTreeView

2006-11-30 Thread Christian Ulrich
Enter schould work -Ursprüngliche Nachricht- Von: Graeme Geldenhuys [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 30. November 2006 18:25 An: lazarus@miraclec.com Betreff: Fwd: [lazarus] VirtualTreeView -- Forwarded message -- From: Graeme Geldenhuys [EMAIL

RE: [lazarus] TStaticText.TabOrder

2006-11-30 Thread Pieter Valentijn
Aha a TMemo with Color=clBtnFace and Border=bsNone :-) when the component's accelerator key must belong to a windowed control for example, on an ActiveX property page I gess they mean that Active X needs every control to have a handel. I have looked at it and it seems the property focused can

[lazarus] What means Close Component message

2006-11-30 Thread Christian Ulrich
I get this on an exception and i dont see any reason for this. Also i get this when i create an dummy lfm file for the visual form inherence stuff (i have some projects where i dont use tform) So what means this message ?! _

Re: AW: [lazarus] VirtualTreeView

2006-11-30 Thread Bogusław Brandys
Christian Ulrich wrote: Enter schould work Still not working (connection timeout) _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] ZeroMemory Functionality

2006-11-30 Thread Micha Nelissen
Hilton Williams wrote: FillChar will be very fast and safe. It will write 4 bytes at a time, and even if you give it an odd size to fill, like 23, it will write 5 DWORDs and 3 bytes. You can't overshoot the length if you Does it also take care to write at dword-aligned boundaries ? Which is

Re: [lazarus] VirtualTreeView

2006-11-30 Thread Graeme Geldenhuys
I copied and paste the login command you emailed me privately. I still get the same as Boguslaw Brandys. I connection timeout. :-( Graeme. On 11/30/06, Christian Ulrich [EMAIL PROTECTED] wrote: Enter schould work _ To

[lazarus] Gambas

2006-11-30 Thread George Birbilis
http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? George Birbilis ([EMAIL PROTECTED]) Computer Informatics Engineer Microsoft MVP J# for 2004-2006 Borland Spirit of Delphi ++ QuickTime, Delphi, ActiveX, .NET components ++

RE: Gambas

2006-11-30 Thread George Birbilis
Btw, got the url from http://openubuntu.blogspot.com/2006/11/visual-development-of-linux.html http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? _ avast! Antivirus http://www.avast.com : Outbound message clean. Virus Database (VPS): 0651-0,

Re: [lazarus] Gambas

2006-11-30 Thread Michael Van Canneyt
On Thu, 30 Nov 2006, George Birbilis wrote: http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? Why would we want to do that ? It'd have to be rewritten from scratch anyway. Michael. _ To

Re: [lazarus] DBGrid and VisibleRow

2006-11-30 Thread Jesus Reyes
--- Christian Ulrich [EMAIL PROTECTED] escribió: Jesus Reyes schrieb: --- Christian Ulrich [EMAIL PROTECTED] escribió: HI, actual thers no way to get the Visible row in an dbgrid, is it possible to add an property VisibleRow or something simelar ? Christian

[lazarus] running preprocessor from lazarus

2006-11-30 Thread Marc Santhoff
Hi, I know this is a question regarding fpc and lazarus, but I decided to post to this list: If one would want to run the complete sources of a project through a preprocessor transparently when compiling in the lazarus IDE, would this be possible with fpc and lazarus as they are now? Or will it

Re: [lazarus] Gambas

2006-11-30 Thread Flávio Etrusco
On 11/30/06, Michael Van Canneyt [EMAIL PROTECTED] wrote: On Thu, 30 Nov 2006, George Birbilis wrote: http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? Why would we want to do that ? It'd have to be rewritten from scratch anyway. Michael. Michael is

Re: [lazarus] running preprocessor from lazarus

2006-11-30 Thread Michael Van Canneyt
On Thu, 30 Nov 2006, Marc Santhoff wrote: Hi, I know this is a question regarding fpc and lazarus, but I decided to post to this list: If one would want to run the complete sources of a project through a preprocessor transparently when compiling in the lazarus IDE, would this be

Re: [lazarus] Gambas

2006-11-30 Thread Flávio Etrusco
The languages are completely incompatible (and BTW VB is a crappy language). Gambas is GTK-only whereas Lazarus is multiplatform and VCL-based. Geez, it's been so long since I last tried Gambas, I didn't remember it was Qt-based and written in C++... This doesn't change a thing as far as reuse

Re: [lazarus] running preprocessor from lazarus

2006-11-30 Thread Vincent Snijders
Marc Santhoff schreef: Hi, I know this is a question regarding fpc and lazarus, but I decided to post to this list: If one would want to run the complete sources of a project through a preprocessor transparently when compiling in the lazarus IDE, would this be possible with fpc and lazarus as

RE: [lazarus] Gambas

2006-11-30 Thread George Birbilis
http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? Why would we want to do that ? It'd have to be rewritten from scratch anyway. When I say copy, I also mean ideas, GUI design, etc. whatever people see useful in that one George Birbilis

RE: [lazarus] Gambas

2006-11-30 Thread Michael Van Canneyt
On Fri, 1 Dec 2006, George Birbilis wrote: http://gambas.sourceforge.net/ Maybe Lazarus can copy some stuff from that project? Why would we want to do that ? It'd have to be rewritten from scratch anyway. When I say copy, I also mean ideas, GUI design, etc. whatever people see

Re: [lazarus] Gambas

2006-11-30 Thread Felipe Monteiro de Carvalho
On 11/30/06, George Birbilis [EMAIL PROTECTED] wrote: Maybe Lazarus can copy some stuff from that project? There are hundreds of other open source IDEs, we are all already aware of that. If you have some specific need Lazarus does not attend, or something that it could attend better, and

Re: [lazarus] running preprocessor from lazarus

2006-11-30 Thread Marc Santhoff
Am Donnerstag, den 30.11.2006, 23:20 +0100 schrieb Michael Van Canneyt: On Thu, 30 Nov 2006, Marc Santhoff wrote: Hi, I know this is a question regarding fpc and lazarus, but I decided to post to this list: If one would want to run the complete sources of a project through a

Re: [lazarus] running preprocessor from lazarus

2006-11-30 Thread lazarus . mramirez
Quoting Marc Santhoff [EMAIL PROTECTED]: The goal in doing so would be using a specialized macro processor I'm surprise for your question, because I started been interested in language/compiler design because I wanted a preprocessor for Turbo Pascal, like Turbo C++ ;-) Let me

Re: [lazarus] running preprocessor from lazarus

2006-11-30 Thread Marc Santhoff
Am Donnerstag, den 30.11.2006, 23:44 +0100 schrieb Vincent Snijders: Marc Santhoff schreef: Hi, I know this is a question regarding fpc and lazarus, but I decided to post to this list: If one would want to run the complete sources of a project through a preprocessor transparently

Re: [lazarus] running preprocessor from lazarus

2006-11-30 Thread Felipe Monteiro de Carvalho
On 11/30/06, Marc Santhoff [EMAIL PROTECTED] wrote: Ah, yes, I remember. My first thought was to replace fpc with a batch file, but I didn't try. Doesn´t need to be a batch file. Can be an executable. And you can change the path to fpc executable on Lazarus IDE to point to your bat/exe, so you

[lazarus] Taction and TTranslateString (String properties)

2006-11-30 Thread tanila
Hi all, i played arround with some Run-Time Translation of Conmpnents, because I want to have such a feature in my apps. I found, that you have done some work on such things. the TCaption properties can be scannde by using RTTI, very nice Smile. But I as I tried to use this functionality on