Jump to content

eduardosuruagy

uniGUI Subscriber
  • Posts

    831
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by eduardosuruagy

  1. 13 hours ago, Sherzod said:

    Olá,

    Você pode explicar com mais detalhes?

    Que problema você está enfrentando no momento?

    If I compile the project with UniContainerPanel the way it is, see what it looks like when I run the example.

    I forgot to scroll up the UniContainerPanel and when I compiled the project the screen was distorted.

    Sem título.png

  2. 8 hours ago, Sherzod said:

    Olá@eduardosuruagy

    Você conseguiu alcançar o sucesso?

    I'm having trouble cleaning, after I used the commands below, I can't clean it. Below is an example video and the test system.

    procedure TUniMainModule.UniGUIMainModuleNewComponent(AComponent: TComponent);
    begin
       if AComponent is TUniTagField then
       begin
         (AComponent as TUniTagField).ClearButton := True;

         with (AComponent as TUniTagField).JSInterface do
         begin
           JSConfig('filterPickList', [True]);
           JSConfig('anyMatch', [True]);Nova pasta.rar
           JSConfig('queryMode', ['local']);
         end;
       end;
    end;

×
×
  • Create New...