Raudus 0.9.9d is available. 24 November, 2017. The installer package contains the framework, examples and javascript libraries. Demo – Raudus 0.9.9d for Windows RaudusInstallDemo0.9.9d.exe (50 MB) Requirements: Delphi 7.. XE10.2 Tokio, Lazarus 1.6.4 and 1.80.rc5 32bit – Windows Lazarus 1.8.0.rc5 64bit – Linux
Raudus 0.9.9c is released. Download page 1) Support of Delphi XE8, Seattle, Belin and Tokio. 2) Support of Lazarus 1.6.4 and 1.8rc5. Consider to apply a patch for Lazarus again (see previous post). Thanks!
Raudus 0.9.9 is released. Download page 1) Support of Delphi XE7. 2) Support of Lazarus 1.2.6 and others. 3) SSL API improvements. 4) Minor stability improvements. Consider to apply a patch for Lazarus again (see previous post). Thanks!
Raudus 0.9.8 is released. Download page 1) Support of Delphi XE6. 2) Support of Lazarus 1.2.4 and others. 3) Minor performance improvements. Patch for Lazarus In Lazarus 1.2 so called “Mediators” were introduced. Mediators allow one to create own designer for custom controlset. But mediators broke the way Raudus was integrated in Lazarus. I made …Continue Reading
Raudus 0.9.7 is released. Download page 1) Formely Raudus application required mongoose32.dll. Now mongoose web server (it’s last MIT-based snapshot) is ported to Pascal and contained inside Raudus runtime. Now you only need “rfe.js” to deploy your standalone app. But if you need to compress your traffic, you must use zlib1.dll. Also, if you need …Continue Reading
A small bug was found in TRxJqDatePicker and TRxJqCalculator. Here are the fixed files. Thanks to Maurizio for quick bugreport!
Raudus 0.9.6 is released. Download page 1) New component: TRaFrameHolder. You can use standard TFrame component. TFrame and TRaFrameHolder work in pair. TRaFrameHolder is parent, TFrame is the only child. Look at example 16. 2) New component: TRaCheckBox. 3) New component: TRxPublisherView. You can display contents of publishers. Suitable for browser-in-browser. 4) New component: TRxJqCalculator, …Continue Reading
Raudus 0.9.5 is released. 1) New examples (40, 41, 42, 43) show how to use SSL, how to wrap Raudus app in desktop app, and how to run as a Windows service. 2) New events: TRaTabControl.OnChange, TRaTabSheet.OnShow and OnHide. 3) New component: TRaUploader. You can upload a file from local drive to server, and handle …Continue Reading
Raudus 0.9.4 is released. 1) Usual Delphi menu is not enough versatile. Hence, TRaOverlay is introduced. At design time it is a usual panel. At runtime it is shown over everything. TRaOverlay coordinates are absolute coordinates on the page. TRaOverlay can be used as menu, popup, hint, etc. You can place any control onto TRaOverlay, …Continue Reading