ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Ability to stop loading thumbnails
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

wesleybobato

Brazil
367 Posts

Posted - Jan 09 2013 :  06:56:35  Show Profile  Reply
hello nigel follows a code for you to put in procedure
FillFromDirectory ();

var
j : integer;
begin
for j:=0 to 9999999 do
begin
Label1.Caption := IntToStr(j) ;
{.... loop main body here ...}
Application.ProcessMessages;

{ESC key stops the loop}
if GetKeyState(VK_Escape) AND 128 = 128 then break;
end;
end;


http://delphi.about.com/cs/adptips2000/a/bltip0700_5.htm


will be available when that'll be the next version, with full printing as the printing wizard windows? when you create a beta, please send me to test, because we really need it here at work, a big hug.


xequte

38614 Posts

Posted - Jan 09 2013 :  12:25:22  Show Profile  Reply
Thanks for the tip regarding cancelling, though we will probably handle it via Aborting := true; So that the programmer can enable the feature if they need it.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: