Search found 3 matches

by The Re@l
Wed Nov 03, 2004 4:37 pm
Forum: GFL SDK
Topic: Batch resize? [Delphi]
Replies: 3
Views: 2073

Ok it works.

My mistake. :)
by The Re@l
Wed Nov 03, 2004 3:54 pm
Forum: GFL SDK
Topic: Batch resize? [Delphi]
Replies: 3
Views: 2073

Hi

Nothing Happens,

or

Error mesage: File not Readable : Error to open File.

But I can´t see whats wrong.
by The Re@l
Tue Nov 02, 2004 6:57 pm
Forum: GFL SDK
Topic: Batch resize? [Delphi]
Replies: 3
Views: 2073

Batch resize? [Delphi]


var
i:integer;
filename1, filename: string;
finfo: TGFL_FILE_INFORMATION;
lp: TGFL_LOAD_PARAMS;
sp: TGFL_SAVE_PARAMS;
gfl_bmp: PGFL_BITMAP;
e,f: GFL_ERROR;
format: string;
begin
if not DirectoryExists(edit1.text) then MkDir(edit1.text);
if edit1.Text <>'' then begin
For i := 0 to FileListBox1 ...