Jump to content

Sherzod

Moderators
  • Posts

    19781
  • Joined

  • Last visited

  • Days Won

    642

Everything posted by Sherzod

  1. Sherzod

    DBVerticalGrid

    Здравствуйте, Как мы можем воспроизвести проблему?
  2. Hello, Can you please specify, which edition are you using?
  3. Sherzod

    unichart click

    Sorry, Why?! You need to upgrade to the latest builds.
  4. Sherzod

    unichart click

    Hello, Can you please specify, which edition and build of UniGUI are you using?
  5. Can you check this link? https://stackoverflow.com/questions/18883601/function-to-calculate-distance-between-two-coordinates
  6. 1. UniPnlPrevision.LayoutConfig.Cls = custom-layout 2. CustomCSS: .custom-layout .x-table-layout-cell { vertical-align: bottom; } .custom-layout .x-table-form-item { margin-bottom: 0px; }
  7. ? AdsConnection1: TAdsConnection; AdsTable1: TAdsTable;
  8. Try to provide a few examples of the conditions you want to apply.
  9. Здравствуйте, Вы можете прикрепить простой тестовый случай, то что сделано на данный момент?!
  10. Hi, Please just provide a simple screenshot...
  11. Hello, Can you please clarify first, which edition and build of UniGUI are you using?!
  12. But it seems we already decided using reconfigure function for this !?
  13. Please clarify again what you wanted, and if possible make a test case.
  14. Can you make a simple testcase for this?
  15. Also you can use this approach I think. 1. UniContainerPanel ---> UniMemo (align = AlClient) 2. procedure TMainForm.UniFormCreate(Sender: TObject); begin with UniMemo1.JSInterface do JSAddListener('afterrender', 'function(){this.setStyle("width", "100%");this.setStyle("height", "100%")}'); with UniContainerPanel1.JSInterface do JSAddListener('afterrender', 'function(){this.initResizable({'+ 'dynamic: true,'+ 'pinned: true,'+ 'handles: "s e se",'+ 'heightIncrement: 20,'+ 'widthIncrement: 20'+ '})}'); end;
  16. Hello, I think it’s not right to use the editor for such purposes. What do you want to get from this?
  17. Hello, I guess not... For what purpose do you want to use it?
  18. Unfortunately, pdfjs (what you indicate in the screenshot) cannot convert pdf to word...
  19. Hello, Sorry, what do you mean?
×
×
  • Create New...