Jump to content

Recommended Posts

Posted
1, the mobile version of how to make multiple lines listbox row, and each row different font colors small size effect, similar to this forum Member List page.
 
2, label the caption mobile version of how to modify attributes such as font color and font, no font attributes.
 
3, how to modify the mobile version of the default style, the default is blue, I want blue primary color to red, including panels, buttons, icons, selection. The easiest way to understand js language.
 
Thanks.

 

  • 2 weeks later...
Posted
2, label the caption mobile version of how to modify attributes such as font color and font, no font attributes.

 

If I understand correctly you, while you can try:

 

UnimLabel1 -> ClientEvents -> UniEvents -> ...

function beforeInit(sender, config)
{
  config.style="color: green; font-size: 14px;"
}
  • 2 years later...
Posted

 

If I understand correctly you, while you can try:

 

UnimLabel1 -> ClientEvents -> UniEvents -> ...

function beforeInit(sender, config)
{
  config.style="color: green; font-size: 14px;"
}

Thanks. It works.

 

function beforeInit(sender, config)
{
  config.style="font-weight: bold;  text-align: center; color: red; font-size: 150%;"
}
Posted

The suggested link when installing the components  following error occurs.


 


Try this link: http://forums.unigui...ook-mobile-app/, may help


 


 


Can not find the following files!


 

[dcc32 Fatal Error] uniGUI17Core.dpk(30): E2225 Never-build package 'rtl' must be recompiled

[dcc32 Fatal Error] mMsoftEdit.dpk(37): E2202 Required package 'uniGUI17Core' not found

×
×
  • Create New...