Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. When you finish writing a CSS there are 2 other steps to consider 1- Troubleshooting: It is possible that there are errors in the code, for example, instead of 1px, you wrote only 1 2- Compression: It is important to increase the execution speed You can use different sites for this This is a good site and you can see the results of the previous code https://www.cssportal.com/css-optimize/ and final code .rc-grid-title-check .x-column-header-checkbox{display:none}.x-column-header{background-color:#FFF;border:1px solid red;border-color:#7EA8F8;border-radius:2px;color:#000;height:40px!important;padding:1px;text-align:center;vertical-align:middle}.x-grid{background-color:#FFF;border-collapse:collapse;border-color:#7EA8F8;border-style:solid;border-width:1px;color:#000;width:100%}.x-grid .x-grid-cell{height:30px!important;line-height:30px!important}.x-grid td,.x-grid th{border-color:#7EA8F8;border-style:solid;border-width:2px;padding:5px}.x-grid-cell-inner{overflow:hidden;padding:5px 4px 4px!important;text-overflow:ellipsis;white-space:nowrap}.x-grid-header-ct .x-column-header-inner{white-space:nowrap}.x-grid-item-selected .x-grid-cell{background-color:#FFFFE0;border:1px solid #cce5ff;color:#00008B}.x-grid-td{vertical-align:middle}.x-toolbar-default{border-width:0;padding:6px 0 0}.x-toolbar-default .x-toolbar-separator-horizontal{border-width:0}.x-toolbar-text-default{color:#4b4c4c;padding:0 0 0 -8px}
  3. Today
  4. A CSS for UniDBGrid .x-grid-header-ct .x-column-header-inner { white-space: nowrap; } .x-column-header { border: 1px solid red; height: 40px !important; background-color:#FFF; border-color:#7EA8F8; border-radius:2px; color:#000; padding:1px; text-align:center; vertical-align:middle; } .x-grid-item-selected .x-grid-cell { background-color:#FFFFE0; border:1 solid #cce5ff; color:#00008B; } .x-grid-cell-inner { padding: 5px 4px 4px!important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .x-grid-td { vertical-align: middle; } .rc-grid-title-check .x-column-header-checkbox { display:none; } .x-toolbar-text-default { padding: 0px 0px 0px -8px; color: #4b4c4c; } .x-toolbar-default .x-toolbar-separator-horizontal{ border-width: 0px; } .x-toolbar-default { padding: 6px 0 0px 0px; border-width: 0px; } .x-grid .x-grid-cell { height: 30px !important; line-height: 30px !important; } .x-grid { background-color:#FFF; border-collapse:collapse; border-color:#7EA8F8; border-style:solid; border-width:1px; color:#000; width:100% } .x-grid td,.x-grid th { border-color:#7EA8F8; border-style:solid; border-width:2px; padding:5px }
  5. Yesterday
  6. Can I change the filter property? Can I put 2 different filters? Example: *.pdf *.txt
  7. I've sent you in the same day I were notified by Paypal.

    Have you Download the pack ?

     
    Sending again:
     
    Below is your download link for all projects in the pack. Open the Indexdw.html for a easy access to files in the JS folder.
    https://mega.nz/file/QYR0iY4A#etz837NkVWQhw62-A6OTES6Fs0HJiH-4kdvQMV5m2EY
     
    Please confirm you have downloaded it successfully.
    1. Fred Montier

      Fred Montier

      Sent to
      info@csh-kommunal.de

      Just sent again. Please confirm.

      Sending again:
       
      Below is your download link for all projects in the pack. Open the Indexdw.html for a easy access to files in the JS folder.
      https://mega.nz/file/QYR0iY4A#etz837NkVWQhw62-A6OTES6Fs0HJiH-4kdvQMV5m2EY
       
      Please confirm you have downloaded it successfully.
  8. picyka

    Only errors.

    unit uniDBGrid; function SetCurrentRowCol(ARow, ACol:Integer; SuppParams: array of string):Boolean; override; It seems that it tries to select the line and is processing the filter, which ends up causing the error, I don't know if I'm quite sure about this theory.
  9. picyka

    Only errors.

    Master @Farshad Mohajeri, I hope I can help you.
  10. picyka

    Only errors.

    This was another test case here on the forum, I just used it to advance the example. My additional code was just the UniCheckComboBox1 and the filter event on the grid. Error.zip is a video, you need to select the SC filter and click on the column, this is all very quick. Error.zip Grid - DbGrid Editavel.zip
  11. I have this problem every day and I can't solve it, it only happens in production.
  12. picyka

    Only errors.

    Well, the first message I can simulate on my system, the second I never managed to do, I already received a print from the user, but these are very random cases. 1) Basically there I have a grid that can be searched by columns, in the last column, I have a UniCheckComboBox, where the user can select one or more values. Error image attached, I can even try to do a test case later.
  13. Hi, We have done several modifications in recent versions so these errors must be very rare. If you can send us a test case which can reproduce these bugs we will happy to look into it.
  14. picyka

    Only errors.

    I would like to ask for help, is there any way to improve my code so that these errors no longer occur? Message: TUniCustomDBGrid.MoveToRow(): Unexpected Row number: 0, 4 Message: Grid is in dirty state. No more updates can be applied. @Farshad Mohajeri Thank you for any tip.
  15. @newsanti ItemList: procedure TMainmForm.UnimFormCreate(Sender: TObject); begin with UnimComboBox1 do JSInterface.JSConfig('itemTpl', ['<span class="x-list-label" style="color:green; font-size:14px; font-style: italic;">{val:htmlEncode}</span>']); end;
  16. Memory = Internal memory occupied by Delphi memory manager Process = Total amount of memory that this process is consuming. Probably you will monitor the Process value, as it is the amount of RAM that your Nodes use in the system.
  17. There are various improvements here and there. You can go to customer portal and check the Changelog for each version. For pricing please send us an email to orders@fmsoft.net.
  18. Hello, Above image is an indication that your Nodes crashes and can't keep up with stress test. For exact reason you need to look log files.
  19. Last week
  20. do you know this component? https://github.com/justvamp/extjs-image-viewer-component?tab=readme-ov-file do you have any other third-party image component for the UNIGUI framework?
  21. please try this with PC and with mobile and see the different http://185.185.135.209:8077/?Act=SignRoutine&Ident=26&ChatID=4&UserID=admin
  22. yes, i'm playing with uniimage and uniUrlFrame. see what better
  23. Попробуйте проанализировать: https://sheetjs.com/ https://medium.com/@me.mohamed.elnagar/working-with-xlsx-files-in-javascript-a-beginners-guide-b649a06de8fc
  24. You can use this: strVal := UniSession.ARequest.Params.Values['YourParameter'];
  25. and how do i remove the : clip property from the image - if I put UniImage instead
  26. i also want to control the image CSS property
  1. Load more activity
×
×
  • Create New...