Jump to content

Sherzod

Moderators
  • Posts

    19790
  • Joined

  • Last visited

  • Days Won

    643

Posts posted by Sherzod

  1. 19 minutes ago, Redsis said:

    This way I had already managed to do it

    Okay, very good.

     

    19 minutes ago, Redsis said:

    can I do it like a UniButton using HTML tag + FontAwasome?

    15 hours ago, Redsis said:

    I would like to add two buttons to my Grid, one with a pen icon (to edit) and the other with a trash (to delete). How could I do it? I didn't quite understand how you went about placing this icon in the example above.

    I didn’t understand you then, perhaps you made a mistake in writing your question in this post, since the Widget button was used here.

  2. On 3/22/2024 at 7:04 PM, bruno65 said:

    Any solution to fix bugs in the last attached project ?

    I have analyzed for this button: btFilter

     

    On 3/12/2024 at 3:15 PM, Sherzod said:

    The button can be disabled until the next click...

    I have already noted this before, try...

     

    btFilter.ClientEvents.ExtEvents ->

    function click(sender, e, eOpts)
    {
        sender.showMask('Please wait...');
    }

     

  3. @Maybar

    I think you need to use the following solution.
    I think at the moment in your case I see two options. Either enter the password when opening and showing the file, or it is possible to pass the password as a parameter when opening the file (not sure). In both cases, the user will be able to find out and see the password.

    So, it seems to me that you should use the pdf library on the server (some kind of library, I can’t recommend any specific library), which creates a temporary file on the server, "removes the password" from the file, and send this file to the client for viewing.

  4. 29 minutes ago, Mossy said:

    I tried even local host is not working even on the development computers.

    Something is wrong on your side.

    It's not related to our servers or anything else.

  5. 1 hour ago, newsanti said:

    with UniServerModule.CustomCSS do
      begin
        Add('.Round1 {');
        Add(' border-radius: 50px;');
        Add('}');
      end;
      TUniLayoutConfig(Panel1.LayoutConfig).Cls:= 'Round1';

    These codes work.

    But this is not a fact that your CustomCSS will work correctly.

×
×
  • Create New...