Jump to content

JulioPaladino

uniGUI Subscriber
  • Posts

    10
  • Joined

  • Last visited

Posts posted by JulioPaladino

  1. Hello

     

    I wonder if there is any time in UniCalendarPanel.

    When opening a day flap, it does from 8:00 AM to 7:00 PM, how do I change the beginning and end of the day with other times?

    type: beginning 06:00 AM and ending at 10:00 PM

     

    Translation: Google translator

  2. Hi

     

    I use unigui 1.0.0.1425 with uni_mac theme. On the form i place a pagecontrol

    but you alway see the gradient gray color as background at the top, see image

    with the red arrow

     

    How to remove it and make it my own color, in this case white

     

    Regards Peter

     

    p.s would be nice some extra properties for a pagecontrol like

    - tabheight

    - tabwidth

    - tabspacing (between tabs)

    - tabposition

     

     

    Experimente:

     

    .x-tab-bar-default {
        border-style: solid;
        border-color: #ffffff;
    }
    .x-tab-bar-default-top {
        background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
    }
     
    A primeira retira a linha superior e a segunda altera a cor de fundo da barra de título do page control.
    • Like 1
  3. Olá a todos,

     

    a solução acima é paleativa.

     

    Após vários testes, a melhor configuração até então é:

     

    .x-tab-bar-default {
        border-style: solid;
        border-color: #ffffff;
    }
    .x-tab-bar-default-top {
        background-image: -webkit-linear-gradient(top,#ffffff,#ffffff);
    }
     
    A primeira retira a borda superior e a segunda altera o fundo da barra de titulo do page control
     
    Att.
  4. Olá a todos, 

     

    Eu acredito ter encontrado o parâmetro CSS que esconde a barra do pagecontrol, estou utilizando e até o momento esta dando certo.

     

    Em CustomCSS no ServerModule coloque o seguinte parâmetro:

     

    .x-tab-bar-default-horizontal {
        height: 0px;
    }
     
     
    Hello everyone,
    I believe I have found the CSS parameter that hides the pagecontrol bar,
     
    I'm using it and it's working so far.
     
    In CustomCSS on ServerModule place the following parameter:

     

    .x-tab-bar-default-horizontal {
        height: 0px;
    }
     
     
    * Google translation
  5. Olá a todos,

     

    eu gostaria de saber como alterar a cor de fundo para branco e esconder a borda de uma PageControl!

     

    Como exemplo, a página inicial do do uniGUI Desktop Demo Application, as etiquetas das páginas ativas tem o fundo branco, e sem borda do PageControl.

     

    Obrigado!

     

     
    Hello everyone,
     
    I would like to know how to change the background color to white and hide the border of a PageControl!
     
    As an example, the homepage of the uniGUI Desktop Demo Application, the labels of the active pages have the white, borderless background of the PageControl.
     
    Thank you!    (Google Translator)

     

     

     

    Julio Cesar

    Brasilia - BR

     

×
×
  • Create New...