Jump to content

Sherzod

Moderators
  • Posts

    19707
  • Joined

  • Last visited

  • Days Won

    637

Everything posted by Sherzod

  1. Только что проверил, приведенное выше решение работает отлично.
  2. Пожалуйста, настройте email и прикрепите тестовый случай. Проанализируем.
  3. Этот пост может Вам помочь:
  4. Пожалуйста, настройте Ваш email форума:
  5. Добрый день, ОК. Пожалуйста, укажите сборку и издание UniGUI.
  6. Hi, I will open a ticket on the support portal.
  7. function beforeInit(sender, config) { if (config.minValue > config.maxValue) { config.maxValue = Number.MAX_VALUE } }
  8. Hello, Well, it means this is not related to UniGUI then!?
  9. Hello, You can try this JS event: function beforeInit(sender, config) { config.listeners = { validitychange: function(sender, isValid) { if (isValid == false) { // custom logic... } } } }
  10. Hello, Do you have a simple testcase to check?
  11. Hello, And, what do you think? How does this relate to the cache?
  12. I understand the general condition is true: But I'm not sure if this condition is true:
  13. Hi Dominique. I think this is correct by design. But you can try to use something like this: //for example procedure TMainForm.UniFormCreate(Sender: TObject); begin TUniEdit(UniDBEdit1).EmptyText := 'Please, enter...'; end;
×
×
  • Create New...