William Yang
Author Homepage: http://pockhero.com
ALL VCL, WEB, FNC, FMX, LCL .NET and IntraWeb components + Business Tools & Developer Tools Stay always current with our entire product range at a fraction of the price!
- Save 70% with TMS ALL-ACCESS
- Access to new products upon release
- Access to premium support & updates for 1 year
- Access to previews and betas
- Perpetual licenses to all products
Total 2 products
AsyncTask v.1
By William Yang.
Freeware + source 10 Jul 2013Description
Demo CodesThis code, sleeps for 5 seconds, and shows message box.
Run(TAsyncTask,
// Execute
procedure (ATask: IAsyncTask)
begin
Sleep(5*1000);
end,
// Finish
procedure (ATask: IAsyncTask)
begin
ShowMessage('Finished');
end
);
This code downloads google's logo png file, and displays in TImage component
AniIndicator1.Visible := True;
Run(THttpAsyncTaskBitmap.Create('http://www.google.com/images/nav_logo129.png'),
// Finish
procedure (ATask: IAsyncTask)
begin
Image1.Bitmap := (ATask as IHttpBitmapResponse).Bitmap;
AniIndicator1.Visible := False;
end
);
Informations
- Status: Fully functional
- Source: Included
- Size: 81kB
Platforms: DXE3, DXE4
Web2.0 Button for FireMonkey v.1.0
Components > Buttons and Check Boxes > Buttons
By William Yang.
Freeware + source 07 Jul 2013Description
A Web2.0 look and feel button, with curved lighting on top half. Button's color is a property you change to any color you want, and it will generate the button graphics on the fly.Informations
- Status: Fully functional
- Source: Included
- Size: 2 175kB
Platforms: CBXE4, DXE3, DXE4, FM2