Difference between revisions of "Poweredby"

From Free Pascal wiki
Jump to navigationJump to search
m
m (added caveat about linux)
Line 30: Line 30:
 
===License===
 
===License===
 
LGPL license
 
LGPL license
 +
 +
===Platform===
 +
====Windows====
 +
*PoweredBy will fade-in a shaped graphic
 +
====Linux====
 +
*PoweredBy will display a square graphic
 +
**This is due to the inability of GTK widgetset to deal with transparent shaped screens
 +
 +
===Tested===
 +
Windows 7 32/64-bit Laz v1.x fpc 2.6.x
 +
Linux 32-bit Laz v0.9.x fpc 2.2.x
  
 
===Version===
 
===Version===
V1.0.0.0
+
V1.0.1.2
  
 
==== Support ====
 
==== Support ====

Revision as of 11:31, 7 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

Platform

Windows

  • PoweredBy will fade-in a shaped graphic

Linux

  • PoweredBy will display a square graphic
    • This is due to the inability of GTK widgetset to deal with transparent shaped screens

Tested

Windows 7 32/64-bit Laz v1.x fpc 2.6.x Linux 32-bit Laz v0.9.x fpc 2.2.x

Version

V1.0.1.2

Support

Email the author with any queries


See Also