Jump to content

rgreat

uniGUI Subscriber
  • Posts

    421
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by rgreat

  1. Все, сам нашел. Libaries в 10.4 ссылалось на indy из 10.3! 😅
  2. Delphi 10.4 Простой "пустой" проект работает нормально, а при попытке добавить линукс в большой проект компиляция падает на IdGlobal.pas. Одновременно срабатывает и {$IFDEF UNIX} и {$IFDEF WINDOWS} Надо какой-то особенный indy использовать?
  3. rgreat

    Firedac

    Just create all firedac components from inside thread and work as usual.
  4. 5 лет прошло. 😏 Топик давно не актуален. Ты как первый день родился. GetNext бежит по всему дереву, а GetNextSibling только по соседям.
  5. 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.
  6. Is there any way to do that, without periodically opening application URL with 3rd party tools?
  7. Also: If you can manage to adapt this component to use same port as UniGUI (and connect thought it) it will be really useful.
  8. This is full-featured RDP or some kind of limited emulation? Hard to understand in this short animation.
  9. 1. This is equal to Trim(UniMemo4.Lines.Text) 2. TrimLeft is unsafe. It will remove leading spaces in the first line, for example. That's why I only used TrimRight instead of Trim.
  10. TrimRight(UniMemo4.Lines.Text) ? 😅
  11. Ну и нафига тебе VCL форма "открывающаяся" на веб сервере? Людей подобными идеями насмешить? Неужели у тебя есть надежда, что у тебя эта форма в браузерах на клиенте отобразиться?
  12. А это остатки от попытки борьбы с другими проблемами с "уплывающими" куда попало элементами. Там еще веселей. Содержимое 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.
  13. It would be nice to have this fixed, as currently it looks dirty and unprofessional.
  14. You are very helpful, Sherzod. But I'm afraid I still in need of your help. 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
  15. This approach is not working at Crisp theme. Any suggestions?
  16. How I can use something like that for one control only?
×
×
  • Create New...