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
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
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
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
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')
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
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
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
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[
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
10 matches
Mail list logo