Jump to content

Oliver Morsch

uniGUI Subscriber
  • Posts

    356
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Oliver Morsch

  1. This is a global var which you cannot use in UniGUI. It is the same for all sessions.
  2. You could use 64bit or make a download link ( <a href="...">Download</a> )
  3. If you do that, the exe starts on server. => You must install the exe on client machine.
  4. You must give the form and the components a (unique) name.
  5. It is possible to use emojis in edits. Where is your problem?
  6. They are companion apps to uniGUI programs. They are not in google play. We install directly on customers devices.
  7. We use Delphi to develop Android apps. And it works.
  8. Have you set EnableAsynchronousOperations to true?
  9. For delphi it is good to use a SSD instead a HD.
  10. (https://www.tenforums.com/tutorials/49586-determine-if-windows-license-type-oem-retail-volume.html) But I don't know how it is, if you buy in europe where resale is allowed by law.
  11. Microsoft doesn't allow selling OEM products without computer, except in the european union, there it is allowed by law. So check the law in your country.
  12. http://forums.unigui.com/index.php?/topic/11186-wait-screen/&do=findComment&comment=59425
  13. Which value has your button for ModalResult?
  14. Try without "this->Close();". "ModalResult=mrOk;" should do the job (close the form).
  15. Is it possible to enter the edit mode in UniStringGrid by simple click (so that no doubleClick is needed)?
  16. I think it is not supported by Edge: https://caniuse.com/#feat=web-animation
  17. Don't use global vars, then it is threadsafe.
  18. You can send something like this: #:frmMsgCliCtrl.edtMsgTxt.inputEl.dom.value = "Test"
×
×
  • Create New...