Jump to content

gesulmino

uniGUI Subscriber
  • Posts

    72
  • Joined

  • Last visited

Posts posted by gesulmino

  1. Hi All,

    I dropped a TUniFileUploadButton on a form and set his properties as follow

     

    object UniFileUploadButton1: TUniFileUploadButton
        Left = 18
        Top = 375
        Width = 183
        Height = 54
        Hint = ''
        Anchors = [akLeft, akBottom]
        Caption = 'Choose an Image...'
        Filter = 'image/*'
        Images = UniNativeImageList1
        ImageIndex = 0
        Messages.Uploading = 'Uploading...'
        Messages.PleaseWait = 'Please Wait'
        Messages.UploadError = 'Upload Error'
        Messages.UploadTimeout = 'Timeout occurred...'
        Messages.MaxSizeError = 'File is bigger than maximum allowed size'
        Messages.MaxFilesError = 'You can upload maximum %d files.'
        AllowDragDrop = True
        ShowUploadingMsg = False
        OnCompleted = UniFileUploadButton1Completed
      end

    I drag and drop the files on the button; on upload of first file is all ok, after I upload the second file, in cache folder there are two files, but are identical (the second file overwrites the first).

    Please help me.

    Thanks

  2. Yes, I'm using CustomCSS like this

    .magazzini_menu_icon{
       background-image:url(files/images/warehouse.svg);
       background-repeat: no-repeat;
    }

    .filter-color{
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(298deg) brightness(102%) contrast(102%);
    }

    .eye_button{
       padding: 0px 0px 4px 0px;
       background-image:url(files/images/button/eye-solid.svg);
       background-origin: content-box;
    }

    .eye_slash_button{
       padding: 0px 0px 4px 0px;
       background-image:url(files/images/button/eye-slash-solid.svg);
       background-origin: content-box;
    }

     

  3. Hi everyone,

    I'm evaluating the uni_win11_polar_light theme, I really like it. Unfortunately on my application the toolbuttons on forms/frames/panels are not visible, but on the online demos they are.

    Futhermore in the grid stripe the alternate colors are barely visible

    some examples:

    image.png.90e7dcc3cefb903e2773e79495b4e877.png

    next to maximize icon, at the top right, there should be a toolbutton, but this is not visible (with the uni_sencha theme it is visible)

     

    image.png.0a0288c8399eeb4248f13afda769b141.png

    the alternating color is barely visible (the color difference could be more marked)

    Thanks

  4. hi guys, I have an application that inserts a different TuniFrame on the main form based on a URL parameter. One of these frames contains a TuniTreeView that can be populated from a TuniMenuItems or populated manually. Up to version 1568 it worked perfectly, but from subsequent versions the TuniTreeView component no longer shows any elements, it appears empty even though it contains several elements. I'm currently trying the latest version, which is 1580. Do you have any suggestions for solving the problem?

  5. Hello,

    I would like to present to the user a popup containing http links in the form of href <a href ..../a>, for example some links to a blog or service. The user can click on an element of the popup and open the corresponding link http in a new browser tab...

×
×
  • Create New...