Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Darker Background When Showing Modal Form
Wed, Oct 28 2015 9:43 AMPermanent Link

squiffy

Telemix Ltd.

Avatar

Is it possible to make the dimmed background screen when showing a modal form even darker?
Wed, Oct 28 2015 10:13 AMPermanent Link

Raul

Team Elevate Team Elevate

On 10/28/2015 9:43 AM, squiffy wrote:
> Is it possible to make the dimmed background screen when showing a modal form even darker?

It's controlled by the surface modal overlay so you do something like
this in code  :

Application.Surface.ModalOverlay.Background.Fill.Color :=
clElevateDarkBlack;

to make it darker (this is just a sample dark color - you can try
others). You really only need to call this once in the app.

or open the tmodalovberlay.wbi interface file and modify in IDE if you
want to change interface for all apps.

Raul

Wed, Oct 28 2015 10:38 AMPermanent Link

squiffy

Telemix Ltd.

Avatar

>> Raul wrote:
>> Application.Surface.ModalOverlay.Background.Fill.Color :=
>> clElevateDarkBlack;

Perfect!
Thank you very much.
Image