Quote:
Originally Posted by audiofeel
@BLACKFIRE69
If the html text is placed on some object and the transparency is set to 0 in the properties. Then the object becomes transparent as expected and the html text remains visible
|
@audiofeel
it seems that the opacity property is not functioning correctly on the
FHTMLText custom component.
Quote:
Originally Posted by Tihiy_Don
Is it possible to use the video as the background of the installer? Buttons, text, and so on will be placed on top of the video.
|
@Tihiy_Don
it may not possible.
"In Delphi FMX, the MediaControl component is designed to always appear on top of other components and objects on the form, even if it is placed lower in the Z-order (or stacking order) than other components.
This is because the MediaControl component is responsible for rendering video and audio content on the form, and it needs to have priority over other components to ensure that the content is visible and accessible to the user."
Quote:
Originally Posted by audiofeel
@BLACKFIRE69
Can I programmatically scroll the scrollbar to the left or right? with buttons?
on the "Location" page you will see what I would like to do, but I don't know how
|
@audiofeel
In the provided example, the scrolling functionality of the scrollbox will respond to both the
left/right arrow keys (
FInstNewProc - Updated) and the
two buttons.
.