Jump to content

Sherzod

Moderators
  • Posts

    19792
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Добрый день, На данный момент, можете обрабатывать таким образом. 1. Triggers -> HandleClicks = True 2. UnimComboBox1 -> OnAjaxEvent -> procedure TMainmForm.UnimComboBox1AjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = 'trgclick' then begin ShowMessage(Params.Values['id']) end; end;
  2. Hello, Why do you need it, can you describe your case in more detail !?
  3. Hello, By default, no. You need to create/install a browser plugin I guess. Maybe this link will help you, don't know: https://qz.io/
  4. Hello, One possible solution. UnimSegmentedButton -> ClientEvents -> ExtEvents -> function painted(sender, eOpts) { sender.getRefItems().forEach(function(btn){btn.setIconAlign("top")}); }
  5. Здравствуйте, Тогда Вы можете попробовать создать свой массив констант.
  6. Well, if I understand you correctly, you can increase the values: UniPopupMenu1.Popup(X+xx, Y+yy, ANode);
  7. Hello, Which build are you using? Maybe you are using some config!?
  8. Hello, procedure TMainForm.UniTreeView1CellContextClick(ANode: TUniTreeNode; X, Y: Integer); begin UniPopupMenu1.Popup(X, Y, ANode); end;
  9. Hello, Sorry, your case is not very clear.
  10. Добрый вечер, Попробуем проанализировать.
  11. In the process, but there are also some nuances.
  12. Добрый вечер, Попробуйте: ComboBox_Color_Mobile.rar
  13. Hello, You can analyze this post: http://forums.unigui.com/index.php?/topic/17191-custom-scrollbar/
  14. Остаётся этот момент для мобильной версии...
  15. Или Вы будете использовать всегда такой вариант?
  16. Hello, Can you please explain in more details?
  17. Hello, Try use j instead of m. For example: jY
  18. Yes, you should use the altFormat config.
  19. And without this customization?
  20. Пока такой прогресс: Также есть некоторые ошибки:
  21. Нужно будет проанализировать... Но, не знаю, как быстро.
×
×
  • Create New...