Jump to content

rgreat

uniGUI Subscriber
  • Posts

    421
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by rgreat

  1. Delphi 10.4

    Простой "пустой" проект работает нормально, а при попытке добавить линукс в большой проект компиляция падает на IdGlobal.pas.

    Одновременно срабатывает и 

      {$IFDEF UNIX}
    и 

      {$IFDEF WINDOWS}

    Надо какой-то особенный indy использовать?

  2. On 11/19/2021 at 7:56 PM, Fred Montier said:

    How in the world you should use a RDP via the same port ?

    Via content routing.

    For example, we have a self written reverse proxy which can route multiple different connections (from different applications) through one open port.

    That's tcp/ip, not http, but http<->tcp/ip encoders are pretty old news.

  3. Ну и нафига тебе VCL форма "открывающаяся" на веб сервере?

    Людей подобными идеями насмешить?

     

    Неужели у тебя есть надежда, что у тебя эта форма в браузерах на клиенте отобразиться? :D

  4. 1 hour ago, Sherzod said:

    MainPagesBottom.png.f99c951cd594f88e53434121a4eeed76.png

    Это первое, что заметил.

    The first thing I noticed.

    А это остатки от попытки борьбы с другими проблемами с "уплывающими" куда попало элементами.

    Там еще веселей.

    Содержимое TabSheet-ов, которые изначально юзеру не видны, при переключении на них были как будто смещены вверх и обрезаны на несколько пикселей.

    Внешний вид становится, таким как задизайнено только после ресайза браузера на открытом TabSheet.

    В этом обрезанном примере этого не видно. Так что можно отключить, ни на что не влияет. Забыл убрать.

    Если интересно, могу попробовать сделать Test Case.

    ---

    And these are the remnants of an attempt to deal with other problems with elements "floating away" anywhere.

    It's even more fun there.

    The contents of TabSheet's, which were initially invisible to the user, were as if shifted upward and cut off by a few pixels when switching to them.

    The appearance becomes the same as it was designed only after the browser is resized on an open TabSheet.

    This is not visible in this cropped example. So you can turn it off, it doesn't affect anything. Forgot to clean up.

    If you interested I could create a Test Case.

     

  5. 2 hours ago, Sherzod said:

    1. CustomCSS:

    
    
    
    
    
    .customPG .x-panel-default {
        border-width: 0;
    }

    2. UniPageControl1 -> LayoutConfig -> Cls = customPG

    You are very helpful, Sherzod. :rolleyes:

    But I'm afraid I still in need of your help. :huh:

    image.png.7cbd1ccbf7aee6836818e2e1e63177cf.png

    1. Margins (default 3/3/3/3 here) are not the same in Crisp theme. Can it be fixed globally?

    2. TabSheet have white border inside PageControl at right and bottom of the sheet. Why? Can I remove that?

    Basic test case attached.

    0.zip

×
×
  • Create New...