Jump to content

Sherzod

Moderators
  • Posts

    19780
  • Joined

  • Last visited

  • Days Won

    642

Everything posted by Sherzod

  1. Hello, Yes, this is an issue for "for attribute doesn't match any element id". Need to check.
  2. 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'); } } });
  3. Hello, And? What would you like?
  4. Пожалуйста свяжитесь с ними, есть и продление. Да цена ниже.
  5. Доброе утро @Serg Попробуйте связаться с https://prodmag.ru Спасибо.
  6. Strange, in principle this should always return the actual "IP".
  7. So you open the desktop application on mobile devices? Can you check the above solution on desktop (PC, notebook)?
  8. They are used to customize ExtJS Themes. And in the case of uniGUI, they are useless...
  9. Are you using a mobile device? If so, which device, browser? And what application do you use: mobile or desktop?
  10. Are you using a mobile device? If so, which device, browser? And what application do you use: mobile or desktop?
  11. Well then you should have at least specified exactly which platform ))
  12. Hello, Please check out the demo: \FMSoft\Framework\uniGUI\Demos\Desktop\GridFiltering-2
  13. Have you checked the solution from the link above?
  14. Sorry for late response. One possible solution: 1. UniEdit1... function keydown(sender, e, eOpts) { var customVar = ajaxRequest(sender, 'getCVar', {}, false).responseText; alert(parseInt(customVar) + 5); } 2. procedure TMainForm.UniEdit1AjaxEvent(Sender: TComponent; EventName: string; Params: TUniStrings); begin if EventName = 'getCVar' then begin // Instead of 10, "any variable"... UniSession.SendResponse(10.ToString()); end; end;
  15. Which theme are you using? How can we reproduce? Basically themes control many styles.
  16. Well, the replacePswCnt variable was not found on the client side...
  17. At this point you find out that the client is not sending the request for many reasons...
×
×
  • Create New...