Jump to content

Frederick

uniGUI Subscriber
  • Posts

    608
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Frederick

  1. After I click the download link in UniGUI's customer portal in FireFox, the agreement PDF is not shown in the frame but is just downloaded. (see CUSTPORTAL.PNG)

    However, in other browsers, the PDF file is shown. (see CUSTPORTAL2.PNG)

    How do I get FireFox to show the PDF file in the frame?

    --
    Frederick
    (UniGUI Complete - Professional Edition 1.95.0.1577)

     

    custportal.png

    custportal2.png

  2. 9 hours ago, Sherzod said:

    Well,

    1-Possible solution: Using the !important rule in CSS (but) is generally considered to be bad practice because it overrides all other styles, regardless of their specificity. 

    .x-form-cb-label {
        padding-left: 22px !important;
    }

    2-Possible solution: Using extra class.

      2.1. LayoutConfig.Cls = customCB

      2.2. 

    .customCB .x-form-cb-label {
        padding-left: 22px;
    }

    ...

    Thanks. This is a better solution.

  3. I am using the theme "uni_win11_polar_light". 

    In the "classic" theme, there is an indication that the TUniDBCheckBox is currently focused. However, in the theme I use, there is no indication whatsoever. Users are not sure where the cursor has gone to.

    How do I show that the control has focus when it is focused; probably, some change in the border colour?

    --
    Frederick
    (UniGUI Complete - Professional Edition 1.95.0.1576)
     

    checkboxfocus.png

×
×
  • Create New...