Jump to content

powergov

uniGUI Subscriber
  • Posts

    167
  • Joined

  • Last visited

Posts posted by powergov

  1. 2 minutes ago, Sherzod said:

    Okay,

    Were you able to achieve what you wanted for one component, for example?

    I want to set 

    1、all pagecontrol 's header height

    2、all dbgrid‘s row height

     

  2. 30 minutes ago, Sherzod said:

    Hello,

    Can you try analyze this post?

     

    If there is an example, I can follow it

    I want to set

     tab-header-height: 40px; and set grid row height:36px

    how to do ?

    thank you very much!

  3. 9 hours ago, Sherzod said:

    Hello,

    For which components? You can also use this event:

    
    procedure TUniMainModule.UniGUIMainModuleNewComponent(AComponent: TComponent);
    begin
    
    end;

     

    Thank you very much. Could you give me a simple example

    .Unigui_theme {

            border-left-width: 6px;
            border-bottom-width: 6px;
            window-header-height: 28px;
            tab-header-height: 29px;
            menu-band-height: 29px;
            panel-header-height: 27px;
            panel-header-width: 27px;

    }

  4. 23 minutes ago, Hayri ASLAN said:

    Hello

    Create a custom css and add it into uniservermodule.customcss

    Then set component's layoutconfig.Cls

    Is there no other way? It's too much trouble to set every component 

  5. There are some CSS files in the folder C:\ program files (x86)\ fmsoft\ framework\ unigui\ uni-1.90.0.1547\ CSS.

    The height of some objects is set in ".Unigui_theme {}".

    For example:

    .Unigui_theme {

            border-left-width: 6px;
            border-bottom-width: 6px;
            window-header-height: 28px;
            tab-header-height: 29px;
            menu-band-height: 29px;
            panel-header-height: 27px;
            panel-header-width: 27px;

    }

    I modified it to a new value, but it didn't run according to the new value. What's the correct way?

  6. 22 hours ago, Hayri ASLAN said:

    Hello

    Can you please create a test case?

     

    1. Put a pagecontrol and create 2 pages

    2. Put a dbpivot grid on tabsheet1 and a DBGrid on tabsheet2

    3. topAxis is not set

    4. Open dataset when creating form

  7. .unigui_theme {
            border-left-width: 0px;
            border-bottom-width: 1px;
            borderless-border-width: 0px;
            window-header-height: 45px;
            tab-header-height: 45px;
            panel-header-height: 45px;
            panel-header-width: 30px;
            menu-band-height: 38px;
            default-edit-height: 30px;
            calendar-form-width: 226px;
            calendar-form-height: 294px;
            theme-borderless: true;
            default-edit-height: 24px;
    }
     

    How to write in custom CSS that can be all effective?

  8. @Sherzod

    I like the material theme very much, but the height of all its elements is too high, and I don't know how to modify it in custom CSS. I see that 😄  \ program files (x86) \ fmsoft \  framework  \ unigui  \ uni-1.90.0.1547 \ CSS has a file uni xteme- material.css ,I tried to change some of the height settings in this file, but it didn't work

  9. Hey, buddy

    My Server, Windows Server 2003, I couldn't install rumtime1546. I reformatted my hard drive and reinstalled the operating system, but I still couldn't install runtime1546. My server is second hand and can only support installing windows server 2003, please help me to solve this problem, thank you very much

  10. 1 hour ago, Sherzod said:

    Hello,

    Could you download these files from the portal again?

    Hi,Sherzod

    Did 1546 fix this problem? If it's fixed, I'll download 1546 again

    I thought 1546 didn't have this problem. In order to download 1546, I just renewed it, but 1546 also had this problem.

    In addition, I would like to say that the renewal fee is too expensive, which cost me half a month's salary

  11. Sir:
    FMSoft_uniGUI_Complete_runtime_1.90.0.(1539-1543) It can not run on Windows Server 2003. 
    The operating system warning is “not a valid Win32 application......"
     
    and I checked it with the virus detection tool ,A ”Win32/Heur.Generic.HyoD9swA“ virus has been detected in it
    another package Is the right
    what can i do?I need your help!
     
    thank you very much!
    2021-03-17
×
×
  • Create New...