Jump to content

Sherzod

Moderators
  • Posts

    19730
  • Joined

  • Last visited

  • Days Won

    639

Everything posted by Sherzod

  1. New Feature [UNG-2771] - UniMainModule: New Title property.
  2. Can you try this approach? function beforeInit(sender, config) { config.defaults = { border:0 }; }
  3. UniPanel1.JSInterface.JSCall('updateLayout', []); Or can you make a simple testcase for reproduce?
  4. 10) After building all packages install design time packages by right-clicking and selecting Install in following order: • SynEdit_D20xx.bpl • uniGUIxxdcl.bpl • uniGUIxxChartdcl.bpl • uniGUIxxmdcl.bpl (Plus/Complete Editions only) http://unigui.com/resources/installation-instructions
  5. Hello, Which edition and build of UniGUI are you using at the moment?
  6. CSS class names should not begin with a number...
  7. .avatar50 img { vertical-align: middle; width: 50px; height: 50px; border-radius: 50%; } .avatar24 img { vertical-align: middle; width: 24px; height: 24px; border-radius: 50%; } function beforeInit(sender, config) { config.cls='avatar50' } function beforeInit(sender, config) { config.cls='avatar24' }
  8. http://forums.unigui.com/index.php?/topic/9766-unicalendar-missing-event/&do=findComment&comment=50678
  9. Hi, Can you please explain in more details what you wanted? Which build are you using? In the latest versions doLayout changed to updateLayout
  10. Hi, http://forums.unigui.com/index.php?/topic/8730-unicalendarpanel-change-settings/&do=findComment&comment=64445
  11. First you need to set the editor to Readonly := True Then use Ctrl+Click
  12. http://forums.unigui.com/index.php?/topic/11844-как-определить-находится-ли-ячейка-в-сгруппированном-ряду/&do=findComment&comment=63068
  13. http://forums.unigui.com/index.php?/topic/11844-как-определить-находится-ли-ячейка-в-сгруппированном-ряду/&do=findComment&comment=63068
  14. One possible solution: 1. CustomCSS: .textCard { text-align: center; font-family: 'Bowlby One SC', cursive; //font-size: 3.5vw !important; } 2. UniLabel1 -> FontSize = 34 3. p1 -> OnResize event: procedure TMainForm.p1Resize(Sender: TUniControl; OldWidth, OldHeight: Integer); begin UniLabel1.Font.Size := Round(p1.Width * 0.08) end;
  15. I think there are many solutions for this, I will try to analyze
  16. Hello, Can you please specify which edition and build of UniGUI are you using?!
  17. OK Sorry, this moment is not very clear to me
  18. Hello, Can you make a simple testcase for this?
  19. Hi, Can you please explain what you wanted?
  20. Hello, \FMSoft\Framework\uniGUI\Demos\Desktop\CustomControl-1 \FMSoft\Framework\uniGUI\Demos\Desktop\CustomControl-2 \FMSoft\Framework\uniGUI\Demos\Desktop\CustomControl-3 \FMSoft\Framework\uniGUI\Demos\Desktop\CustomControl-4 \FMSoft\Framework\uniGUI\Demos\Desktop\CustomControl-5
  21. Merhaba, Use UniMainModule -> OnSessionTimeOut event procedure TUniMainModule.UniGUIMainModuleSessionTimeout(ASession: TObject; var ExtendTimeOut: Integer); begin ExtendTimeOut := 600000; // you can set "your" time in milliseconds end;
  22. Hi, http://forums.unigui.com/index.php?/topic/12231-messagealerttoast-before-uniapplicationrestart/&do=findComment&comment=65232
×
×
  • Create New...