Endre I. Simay
Professional set of Delphi and C++Builder components for virtual instrumentation
- Meters, Bars (Gauge), with linear or log(10) scaling
- Digital indicators (time, value)
- Operating Point display
- Dial (knob), Sliders, Trend/Recorder
- buttons, switches, LED indicators
- DB-Aware components and many more
Total 6 products
ImageCompress v.1.1
Kylix > Applications > Graphics
By Endre I. Simay.
Freeware 31 Oct 2001Description
A simple application using TUniBitmap for compressing images useable for Kylix to BLZ format. So, you could use these images as compressed one readable with TUniBitmap both from resources and from files. The new version contains support for more BMP-variants including RLE4 and RLE8 compressed ones (.rle), because of they are not supported by Kylix, but reading them could freeze the applications in some cases. Some other bugs also are corrected.Informations
- Status: Fully functional
- Source: None
- Size: 219kB
Platforms: KLX1
TBitmapX v.1.1
By Endre I. Simay.
Freeware + source 11 Dec 2001Description
Kylix might be freeze by using RLE-compressed bitmaps with BMP extension saved under Windows. So, the TBitmapX will need to correct this problem by serving a hard-decoder for these. TBitmapX also could decode pf15bit Bitmaps as well as the wrong format ones saved by my Delphi 5 used in VMware box under SuSE 7.3. The code was more intensively tested under Kylix 2, but probably portable into Delphi 6, too.The revised v1.1 of the code is corrected for eliminating a potential memory-leak caused by lacking try-finally blocks and now are used ReadBuffer and WriteBuffer instead of Read and Write respectively for handling streamed data.
Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: KLX1, KLX2
TColorBevel
Kylix > Components > Interface
By Endre I. Simay.
Freeware + source 22 Aug 2001Description
More Extended TBevel Component for Kylix to color the bevels.Probably also work with Delphi 6, and using this component the application could have custom colored bevels or one of the colors predefined.
Informations
- Status: Fully functional
- Source: Included
- Size: 1kB
Platforms: KLX1
TDrawedButton, TNArrowButton, TCaroButton v.2.0
Components > Buttons and Check Boxes > Packs
By Endre I. Simay.
Freeware + source 27 Jul 1998Description
TDrawedButton component is a "Blank" component defined for buttons which have different active shape like triangular or card figure caro. TNArrowButton component will give a triangle button and TCaroButton will give a button which has similar active shape to card figure caro.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 168kB
Platforms: CB1, CB3, D1, D2, D3, D4
TUniBitmap v.2.02
Components > Graphics > Bitmap Images
By Endre I. Simay.
Freeware + source 08 Jul 2002Description
TUniBitmap is a Bitmap component created according to Herbert J. Beemster's free TLZRBitmap at first and there is implementing the capability of reading bitmap from resources linked into .EXE for 16 bit, too. This is according to Borland's code from D3. Another capability read bitmap direct from a TPicture, TIcon and HIcon, TBitmap and HBitmap and TMetafile. The Unibitmap component now is creatable direct from TStream and File giving FileName as String. Some Delphi.TBitmap's procedure are also implementing to function for serve a Delphi TBitmap. Two other component is supplemented to read ZSoft's PCX and static GIF (or the 1st frame of animated one). A 32 bit version of updated imageCompress program is also included, which can read *.bmp, *.dib, *.gif, *.ico, *.wmf, *.blz, *.jpg, *.pcx, *.clp, and *.lbm images and convert them to two way compressed BLZ-file compressing the full image or only the palette and pixel data.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 346kB
Platforms: CB1, CB3, CB5, CB6, D1, D3, D4, D5, D6
TUniBitmap v.1.0
By Endre I. Simay.
Freeware + source 22 Aug 2001Description
Extended TBitmap object for Kylix CLX. XUniBMP Unit was made according to UniBmp developed for Delphi (16 and 32 bit) earlier and it was based on Herbert J.Beemster's UBitmap one with Kurt Haenen's LZRW1KH unit. Kurt Haenen's LZRW1KH Unit was modified for Kylix, too, and that is presented as Lzrw1khx.pas. There is overriding of its LZRWIdentifier constant will serve a "LZRW" identifier in the compressed file instead of "WRZL". Another suggestion is the ".BLZ" extension for the compressed bitmap files, because of this unit can compress bitmaps with BitmapHeader structures like the standard Windows' DIBs. Classes2 Unit is not needed for Loading Compressed Bitmaps from Resource's RCDATA, beacuse it was developed for 16 bit Delphi earlier and those methods are implemented in Kylix by Borland. On other hand the Unit contains TUniBitmap as name of modified TBitmap. So, the Delphi-source shouldn't modified. It was implemented for Kylix, but probably work for Delphi 6, too.Informations
- Status: Fully functional
- Source: Included
- Size: 18kB
Platforms: KLX1