Create modern-looking & feature-rich Windows applications faster with well over 600 components in one money & time saving bundle for Delphi & C++Builder
A new update for our product TMS VCL UI Pack has been released.
What's new in v10.6.0.0:
New : Event OnFileProgress added in TAdvGridImportDialog
New : VerticalSpacing property added in TAdvMultiInputQueryDialog
New : Changed default ButtonVertAlign value to tlCenter in TAdvOfficeCheckBox, TAdvOfficeRadioButton
New : OnRightClick event implemented and behavior blocked in TAdvSmoothButton, TAdvSmoothToggleButton
New : Added support for GB & GB/sec formatting in FileSizeFmt/FileSizeFmtSpeed in TWebCopy
New : Design-time interface to reorder toolpanels
New : String compare function COMPARE() added in TAdvSpreadGrid
Improved : HighDPI drawing in TAdvDropdown
Improved : Rendering on high DPI in TGDIPImageSectionItem
Improved : Drawing of positioned toolbar buttons on left or right aligned TAdvDockPanel
Speech synthesis
To bring your message with an extra touch, you can these days easily take advantage of speech synthesis that is built-in in any modern browser. The browser offers an API for it and a new TMS WEB Core non-visual component makes it extremely easy to use.
Device orientation
Most modern smartphones and tables come these days with a built-in device orientation sensor. And the modern browsers running on these devices already offer access to this sensor. TMS WEB Core offers browser functionality via easy to use components. Drop it on the form, call the WebDeviceConnection.Start method to start retrieving the sensor info and the event OnHeadingChange is triggered whenever the physical orientation of the device changes. It returns in degrees the direction of the device.
Free compass component
To visualize the device orientation info via a compass. This is a visual component that shows a picture of a compass and internally, a non-visual TWebDeviceOrientation component is created and its OnHeadingChange event is handled by the component. From this event handler, a transform is applied to the image of the component to let the compass rotate according to the heading of the device.