Jump to content

ScreenMask Default Message


shawdown

Recommended Posts

Actually I need that when the Message property is not set displays a default message.

Loading is an English word that corresponds to "Carregando..." in my language.

So I would like that whenever the Message Property is not set it will display "Carregando..."

Link to comment
Share on other sites

9 minutes ago, Freeman35 said:

@Sherzod  ninja turtle still waiting more than mounth.

I'm sorry for the late. 

 

5 minutes ago, shawdown said:

Loading is an English word that corresponds to "Carregando..." in my language.

I will check. 

Link to comment
Share on other sites

1 hour ago, shawdown said:

I see no need for an example because just check ScreenMask option of any object and activate the mask and see the message.

For example:

UniButton ->

   ScreenMask.Enabled = True

   ScreenMask.Message = Your message

I do not see a problem.

Link to comment
Share on other sites

I know this way works perfectly but for this on all objects I will have to add a message according to my language.

What if my software has other languages?

I would like something that had an inheritance.

Example.
When creating the user session I define the default message if I don't have the "ScreenMask.Message" property set.

Today if you don't have "ScreenMask.Message" set then the message "Loading ..."


Sorry if I'm not being clear.
Google Translator.

Link to comment
Share on other sites

  • 4 years later...
1 hour ago, PS1 said:

Any update on this ?

I need a global option for changing text in the mask too.

Hello, try with this CSS settings:

.x-mask-msg, .x-mask-msg-inner {
  text-align: -webkit-center;
  white-space: break-spaces;
  color: #a85432;
  line-height: 2;
  width: 200px;
  height: 200px;
  font-size: 20px;!important;
}
 

Link to comment
Share on other sites

On 8/19/2019 at 10:38 PM, shawdown said:

Today if you don't have "ScreenMask.Message" set then the message "Loading ..."

On 10/3/2023 at 5:20 PM, PS1 said:

I need a global option for changing text in the mask too.

We'll fix it.

  • Like 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...