Jump to content

Sherzod

Moderators
  • Posts

    19516
  • Joined

  • Last visited

  • Days Won

    630

Everything posted by Sherzod

  1. Ok @Maybar Don't know yet, I will try to analyze.
  2. Hello, Are you using a licensed uniGUI?
  3. I didn't look at your last test case. Anyway, in my opinion, css classes should be defined at "design time" and not at runtime. I think this is good practice.
  4. You can open a request in the support portal.
  5. Try this: constructor TMainForm.Create(AOwner: TComponent); begin inherited; with UniServerModule.CustomCSS do begin Add('.round1 .x-panel-body {'); Add(' border-radius: 50px;'); Add('}'); end; TUniLayoutConfig(UniPanel1.LayoutConfig).Cls:= 'round1'; end;
  6. These codes work. But this is not a fact that your CustomCSS will work correctly.
  7. Sorry, yes. UniFormattedNumberEdit (AutoNumeric) does not support input type number.
  8. How? In most modern browsers, opening a local file using a link (href) is not possible for security reasons. This limitation is due to security policy.
  9. Please adjust your forum email address:
  10. Hello, First of all please specify which edition and build of uniGUI are you using?
  11. Hello, Yes, this is an issue for "for attribute doesn't match any element id". Need to check.
  12. Hello, Can you test this approach for now? MainForm.Script -> Ext.define(null, { override: 'Ext.form.Label', afterRender: function () { this.callParent(arguments); if (Ext.isEmpty(this.forId)) { this.getEl().dom.removeAttribute('for'); } } });
  13. Hello, And? What would you like?
  14. Пожалуйста свяжитесь с ними, есть и продление. Да цена ниже.
  15. Доброе утро @Serg Попробуйте связаться с https://prodmag.ru Спасибо.
  16. Strange, in principle this should always return the actual "IP".
  17. So you open the desktop application on mobile devices? Can you check the above solution on desktop (PC, notebook)?
  18. They are used to customize ExtJS Themes. And in the case of uniGUI, they are useless...
  19. Are you using a mobile device? If so, which device, browser? And what application do you use: mobile or desktop?
  20. Are you using a mobile device? If so, which device, browser? And what application do you use: mobile or desktop?
  21. Well then you should have at least specified exactly which platform ))
×
×
  • Create New...