Jump to content

Sherzod

Moderators
  • Posts

    19825
  • Joined

  • Last visited

  • Days Won

    644

Everything posted by Sherzod

  1. Hello, There are solutions on the forum, have you tried searching?
  2. Hello, Please clarify your problem? I do not see the problem.
  3. Hello, I think you should find (or develop) and install a browser plugin that specializes in this. And additionally use JS libraries that work with cryptography.
  4. For example, one possible solution. 1. procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniMemo1.JSInterface do JSAddListener('blur', 'function(){ajaxRequest(this, "_blur", ["cpos="+this.inputEl.dom.selectionStart])}'); end; 2. procedure TMainForm.UniMemo1AjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = '_blur' then (Sender as TUniMemo).CustomAttribs.Values['cpos'] := Params.Values['cpos']; end; 3. Usage: procedure TMainForm.UniButton1Click(Sender: TObject); begin ShowMessage(UniMemo1.CustomAttribs.Values['cpos']) end;
  5. Hello, Yes, the forum has solutions if I'm not mistaken.
  6. Hello, I slightly modified the code of the desktop component for mobile:
  7. Hello, Do you have 1200 combo boxes on your form? I think you should review the logic of your program.
  8. Добрый день, Имя пользовательского класса (CSS).
  9. Здравствуйте, В предыдущем посте, не проанализировали ссылку, которую давал?
  10. Hello, Trial edition? If not, please adjust your forum email address first.
  11. Trial edition? If not, please adjust your forum email address first.
  12. Hello, First of all please specify, which build and edition of UniGUI are you using?
  13. Этот пост может помочь:
  14. На форуме есть решения. К примеру для ComboBox:
  15. Да, но только не сейчас, чуть позже могу подключиться.
  16. В консоли браузера, ошибок нет?
×
×
  • Create New...