Jump to content

Sherzod

Moderators
  • Posts

    19813
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Hi, Please see the documentation: http://unigui.com/doc/online_help/synch-and-asynch-operations.htm
  2. Where is the project file? ) And sorry, can you show by screenshot what the problem is?
  3. Hello, Can you make a simple testcase for this?!
  4. Sherzod

    Setting Root Path

    Are you using a cracked version?
  5. Hi, One possible solution by using ClientEvents UniToolBar -> ClientEvents -> UniEvents function beforeInit(sender, config) { config.defaults = { listeners: { enable: function(sender, eOpts) { // }, disable: function(sender, eOpts) { // } } } }
  6. Hello, Sorry, can you clarify your question?
  7. Sherzod

    uniMainModule

    Здравствуйте, Вам стоит позаботиться об уничтожении этих объектов в событии OnDestroy
  8. Hello Angelica, I'm fine, thank you. And you?! OK, I will try
  9. Thanks for the testcase. Maybe one possible solution for now, can you try ? Uses ..., ExtPascalUtils; procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniComboBox1 do ClientEvents.UniEvents.Values['beforeInit'] := 'function beforeInit(sender, config) {'+ ' config.listConfig = {'+ ' tpl: new Ext.XTemplate('+ ' ''<tpl for="."><div class="x-boundlist-item" style="'+ Font.ToStyleString(True) +'">{val}</div></tpl>'', {'+ ' disableFormats: true'+ ' }'+ ' )'+ ' };'+ '}'; end;
  10. Sorry, I did not fully delve into your code, but you can try without <form> tag
  11. Yes, I understood, but probably this cannot be done quickly, you can also search js libraries for this and try to embed By the way what is it?
  12. Hi, Can you please specify which edition and build of UniGUI are you using?
  13. Hello Angélica, Sorry, can you make a simple testcase for this?!
  14. Ie, login form does not close for some time?
  15. Hi, It uses a gif file which is limited in size...
  16. Hello, Maybe like this?: https://www.owasp.org/index.php/Forgot_Password_Cheat_Sheet
  17. Hi Dominique, Is your grid read-only?
  18. How will you manage, exactly in which cells the button should be displayed?
  19. Hi, Can you explain in more details, for what purpose? Maybe this post can help you:
  20. UniEdit1 (filter editor) -> CharEOL = #0, ... -> Filtering.changedelay := 4000 (40000) - this will work
  21. Hi, For the second example, CharEOL property is set in the editors: For example UniEdit1 -> CharEOL = #13 (default #0)
×
×
  • Create New...