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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Ability to stop loading thumbnails

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
wesleybobato Posted - Jan 09 2013 : 06:56:35
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.


1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 09 2013 : 12:25:22
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