Jump to content

Recommended Posts

Posted

Cannot change color of panel to $257BB8

 

from object inspector it automatically changes to $00257BB8 - but it is different color - the same from code OnCreate

 

if use CSS - also doesn't change - how to solve?

Posted

Hi,

 

Need to analyze,

 

But can you try this approach for now ?!:

function afterrender(sender, eOpts)
{
    sender.body.setStyle("background-color", "#257BB8");
}

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...