Jump to content

gesulmino

uniGUI Subscriber
  • Posts

    72
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Teramo, Italy

Recent Profile Visitors

2287 profile views

gesulmino's Achievements

Member

Member (2/4)

3

Reputation

  1. hi all, Is there a way to view the list of log files of a uniGui application and download them?
  2. thanks a lot for your response, obviously if I produce a copy of the file just loaded, this copy remains intact, but the behavior of the component remains incorrect; it would be appropriate for it to be corrected. I'm currently using version 1581.
  3. 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
  4. Hi, 1581 upgrade can solve this issue?
  5. Hi, are there any news for me?
  6. Hi, have you found any solution?
  7. Yes, Here it is (I uninstalled and reinstalled, but nothing changed) Project1.zip
  8. 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; }
  9. yes, but it also happens on production machine
  10. I would like to point out that the toolbutton that cannot be seen is the close icon
  11. 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: 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) the alternating color is barely visible (the color difference could be more marked) Thanks
  12. I'm trying to rebuild the application piece by piece until I find the problem
×
×
  • Create New...