[lazarus] Canvas.clBackground ?

2007-11-10 Thread Friedrich Hattendorf
I tried to create moving objects. drawing in blue; drawind in background-color, drawing again in a slightly changes Position, I use - lazarus 0.9.15 beta - debian Problem : what is the color of the background of a (normal) form? clBackground doesn't fit (it's clteal?) The different g

[lazarus] Label - centering in height

2007-09-26 Thread Friedrich Hattendorf
Hello, it it possible to center captions of labels not only between left and right but also between bottom ant top? Friedrich _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archi

[lazarus] Formatting tools

2007-07-27 Thread Friedrich Hattendorf
Are there source-formattimg tools for lazarus? (controlling indentation, same use of upper and lower case for identifiers and Keywords) Friedrich _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as

[lazarus] "strip" utility

2007-06-09 Thread Friedrich Hattendorf
In the lazarus-tutorial (Section files) is the hint: http://wiki.lazarus.freepascal.org/Lazarus_Tutorial#The_Lazarus_files again.exe: The main program binary executable. Win32 adds an "exe" extension. Linux has none. This file will be huge on Linux due to the inclusion of debugging symbols. Run

[lazarus] Hello world (no output)

2006-09-12 Thread Friedrich Hattendorf
i created: file - new - custom program (i use the german version and retranslated the above words; maybe, they are only similar) Then I wrote the following Program 8<--- program Project1; {$mode objfpc}{$H+} uses Classes, SysUtils { add your units here }; begin writeln('Hello world')

ACHTUNG VIRUS ??? Re: [lazarus] Information

2006-03-06 Thread Friedrich Hattendorf
Am Montag, 6. März 2006 17:28 schrieb [EMAIL PROTECTED]: > Important textfile! Das Textfile ist eindeutig kein Textfile Friedrich _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject arc

[lazarus] GetTickCount / LCLLinux

2006-03-06 Thread Friedrich Hattendorf
Hallo, Next Problem Error: Identifier not found "GetTickCount" according to http://www.lazarus.freepascal.org/lcl_doc/LCLLinux.html it is in the unit LCLLinux. But adding this ti the uses-List was not successful: Fatal:Cant find unit LCLLinux in lazarus-0.9.9-20050920/lcl I found the function

Re: [lazarus] delphi-lazarus Pointer vs. TObject

2006-03-06 Thread Friedrich Hattendorf
Am Sonntag, 5. März 2006 22:48 schrieb Friedrich Hattendorf: > is there a general Problem or is it only too lat to wriet programs ;-) > > Friedrich Thanks & sorry It had been too late to write programs; {$MODE Delphi} is the solution Friedrich (next Problem -> GetTickCounter

[lazarus] delphi-lazarus Pointer vs. TObject

2006-03-05 Thread Friedrich Hattendorf
Still trying to convert a delphi-Program to lazarus I declared type TListenStruktur = class (TObject) private hListe: TList; AktuellePosition: Integer; ... and a function function TListenStruktur.GetElement: TObject; begin if not IsEmpty then GetElement := hListe.Items[

[lazarus] Conversion Delphi->lazarus

2006-02-19 Thread Friedrich Hattendorf
Hello, I think ist a beginner Problem: I tried to convert some existing Delphi-Project to lazarus ans have done each time the same mistake: In Tools (i have a german Version: Werkzeuge) I used the conversion-Tools for dfm, project and units. But then i didn't find any Form (Formular) - ev