
Index
From: Harri
Subject: export
Date: Wed, 21 Aug 2002 14:50:32 +0300
Newsgroup: public.teetree1.delphi
Hi!
As QR does not support teetree export
I tried to use this (from example):
-----
with TTeeExportForm.Create(Self) do
try
ExportPanel := QRTree1.Tree;
Caption := 'Tree export form!';
ShowModal;
finally
Free;
end;
----
Small questions:
1) How can I find the bounding rectangle of tree?
2) How can I set "with" and "height" in dialog as
they are 1x1 pixels initially
3) I also need to remove "Keep aspect ratio" and
set initial format to JPG.
Is there any possibility except changing the source?
best regards,
Harri Rġuk