Jump to content

Sherzod

Moderators
  • Posts

    19791
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. The column width or field truncated!?
  2. Hello, Sorry for the late reply. Which DB are you using?
  3. Hello Dominique, Can you inspect the image by opening the browser context menu?
  4. Пожалуйста, настройте Ваш email форума:
  5. Sherzod

    shopping cart

    Sorry, but where did you download this version?
  6. For example, I do not see a problem with the execution of this code, the scroll position remains in its place: UniHTMLMemo1.Lines.Add('<br>777');
  7. Какую версию и издание UniGUI используете?
  8. Please make a simple testcase with TUniHTMLMemo for example, to see what problem you are facing.
  9. One possible solution I think: procedure TMainmForm.UnimButton1Click(Sender: TObject); begin UnimMemo1.JSInterface.JSCode(#1'.inputElement.setScrollTop('#1'.inputElement.dom.scrollHeight);'); end;
  10. Sherzod

    shopping cart

    Hello, Sorry, can you please specify first, which edition and build of UniGUI are you using?
  11. Hi! This was implemented for the desktop, and I'm not sure how it will behave for the mobile, I’ll check.
  12. Здравствуйте, http://forums.unigui.com/index.php?/topic/8288-popup-menu/&amp;do=findComment&amp;comment=42387
  13. I'm sorry, I don't understand what you wanted.
  14. Please use the search, you can use "href" for example...
  15. Please make a simple testcase to check.
  16. Hello Dominique, This should be implemented in uniGUI Quasar (2.0.0): Gantt, Scheduler and Calendar components from Bryntum (Optional will be sold separately)
  17. What do you mean? procedure TMainForm.UniFormCreate(Sender: TObject); begin UniButton1.JSInterface.JSAddListener('click', 'function(sender, e, eOpts){window.open("https://www.digikala.com/", "_blank")}'); end; ?
  18. Thank you for the update. Can you please make a simple testcase and attach here? And can you upgrade to the latest build!?
×
×
  • Create New...