Posts

Showing posts with the label components

Originally shared by TRichView

Image
Originally shared by TRichView We've released #RVMedia 6: a set of components for displaying videos from various sources, organizing video chats, recording audio and video files. RVMedia can be used as - VCL components in Embarcadero Technologies #Delphi - LCL components in #Lazarus (Windows and Linux platforms) Changes since RVMedia 5: - video and audio recording (using new TRVCamRecorder and TRVAudioPlayer components) with use of #FFmpeg; - playing sounds on the specified audio device (using TRVAudioPlayer component); - ability to have more than one video- and audio- sources in each client of a TRVMediaServer; - much better processing of sound received by TRVCamReceiver; - support for FFmpeg versions from 2 to (newest) 4; - new video mode for TRVCamera: using user-supplied images as video frames. Most of these features were already shown in the previous beta version. In this version, we fixed all known bugs and optimized the #components. Web site: https://www.trichview.com/

Yesterday I studied #Delphi #components #TLabel #TEdit #TButton and function #StrToInt .

Yesterday I studied #Delphi #components #TLabel #TEdit #TButton and function #StrToInt . I used to use #TurboPascal 6.0 but I have not use Delphi yet so I enjoyed to learn Delphi (^-^)v

Originally shared by TRichView

Image
Originally shared by TRichView We have released updated versions of our rich text editing components. In this update, we completed UI translation to to following languages: Armenian, Belorussian, Bulgarian, Catalan, Czech, Finnish, French, Hindi, Italian, Lithuanian, Norwegian, Portuguese Brazilian, Portuguese European, Romanian, Swedish, Ukrainian. This update includes translation of new features added in 2016 and 2017: equation editor, bookmarks, spelling checking, alternate colors of table rows and columns, widow/orphan control. Also, we included SrvDxSkin in the installer: a component allowing using #ExpressSkins (by DevExpress) with ScaleRichView (WYSIWYG editing component). Our Setup installs it automatically, if ExpressSkins are already installed. Web site: http://www.trichview.com #trichview #vcl #components #delphi #embarcadero

Originally shared by TRichView

Originally shared by TRichView In TRichView 16.15, we included a new action implementing “Insert | Equation” command. You can see how it works in this video: https://www.youtube.com/watch?v=uLaYrdStLKk&t=1s Web site: http://www.trichview.com #delphi #cbuilder #equation #mathematics #formulas #vcl #trichview #components https://www.youtube.com/watch?v=uLaYrdStLKk&t=1s

Originally shared by TRichView

Image
Originally shared by TRichView We uploaded new versions of our rich text editing and reporting VCL components (TRichView, ScaleRichView, Report Workshop). New in this update: - Support for Delphi and C++Builder 10.2 Tokyo. - New objects in documents: equations. They allow displaying mathematical formulas containing functions, radicals, fractions, operators, matrices, etc. - Font preview in combo boxes. New mathematical objects use Adit Math Engine (open source, basically MPL2 license) developed by Adit Sofware, distrubuted exclusively with our components. Formulas are defined in LaTeX-like language. An equation editor is not yet included, it's in development. Web site: http://www.trichview.com #delphi #cbuilder #vcl #trichview #components

Originally shared by TRichView

Image
Originally shared by TRichView We released our #installer program as freeware with source code: http://www.trichview.com/ideinstall/ We just updated it to version 2.0. We created this installer for our own use, but if other developers like it, they can use it for installing their components. This installer installs components in #Delphi and C++Builder IDE. It is suitable for installing both precompiled trial and source code versions of components. The main change is a new package naming scheme. Previously, there were 32-bit designtime packages and 64-bit runtime packages. This scheme is still maintained for a backward compatibility. Now, there are 32-bit designtime packages and 32+64bit runtime packages. Note: the current version of the Installer still does not support 64-bit C++Builder-only (CBPROJ) packages. In the new version, the installer: - supports Delphi and C++Builder up to 10.1 Berlin - displays meaningful package names instead of file names while installing - can remove pat...

Originally shared by TRichView

Image
Originally shared by TRichView We updated our TRichView, RichViewActions, and Report Workshop VCL components (rich text editor, user interface for rich text editor, reporting components) http://www.trichview.com 1. We redesigned interaction between RichViewActions and third-party spell checkers and downloaders. Now you can use these third-party components without compiler $defines. The components for using Addict, #HunSpell, GNU ASpell, ExpressSpellChecker, Indy, CleverComponents are installed automatically by TRichView installer (if the required third-party components are already installed). 2. We included a new dialog in RichViewActions for managing bookmarks. 3. User interface of ReportWorkshop is now localizable. This update includes English, Russian and Korean, more languages are in development. 4. ReportWorkshop includes support for ZEOS library 5. New demo projects for ReportWorkshop: report designer based on ZEOS lib, report designer based on BDE We have a new video tutorial: h...