Raudus 0.8.7 Released
Raudus 0.8.7 is released.
This version fixes a bug that was introduced in 0.8.6.
Please download Raudus 0.8.7 if you encounter problems.
Thank you.
Raudus 0.8.6 Released
Raudus 0.8.6 is released.
This release contains new RaVCL controls and features. Though, RaExt and RaSt bugs are fixed.
Now RaVCL library contains the following controls:
TForm, TPanel, TButton, TBitBtn, TLabel, TImage, TEdit, TListBox, TDBText, TDBImage, TDBEdit, TDBListBox, TDBLookupListBox.
To look at example – open ‘Raudus\examples\07-rfe-preview\18-FishFacts’. This is a database application. You can run it in three ways:
1) Just run after open. It will launch a web application. When you open ‘http://localhost:88/’, the application will check the browser that you use. If you use desktop browser, you will see desktop theme of the controls. If you use mobile browser (iOS, Android or other), the application will scale and rearrange controls according your device screen resolution and orientation. And you will see mobile theme of the controls.
2) Uncomment line ‘MobileDevice := True’ and run. The application will work in mobile mode even if you use desktop browser. The online demo works in this mode: http://samples.raudus.com:88/18-FishFacts.
3) Comment lines with {$DEFINE RAUDUS} in all modules including DPR. You will turn off web mode and return back to native desktop application. This demonstrates the way how currently existing VCL application can be upgraded to become web applications.
Our wiki has moved to a new site: http://raudus.wikispaces.com/. Welcome and feel free to join. Great thanks to Sergio Hernandez, chief maintainer of the wiki!
Thank you for your feedback! Stay tuned!