Jump to content

Tokay

uniGUI Subscriber
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Tokay

  1. Maybe this approach can help: http://forums.unigui.com/index.php?/topic/13753-need-unifileupload-10gb/&tab=comments#comment-73962
  2. Hi! I try to placed the TUniSweetAlert on the Application Datamodule (in the UniGUI terms). I call TUniSweetAlert.Execute and it hangs here: UniSession.ProcessEvents even after 'OK' button pushed on the alert. When TUniSweetAlert placed on the form all works fine.
  3. Для дат/времен специальных фильтров очень не хватает, подтверждаю. Костыльные варианты есть, но всё не то.
  4. I'ts important to understand that all the data are located in the connected to a grid dataset, but not in the grid. And all needed data manipulations should be carried out with the dataset.
  5. Better way for community is to tell how you fixed the issue.
  6. DevExpress need to be rewritten, JCL and nonvisual JVCL mostly could work as is. The Indy, UniDAC, EAN I think also would work fine, QR could be rewritten, you can do the search on this forum about it.
  7. I've try to open descendant of the TServerControlPanelForm directly from my code (ServerControlPanelForm37.Show), not from the /server link. I also enabled soEnableSessionMonitor and soEnableSessionMonitorAdmin and added code on the descendant OnCreate: UniSession.AllowSessionAdmin := True; SessionsMenu.Enabled := True; ShowSessions1.Enabled := True; TermToolButton.Enabled := True; ShutdownServer.Enabled := True; The form shows and all needed menus and contorl is visible and enabled, but when I push the ShowSessions1 menu item, the form and the app is hangs. I used debugger and found that the CP form hangs here: U[I].LockSession (331 line of uniGUIServerCP mofule).
  8. Ok, great! The TabSessions works great. But how about the ManageServer? It's disabled. I think I found it. The soEnableSessionMonitorAdmin option is needed to enabled on the server module.
  9. TabSessions and ManageServer? I'm use 1545 version now.
  10. You can make descendant from the TServerControlPanelForm (module uniGUIServerCP). And add in the OnCreate event any translation code: with UniStringGrid1 do begin ColWidths[0] := 180; Cells[1, 0] := 'Текущий'; Cells[2, 0] := 'Пик'; Cells[3, 0] := 'Макс'; Also in your descendant form any modification is possisble.
  11. Ты посмотрел, в каких конкретно файлах проблемы? Я как-то пока не видел 10ти секундной задержки в унигуе. секунды 2 может максимум до логина. Проблему нужно изучать, а не надеяться на магию инструментов.
  12. Я так думаю что для начала стоит посмотреть в консоли браузера статистику загрузок файлов, что бы не гадать что там и как. К слову, антивирусы и прочие подобные фильтры могут существенно замедлять загрузку. Как на сервере с унигуем, так и на клиенте с браузером.
  13. Hi, dear library users and support team. I have same issue. I've try to add the manifest and get the 'Access denied: manifest.webmanifes' message in html. Please get for us solution for this issue or better fix the issue in source.
  14. Just switch on goRowSelect of the TUniStringGrid in the the 'Stringgid' demo.
  15. OK, I understand, thank you.
  16. I've found yet examples: object MainForm: TMainForm Left = 0 Top = 0 ClientHeight = 231 ClientWidth = 505 Caption = 'MainForm' OldCreateOrder = False MonitoredKeys.Keys = <> PixelsPerInch = 96 TextHeight = 13 object UniNativeImageList1: TUniNativeImageList Left = 272 Top = 48 Images = { 01000000FF00FF000136030000424D3603000000000000360000002800000010 0000001000000001001800000000000003000000000000000000000000000000 000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00 FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF FF00FF0000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000FF00FF000000FFFFFF00FFFFFFFFFF00 FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000 FF00FF00000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FF FFFFFFFF00FFFFFFFFFF00FFFF000000FF00FF000000FFFFFF00FFFFFFFFFF00 FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000 FF00FF00000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FF FFFFFFFF00FFFFFFFFFF00FFFF000000FF00FF000000FFFFFF00FFFFFFFFFF00 FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000 FF00FF00000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FF FFFFFFFF00FFFFFFFFFF00FFFF000000FF00FF000000FFFFFF00FFFFFFFFFF00 FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000 FF00FF00000000FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FF FFFFFFFF00FFFFFFFFFF00FFFF000000FF00FF000000FFFFFF00FFFFFFFFFF00 FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF000000 FF00FF0000000000000000000000000000000000000000000000000000000000 00000000000000000000000000FF00FFFF00FFFF00FF00000000FFFFFFFFFF00 FFFFFFFFFF00FFFF000000FF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF FF00FFFF00FFFF00FF000000000000000000000000000000FF00FFFF00FFFF00 FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF 00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FFFF00FF FF00FF} end end
  17. не стоит завязывать бэк жестко за интерфейс, это существенно упростит обработку. почитайте про разделение интерфейсного и бизнес-кода. у нас проблем при обновлении фактчески нет, больше ста форм в проектах. правда, кастомных компонент мало. есть некоторые сложности с текущей версией, тут баги кидал, более критичные и менее критичные. Фаршад вопросы чаще решает, чем нет. Мы на днях обновили версию (продлили подписку). Да, хотелось бы увеличить скорость разработки. Достаточно много вопросов остается без решения. Однако мы видим возможным пока что платить и продвигаться в надежде на развитие проекта.
  18. When goRowSelect is on in the TUniStringGrid, and background color is set then the row is highlighted incorrectly (back color is gray, not blue sky on the classic theme), I have added the screenshot from the 'Stringgid' demo: And therefor is hard to understand which row currently is selected when all backgrounds are changed (bottom on the screenshot):
  19. Do up the topic. Does it possible to draw an image inside the TUniStringGrid components? Any way is accepted. I don't want to move to the DB grid component in some locations. I've found unclear solution here: but don't know how to implement it.
×
×
  • Create New...