Thank you for using Rosi components. How to update components from older version: -------------------------------------------- 1/ unzip all files to the same directory as is used for previous version (replace all files) 2/ rebuild all Rosi packages (see steps 3-5 below) How to install components and shared forms: ------------------------------------------- 1/ unzip all files and directories from archive to new directory with full user rights 2/ add directories RosiComp, RosiComp_UDB and RosiFormShared to Delphi/C++ library path in RAD - for RAD 10.3 and higher: - Tools-> Options - section Language - Delphi options - Library on the top select correct platform (Windows 32) and update Library path - Tools-> Options - section Language - C++ options - Paths and directories on the top select correct platform (Windows 32) and update Library path for both Compiler and Classic compiler - for RAD 10.1 and 10.2: - Tools-> Options - section Enviroment options -> Delphi options - Library on the top select correct platform (Windows 32) and update Library path - Tools-> Options - section Enviroment options -> C++ options - Paths and directories on the top select correct platform (Windows 32) and update Library path for both Compiler and Classic compiler - for RAD XE8 and lower: - Tools-> Options - section Enviroment options -> Delphi options - Library update Library path - Tools-> Options - section Enviroment options -> C++ options - Paths and directories update Library path 3/ open directory RosiComp\Packages and open project group file according your RAD version for Delphi use files *_D2010, DXE..DXE8, DX100, DX101, DX102, DX103.groupproj for C++ use files *_C2010, CXE..CXE8, CX100, CX101, CX102, CX103.groupproj 4/ install all projects from the project group in the defined order: - in Project Manager window right-click to Project name (bpl) and select Clean and then Install - RosiDBComp - RosiDBSorters - RosiDBDesignEditors 5/ optionally open directory RosiComp_UDB\Packages and open project according your RAD version and selected dataset type (ADO, DBX, IB, FD), build and install UDB components How to try demo application: ---------------------------- 1/ open any project file from Demos directory, compile and run How to change language of Rosi Components: ------------------------------------------ Directory RosiComp\Localization + RosiFormShared\Localization contain all localized forms and resourcestrings. Run batch file lang_CSY.bat to change language to Czech. Run batch file lang_DE.bat to change language to German. Run batch file lang_ES.bat to change language to Spanish. Run batch file lang_FR.bat to change language to French. Run batch file lang_HU.bat to change language to Hungarian. Run batch file lang_CHT.bat to change language to Chinese. Run batch file lang_IT.bat to change language to Italian. Run batch file lang_NLB.bat to change language to Dutch. Run batch file lang_PT.bat to change language to Portugees. Run batch file lang_RUS.bat to change language to Russian. Run batch file lang_SKY.bat to change language to Slovak. Run batch file lang_EN.bat to change language back to English. Or simply copy all files from DFM_xxx subdirectory to main directory. Recompile rosi package and your application. If you want to improve current translation or make translation to any other language, contact author. Note: ----- If you run compiled application from IDE you could get Exception window although exceptions is handled by application. In this case change debugger setting in menu Tool-Debugger Options, uncheck value "Stop on delphi exceptions". Documentation: -------------- Directory RosiComp\Documentation + RosiComp_UDB\Documentation + RosiFormShared\Documentation contain detailed description of all units, components and their properties. Run _run.bat file or open index.html file to open documentation. See "www.rosinsky.cz/delphi" for more information. In case of question send e-mail to "software@rosinsky.cz" Good luck!