Jump to content

Sherzod

Moderators
  • Posts

    19744
  • Joined

  • Last visited

  • Days Won

    640

Everything posted by Sherzod

  1. function form.afterrender(sender, eOpts) { load(); } ? Ok, in any case, we will analyze
  2. Hello, Are you sure that your test case runs at all?
  3. Hi, Are you testing in the latest trial build?
  4. Добрый день! Пожалуйста, можете уточнить вопрос?!
  5. In any case, you need to use the latest builds.
  6. Как обходное решение, попробуйте этот код: with UniPanel1 do begin JSInterface.JSCall('setBodyStyle', ['background', 'url(files/tulips.jpg)']); if Background.Fit then JSInterface.JSCall('setBodyStyle', ['background-size', '100%']); end;
  7. Hello, Which edition and build of UniGUI are you using?
  8. Здравствуйте. Пожалуйста, отправьте запрос в портал поддержки.
  9. Здравствуйте, Можете протестировать другие темы тоже?
  10. It seems, known behavior But, in any case, can you make a simple testcase for this?
  11. Hi, Thank you for your interest in UniGUI! Sorry, for what purpose do you want to use?
  12. Try this: UnimPanel2.JSInterface.JSCall('element.dom.scrollIntoView', [True]);
  13. Hi, One possible solution. procedure TMainmForm.UnimFormCreate(Sender: TObject); begin with UnimSegmentedButton1 do JSInterface.JSAddListener( 'painted', JSControl.JSFunction('me', 'me.element.select(".x-body-el").elements.forEach(function(el){el.style["font-size"] = "20px"});') ); end;
  14. Hello Gabriel, Yes, I could not succeed, I will check it again
  15. Hi, Can you please open a ticket in support portal?
  16. Hello, You can try this approach ... type TExUniCustomDBGrid = class (TUniCustomDBGrid) end; procedure TMainForm.UniButton1Click(Sender: TObject); begin if mu.Text='NUMBER' then UniDBGrid1.Columns.Items[1].Editor:=edtDecimal else UniDBGrid1.Columns.Items[1].Editor:=edtTime; TExUniCustomDBGrid(UniDBGrid1).DoConfigureJSColumns(UniDBGrid1.DataSource.DataSet); end;
  17. Здравствуйте, http://forums.unigui.com/index.php?/topic/12589-grid-widged-stack-overflow-exception/&do=findComment&comment=67047
  18. Здравствуйте, А где (и что) присваиваете Y?
  19. Hello, Can you please specify which edition and build of UniGUI are you using?!
  20. Hello Dominique, Can you give us more details or make a simple testcase for this?
×
×
  • Create New...