i2u4ever Posted September 2, 2016 Posted September 2, 2016 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. Quote
Sherzod Posted September 2, 2016 Posted September 2, 2016 Hi, For now can you try this ?! UniServerModule->CustomCSS: .x-window-header-text { font: bold 16px Verdana,sans-serif; color: #6600ff; } Best regards. Quote
i2u4ever Posted September 2, 2016 Author Posted September 2, 2016 It Works! Thank you, Thank you. Quote
Fidel76 Posted March 18, 2018 Posted March 18, 2018 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.