Jump to content

Disabled unidbedit font color change


mehmet07

Recommended Posts

22 hours ago, likemike said:

Your're right. On Android it looks good, but that doesn't help me, because my clients use both mobile systems.

Can you test this approach too?:

procedure TMainmForm.UnimFormCreate(Sender: TObject);
begin
    //UnimComboBox1.JSInterface.JSConfig('disabledCls', ['customDisabledCls']);
    //UnimDBEdit1.JSInterface.JSConfig('disabledCls', ['customDisabledCls']);

    UnimComboBox1.JSInterface.JSAddListener('painted', 'function(){this.removeCls("x-disabled")}');
    UnimDBEdit1.JSInterface.JSAddListener('painted', 'function(){this.removeCls("x-disabled")}');
    UnimDBEdit1.Text:='This is a test';
end;

 

Link to comment
Share on other sites

  • 4 months later...

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