Jump to content

Sherzod

Moderators
  • Posts

    19790
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Hello Friends! One of these days I will try to post an example. Sources: Created based on UniSweetAlert and https://sweetalert2.github.io/ Theme: Material-UI, but it is possible to include and use the available themes (https://sweetalert2.github.io/#themes)
  2. Hello Friends! Try this. ColorComboBox.rar Limitations: procedure TUniServerModule.UniGUIServerModuleCreate(Sender: TObject); begin FormatSettings.DecimalSeparator := '.'; end;
  3. Я подготовлю и чуть позже выложу пример (компонент).
  4. Try this (font size): function chart.beforeInit(sender, config) { config.axes[1].label = { fontSize: 14 } }
  5. Sherzod

    Messagebeep

    Could you please explain in more detail?
  6. UniHTMLFrame1.ClientEvents.UniEvents.Clear; s:= 'beforeInit=function beforeInit(sender, config)'#13#10+ '{ '#13#10+ ' config.minHeight = 3600;'#13#10+ // THIS IS A MUST FOR MY PRODUCTION PROJECT '} '; UniHTMLFrame1.ClientEvents.UniEvents.Add(s); This is the reason why scrolling does not work. You need to use UniHTMLFrame.AutoScroll=True instead.
  7. Hello, You can simply renew your current subscription by going to customer portal and choosing Add a Product Option for your product: https://prime.fmsoft.net/userv/mportal.dll (How did you do it last year). Thank you.
  8. Hello, Try this config for now: function chart.beforeInit(sender, config) { config.series[0].marker = false; }
  9. Hello, One possible solution: function window.afterrender(sender, eOpts) { if (this.tools && this.tools.close) { this.tools.close.setHtml('<i class="fas fa-times"></i>'); /*this.tools.close.setHtml('<i style="color:black" class="fas fa-times"></i>');*/ } }
  10. Hello, Can you please clarify your question? And please specify which edition and build of UniGUI are you using?
  11. HI, \FMSoft\Framework\uniGUI\Demos\Desktop\GridGroupingSummaryGrandTotal ?
  12. procedure TMainForm.UniDBGrid1SelectionChange(Sender: TObject); begin ShowMessage((Sender as TUniDBGrid).CurrCol.ToString) end; ?
  13. Hello, https://docs.sencha.com/extjs/7.0.0/classic/Ext.window.Window.html#cfg-minimizable
×
×
  • Create New...