/**************************************************************/ /** BETA RELEASE -- PLEASE DO NOT DISTRIBUTE **/ /**************************************************************/ URLLabel Ver. 1.5.0.1 for Delphi 2 and 3: Developed by Filippo Passeggieri inspirated by some advices in the UDDF site. Initially, I thought to sell FPUrlLabel at 250USD, but on second thought I decided, being my first component, it had to be FREEWARE. :-) If you have suggestions, bug reports please E-Mail me at: passeggieri@geocities.com P.S: I want to thank everyone who wrote me for URLLabel/FPUrlLabel. I want to apologize if sometimes I didn't answer promptly but I can assure you I read it all your messages and someone will surely see that with the addition of his/her suggestions. Thanks again!!!! --------------------------------------------------------------------------- ATTENTION!!!!! Use FPUrlLabel component at your own risk!!! I decline any responsibility. ---------------------------------------------------------------------------- Installation: To install FPUrlLabel, simply load Delphi, from Component Menu click "Install Component" and select FPURLRegister.pas History: 31/07/98 - Some little retouches: - 1.5.0.1 + Added support for NEWS (hmNews) + Added Enabled and Visible property 30/07/98 - Again, after requests and suggestions: - Ver 1.5.0.0 + At the end, PopupMenu is a reality. + Thanks to Troy a silly bug was corrected (from the very first release): http:\\ is now http:// (please do not smile!!) + Added some codes to check the availability of a browser. + Corrected several errors. I think that now FPUrlLabel is more flexible than ever 20/06/98 - After many requests and suggestions: - Ver 1.4.5.0 + URL property has been added. + MailSubject property added. + Improved About Dialog + URLLabel is now named FPURLLAbel; This was necessary to prevent confusion since there are other components called URLLabel. 03/05/98 - You can now set LabelType property using the right click when FPUrlLabel is selected; Added an About Dialog in the Object Inspector. - Ver 1.4.0.1 17/03/98 - Corrected minor bugs. - Ver 1.4.0.0 14/03/98 - Sincronized property URLColStd with Font property Replaced the ugly cursor crHandPoint with browser like one. 13/03/98 - Received an improved version by CT Koo (Thanks a lot!!!); This versiona can now: + Create a custom label type and on click event which allow user to define custom onclick event. + Add AllowDown property, it act like button down. + In mouse up event, font change to standard when effect98 is false. 26/12/97 - Corrected several bugs. - Ver 1.3.0.1 21/12/97 - Added effect like Win98/IE4 (property Effect98). - Ver 1.3.0.0 16/11/97 - Added support for FTP (property HTTPorMail is now called LabelType); Now cursor is browser-like. - Ver 1.2.0.0 06/11/97 - Corrected minor bugs. - Ver 1.1.0.0 04/11/97 - Added support to choose different colors if TFPUrlLabel is pressed or not(properties SetColStd, SetColPre). 02/11/97 - Added support for Mail (property HTTPorMail). 31/10/97 - First release.