Changing Background colour of Dialogcontainer - Forum

Forum Navigation
You need to log in to create posts and topics.

Changing Background colour of Dialogcontainer

Hi Luis,
I tried to change the background color of a "Dialogcontainer" through "Properties", "Style", "Background-color ..., but it doesn't work.
So I tried :

#DialogContainer1{
background-color : #1CCCFF;
}

...doesn't work also.

Hi @cdy44-2,

Please take a look at this video tutorial. Sample App attached:

Let me know if you have any doubt.
More video tutorials subjects welcome!

Uploaded files:
  • You need to login to have access to uploads.
Vadim, CDY@44 and 2 other users have reacted to this post.
VadimCDY@44asmatYASIN

A very big thank you Luis, this is exactly what I needed! Thank you also for the speed of your response !!
Take care of yourself and your family!

Very useful. More please!

Hi Luis,
I would like to put a "Content slider" on a "Dialogcontainer", but I don't find the way to init the slider and launch AutoStart when the Dialogcontainer appears on screen, without any action of user. But no action available for the Dialogcontainer page...

I would like to put a "Content slider" on a "Dialogcontainer", but I don't find the way to init the slider and launch AutoStart when the Dialogcontainer appears on screen, without any action of user. But no action available for the Dialogcontainer page...

@cdy44-2 Do it on the same place where you open the Dialog, just below the OpenDialog command, but use a Wait command to be sure the Dialog exists when you initialize the Slider.

CDY@44 has reacted to this post.
CDY@44

Thank you Luis,
I will check this this afternoon.

It works, thank you

Now I will try to work with Databases....

I do appreciate your videos tutorials !