Difference between revisions of "Poweredby"

From Lazarus wiki
Jump to navigationJump to search
m (I am a Wiki idiot. Now the link works!)
m
Line 7: Line 7:
  
 
===Download===
 
===Download===
Download source from [http://www.charcodelvalle.com/poweredby/poweredby_component.zip | here]
+
Download source zip archive from [http://www.charcodelvalle.com/poweredby/poweredby_component.zip from here]
  
 
===Install===
 
===Install===

Revision as of 19:06, 6 June 2014

TPoweredBy component

by minesadorada@charcodelvalle.com

powered by graphic.png

  • A visual component (installed on the 'Additional' tab) that fades in above shaped graphic image for 1 second
  • Drop into your form.create() event

Download

Download source zip archive from from here

Install

  1. Make a new folder 'poweredby' in your <lazarus>/components folder
  2. Unzip the archive into the folder
  3. In the Lazarus IDE choose 'Open' poweredby.lpk
  4. When asked 'Open as a project' answer 'yes'
  5. Click Compile
  6. Click Use/Install
  7. When asked 'would you like to compile lazarus?' answer 'yes'
  8. After Lazarus has restarted, check the 'Additional' component tab/palette for the new 'poweredby' component

Use

  • Start a new project application
  • Drop a 'poweredby' component onto the form
  • Double-click the empty form to show the TForm1.Create method
  • Add poweredby1.showpoweredbyform
  • Run the application

That's it!

License

LGPL license

Version

V1.0.0.0

Support

Email the author with any queries


See Also