Jump to content

Sherzod

Moderators
  • Posts

    19815
  • Joined

  • Last visited

  • Days Won

    644

Everything posted by Sherzod

  1. Hi, This is considered to be a matter of style. But better to place DataSource components onto the individual forms I think. You can convert a form from using one data module to another by simply changing the DataSet property of the DataSource.
  2. Hi, Use UniSyntaxEditEx instead And try: UniSyntaxEditEx1.JSInterface.JSCall('codeEditor.setCursor', [100]);
  3. Hi, Also you can set this option: UniServerModule -> Options -> soRestartSessionOnTimeout = True
  4. Hi, Can you explain in more details ?
  5. Hi, Why you are using UniHTMLFrame1 for this ?!
  6. Hi, Sorry, can you clarify your question ?
  7. Sherzod

    UniDBGrid color

    Пожалуйста! Всегда рад помочь!
  8. Sherzod

    UniDBGrid color

    Maybe this post can help you:http://forums.unigui.com/index.php?/topic/10768-how-to-change-color-in-group-area-if-tunidbgridgroupingenabled-true/
  9. Sherzod

    UniDBGrid color

    Hi, Maybe you wanted like this: http://forums.unigui.com/index.php?/topic/9092-change-color-of-title-bar-unidbgid/&do=findComment&comment=47088
  10. Hi, If I understand you correctly, UniDBGrid -> Option-> dgDontShowSelected = True
  11. Sherzod

    dbgrid summary

    You can try to add this: font-weight: bold;
  12. Sherzod

    dbgrid summary

    Hi, Which build are you using ?
  13. Hi, I couldn't reproduce, how can we reproduce this issue ?! Can you try with the latest build ?
  14. Hi, Unfortunately, at the moment this is not possible
  15. OK (извините, кажется я не очень понял суть вопроса)
  16. Hi, Sorry, can you explain in more details, OnClick handler of what ?
  17. Здравствуйте, Вы можете отправить запрос для добавления такой возможности (http://www.unigui.com/support/support-portal) На данный момент можете попробовать следующее решение: UniContainerPanel -> 1. AutoScroll = False 2. ClientEvents -> ExtEvents -> function afterrender(sender, eOpts) { sender.setStyle('overflow-x', 'auto'); }
  18. Hello, Which build and edition of UniGUI are you using?
  19. Здравствуйте, Может Вам стоит установить UniImage -> Proportional = True ?
  20. Hello, Can you please report to support portal ?
×
×
  • Create New...