Jump to content

Tokay

uniGUI Subscriber
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Tokay

  1. Hi! I know about the UniMainModule -> ConstrainForms = True, it constrain form position for all fourth sides. Actuall mostly issue side is the top of the window and other sides contrains more interfere than help. Does it possible to add constrain form only for the top side of window?
  2. Дописывать нужно, если нужно сворачивание. Я его просто отключил
  3. Насколько я представляю TCP, если IP меняется на устройстве, то будет повторное соединение, IP должен быть актуальным всегда.
  4. Вообще доступ к фаерволлу получить можно. Однако в самом Унигуе есть встроенные механизмы для создания списков. И эти списки можно распространить между всеми нодами. Механизм придумать какой удобнее. Вариантов межпроцессных сообщений хватает.
  5. Maybe TUniEdit (desktop) will be better for your case?
  6. У меня selcount работает нормально. Не замечал как-то с ним проблем, используется у меня в двух местах.
  7. И, вообще, то, что процессор один вовсе не значит что только одна программа может на нем успешно работать Это уже много десятилетий не так. А сейчас особенно. На серверах реально, бывает, по 30 ядер в одном корпусе процессора стоит, то есть считай что у тебя реальных процессоров 30 штук, если не вдаваться в шины и остальное.
  8. Без ГиперСервера можно работать с тысячей юзеров, с ним Фаршад показывал на ферме 30 тысяч, локально, писали, до 5ти работает. Вот и польза, кроме замены бинарей. Конечно, сами бинари должны уметь работать в такой среде.
  9. It's phisically impossible to embrace such amount of data. You have totally wrong software architecture. You need to select and show to users just so much information as it possible to embrace and analyze, and then you and your users have no issues with showing millions records.
  10. You think that any user can find some usefull information in the 8 millions records? He is an alien or a robot? 😁 You need to reduce amount of data that are shown to users. No one at the Earth need to view 8 mln records simultaneously.
  11. Tokay

    Rest API

    The UniServerMoudle has multithreading out of the box of cause. Each of the connections works in the different thread.
  12. I have to use manually created form because I need it translation. If it possible to translate form from the /server url, then it will be a solution.
  13. Great! Thank you! I'll waiting for build. And please look at the uptime calculation.
  14. I've found what happend with memory calculation. When I added the FastMM4 module to the code, memory does not calculated. I could not found the reason couses of absent sources (UniGUIServer.pas). I've used the FastMM4AVX from here: https://github.com/maximmasiutin/FastMM4-AVX It's commonly used free module. Here is the test project, both issues (memory used and uptime) is present in it: test16.7z Please analyze and fix the issues! Thank you!
  15. Also uptime is missing in my app: There is one peculiarity. My app works as a service. Maybe it prevent the proper calculations. I've started the standalone demo app, and memory size and uptime calculated fine in it.
  16. Hello. No, there are also zeros in this form:
  17. Hi. Does this feature fixed in the latest, 1555, version?
  18. И это у нас еще новые браузеры. Что было в старых - страшно представить. 😁 Веб, к сожалению, весь такой.
  19. Thank you! It looks as needed.
  20. Hi! This tip doesn't works between two labels. Before label + edit/checkbox/other components works great, but two labels are drawn closer to each other. Maybe someone other tip could help me? Thank you.
  21. Подтверждаю. у меня на 1551 повторяется
×
×
  • Create New...