Jump to content

bbm

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by bbm

  1. Hi, is there any problem with "uni_emerald"-theme? With another theme, like the "uni_ubuntu_triton" it's OK and it was OK with the ExtJS 6.7 Best regards
  2. Hi, thank you very much. Just what I was looking for. Best regards
  3. Hi, is there any way to have a minimum size for the columns in a UniDBGrid, even if the grid is set to autoSize? Best regards
  4. Hi, I'm missing the Uni_Emerald theme in the current Theme Package. Is there any reason for this? Best regards
  5. Hi, OK, then I will come back to you, if I have another question. I think this is the better way . Thanks again
  6. Hi, thank you very much for your really quick support. It works fine. Where can I find this information? Or is that years of experience and corresponding knowledge? Best regards
  7. Hi, I use an external css-file for treeview. .tvcolor .x-tree-view { background-color: #F0F0F0; } .tvcolor .x-tree-view .x-grid-cell-inner-treecolumn { background-color: #F0F0F0; } Now I have the problem, that I want to have a special color for a selected item (also mouse move over) and no border for the selected item. Any body who can help me? Best regards
  8. bbm

    Color of a TreeView

    Hi, thank you very much for your support. Now I found the needed part: CustomCSS.Add('.tvcolor .x-grid-row {background-color: #FF0000;}'); CustomCSS.Add('.tvcolor .x-tree-view {background-color: #FF0000;}'); Best regards
  9. bbm

    Color of a TreeView

    Hi, is there no way in a css file?
  10. Hi, is there any way to change the items color of a treeview to the same color of the treeview itself? I change the color of the treeview at runtim as follows - new definition in a css-file: tvcolor .x-tree-view {color: #F0F0F0; background-color: #F0F0F0;} - set the property of the treeview: My_LayoutConfig(UniTreeView1.LayoutConfig).Cls := 'tvcolor'; It works fine, but I have now idea how to change the color of each item. Best regards
  11. bbm

    Disable Title

    Hi, How can I disable the title click in a grouped dbgrid? I have disabled the dgTitleCLick option, but when I click any title I get the following error message Best regards
  12. Hi, is there any way to use different editors in the same column of a dbgrid for different rows? Best regards
  13. bbm

    Double Clear Button

    Hi, Version 11.16
  14. bbm

    Printing PDF

    Is the portal the "Bug Reports"?
  15. bbm

    Printing PDF

    Hi, you are right, it's only a problem with the IE. Firefox, Chrome and also Edge are working fine (except that a blank page is appended). The problem is, that with the IE the pages of the PDF are printed as a html page not as a page of a PDF (see attached file). Best regards httplocalhost23100uni-1.70.0.1486pdf.jswebviewer.pdf
  16. bbm

    Printing PDF

    Hi, I'm using the UniPDFFrame to show a created pdf. When I push the button (see Image), there is an html printed but not the pdf document. What am I doing wrong? Best regards
  17. Hi, in the Internet Explorer I have a double clear button. In Chrome and Firefox it's OK. Any idea? Best regards,
  18. Hi, is it possible to set the Compression parameters of an UniServerModule at runtime? Best regards
  19. Hi, is there any way to have different Grouping.FieldCaption for each group in a uniDBGrid? Best regards
  20. Thank you all, I found a way to handle it. Best regards
  21. Hi, when I want to check the collapsible property for grouping a uniDBGrid the property always goes back to false. Can anybody help me? Is there another property to be able to set collapsible to True? Best regards
  22. Hi, I'm using the theme "uni_emerald". When I start the fileupload dialog the dimension of the buttons is not correct (too small) Best regards,
  23. Thank you for your support, I found a solution with the "Locate"-Function of the ClientDataSet. Best regards
  24. Hi, no I didn't, but it is possible, that not only the current row is changed. Nevertheless I will try the RefreshCurrentRow; Best regards
×
×
  • Create New...