Difference between revisions of "uE Controls"

From Lazarus wiki
Jump to navigationJump to search
m (Correct SourceForge url)
Line 1: Line 1:
 
=== About ===
 
=== About ===
 +
[[Image:toolbar.png]]
 +
 
uE Controls is a open source set of instrumentation controls for Lazarus and Free Pascal, compilable under Windows and Linux. It uses the excellent graphic library [[BGRABitmap]].
 
uE Controls is a open source set of instrumentation controls for Lazarus and Free Pascal, compilable under Windows and Linux. It uses the excellent graphic library [[BGRABitmap]].
  
Line 24: Line 26:
 
This component emulate the rotatory selector, designed for professional instrumentation, multimedia or skinned software developers. It has a default look but can load an user image, also have a customizable scale.
 
This component emulate the rotatory selector, designed for professional instrumentation, multimedia or skinned software developers. It has a default look but can load an user image, also have a customizable scale.
  
 
+
 
=== More info & Download: ===
 
=== More info & Download: ===
 
After installing the ''uecontrols.lpk'' file, the controls will be available in a separate tab in the Lazarus IDE.
 
After installing the ''uecontrols.lpk'' file, the controls will be available in a separate tab in the Lazarus IDE.
Line 31: Line 33:
 
   
 
   
 
[http://sourceforge.net/projects/uecontrols/ SourceForge web]
 
[http://sourceforge.net/projects/uecontrols/ SourceForge web]
 +
 +
 +
=== Installation ===
 +
For use these controls you must first download the graphics library '''BGRABitmap''': 
 +
[http://wiki.lazarus.freepascal.org/BGRABitmap] 
 +
[http://sourceforge.net/projects/lazpaint/files/src/] 
 +
 +
'''Important:''' 
 +
To install uEControls you must first remove '''BGRAControls''', it have an old version of uEControls that conflicts with the new version. You will be able to reinstall BGRAControls by removing all ue*.pas files in the BGRAControls folder and references in its package.
  
 
[[Category:Components]]
 
[[Category:Components]]

Revision as of 09:21, 23 May 2015

About

toolbar.png

uE Controls is a open source set of instrumentation controls for Lazarus and Free Pascal, compilable under Windows and Linux. It uses the excellent graphic library BGRABitmap.

TuERotImage

tuerotimage.jpg

TuERotImage is an image viewer control similar to TImage with the ability to show the image rotated at an arbitrary angle.


TuELed

tueled.jpg

TuELed is LED (Light Emitting Diode) simulation visual control. It contains 2 different shapes (Square and round) LED simulations with ON/OFF, colour selection and automatic off color.

TuEKnob

tueknob.jpg

This component emulate the rotatory knob seen in some analog devices, designed for professional instrumentation, multimedia or skinned software developers. It has a default look but can load an user image, also have a customizable scale.


TuESelector

tueselector.jpg

This component emulate the rotatory selector, designed for professional instrumentation, multimedia or skinned software developers. It has a default look but can load an user image, also have a customizable scale.


More info & Download:

After installing the uecontrols.lpk file, the controls will be available in a separate tab in the Lazarus IDE.

uEControls web

SourceForge web


Installation

For use these controls you must first download the graphics library BGRABitmap: [1] [2]

Important: To install uEControls you must first remove BGRAControls, it have an old version of uEControls that conflicts with the new version. You will be able to reinstall BGRAControls by removing all ue*.pas files in the BGRAControls folder and references in its package.