Jump to content

Recommended Posts

Posted

Is it possible to set the font colour of the font used for TUniTabSheets?  (I've tried setting the Font.Color property both at design and runtime and it doesn't seem to affect anything?  Customer is asking for tab colorization on certain conditions...)

Posted

Hi,

 

For now can you try this?!

 

For example:

procedure TMainForm.UniButton1Click(Sender: TObject);
begin
  UniSession.AddJS(UniTabSheet1.JSName + '.tab.btnInnerEl.setStyle("color", "#008000")')
end;

Best regards.

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