Jump to content

Recommended Posts

Posted
I want to change the Caption Font of Uniform.

Uniform's Font property may not be applied to the Caption.

 

My Application uses Unicode Characters(i.e. CJK) at the Caption of UniForm.

(CJK means Chinese, Korean, Japanese Characters. Their One Charactrer has two bytes)

 

In this case, Caption Characters are cracked a little.

This problem may be solved if the Caption Font is changed to a font I want.

 

I want to change the Uniform's Caption Font.

For Example, Font's Name(or Family), Size, etc.

 

Howto do that?

 

I use regular version 0.99.96.1317

 

best regards.

Posted

Hi,

 

For now can you try this ?!

 

UniServerModule->CustomCSS:

.x-window-header-text {
    font: bold 16px Verdana,sans-serif;
    color: #6600ff;
}

Best regards.

  • 1 year later...
Posted

Hi, Unigui Guru,

 

How can i change the Tuniform ;

1. TitleBar Background color,

2. Border color,

3, Text color,

4. Font size,

in delphi using such as MyFormName.WebForm.JSName?

 

without going through ClientEvents -> ExtEvents.

?

 

Thank all in advance

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...