Jump to content

Sherzod

Moderators
  • Posts

    19698
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. Hello, Hmm, I couldn't reproduce your issue.
  2. Hello, Sorry we didn't respond in a timely manner. Good luck.
  3. Hello, Can you make a simple testcase to reproduce?
  4. Hello, There are solutions on the forum, have you tried searching?
  5. Hello, Please clarify your problem? I do not see the problem.
  6. 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.
  7. 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;
  8. Hello, Yes, the forum has solutions if I'm not mistaken.
  9. Hello, I slightly modified the code of the desktop component for mobile:
  10. Hello, Do you have 1200 combo boxes on your form? I think you should review the logic of your program.
  11. Добрый день, Имя пользовательского класса (CSS).
  12. Здравствуйте, В предыдущем посте, не проанализировали ссылку, которую давал?
  13. Hello, Trial edition? If not, please adjust your forum email address first.
  14. Trial edition? If not, please adjust your forum email address first.
  15. Hello, First of all please specify, which build and edition of UniGUI are you using?
  16. Этот пост может помочь:
×
×
  • Create New...