Jump to content

UniPanel


picyka

Recommended Posts

5 minutos atrás, Sherzod disse:

Uma solução possível...

1. Demonstração:

\FMSoft\Framework\uniGUI\Demos\Desktop\ToolButtons

2. 

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  UniMemo1.Clear;
  
  with UniPanel1.JSInterface do
    JSConfig('titlePosition', [1]); //<-----------

end;

 

Works for me. Thanks.

  • Upvote 1
Link to comment
Share on other sites

24 minutes ago, picyka said:

a UniDBGrid would there be an icon on the left and one on the right, how?

image.png.189ab13dd0baca7a7e1acb7bde63de20.png

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  UniMemo1.Clear;
  
  with UniPanel1.JSInterface do
    JSConfig('titlePosition', [1]);

  with UniDBGrid1.JSInterface do
    JSConfigObject('header', 'titlePosition', [1]); //<----------

end;

 

Link to comment
Share on other sites

9 minutos atrás, Sherzod disse:

http://unigui.com/support/support-portal

http://jira.fmsoft.net/servicedesk/customer/portal/4 está disponível para registrar incidentes e criar bilhetes para todas as solicitações recebidas.

Você pode entrar no portal daqui ou simplesmente enviar um e-mail para iniciar uma solicitação de suporte.

image.png

Thanks, I just did.

Link to comment
Share on other sites

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