Jump to content

Sherzod

Moderators
  • Posts

    19683
  • Joined

  • Last visited

  • Days Won

    635

Everything posted by Sherzod

  1. Hello, Can you make a simple testcase to check?
  2. Добрый вечер, Какая сборка? Вы уверены что не работает? Я проверил на последней версии, работает.
  3. Hello Dominique, You can use removeCls, addCls (setCls) configs.
  4. Hello, Can you please explain in more details?
  5. http://forums.unigui.com/applications/core/interface/file/attachment.php?id=11000
  6. Yes In this case, you must use the Layout, LayoutAttribs properties of the form and panel.
  7. Hello, First please specify which edition and build of UniGUI are you using?
  8. Hi, This is the same: \FMSoft\Framework\uniGUI\Demos\Desktop\Clientside Alignment - Layout Border
  9. Hello, Are you using Client-side alignment?
  10. Hi, Can you make a simple testcase to check?
  11. function chart.beforeInit(sender, config) { config.axes[0].maximum = 7; config.axes[0].minimum = 1; config.axes[0].majorTickSteps = config.axes[0].maximum; config.axes[0].renderer = function(d, b, c, f) { if (Ext.isArray(d.cLables)) { var a = d.uLastIx; if (f === null) { a = 0 } d.uLastIx = a + 1; if (a < d.cLables.length) { return d.cLables[a] } } if (d.hideLabel == true) { return "" } if (Ext.isNumber(b)) { return Ext.util.Format.number(b, "#") } return b } }
  12. Hello, First of all, please specify the edition and build of Unigui.
  13. Hello, Sorry, I don't really understand what you want.
  14. Можете ли Вы воспроизвести эти поведения на онлайн демо? http://prime.fmsoft.net/demo/desktop/mdemo.dll
  15. I don't fully understand your case. Sorry, but as the saying goes, the right question is half the answer. I'm sorry for my misunderstanding.
  16. Well analyze this argument: particlesJS.load('body' 'body' -
×
×
  • Create New...