Jump to content

Sherzod

Moderators
  • Posts

    19790
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Can you try this approach? 1. CustomCSS: .customList .x-list-plain { width: max-content; } 2. UniListBox -> LayoutConfig -> Cls = customList
  2. Use UniMainModule... procedure TUniLoginForm1.UniButton1Click(Sender: TObject); begin UniMainModule.AUserName := 'This User'; UniMainModule.AUserID := 777; ModalResult:=mrOK; // Login is valid so proceed to MainForm end;
  3. Hello, One possible solution, try: procedure TMainForm.UniButton1Click(Sender: TObject); begin // for example first item UniRadioGroup1.JSInterface.JSCall('radioGroup.getRefItems()[0].hide', []) //show end;
  4. Hello, Can you make a simple testcase to see the issue?
  5. Hello, Try this approach for now (UniTreeView): procedure TMainForm.UniFormCreate(Sender: TObject); begin UniTreeView1.JSInterface.JSAddListener('afterlayout', 'function(){this.getEl().down(".x-tree-view").setStyle("overflowX", "auto")}'); end;
  6. Hello, In general, your approach is wrong... \FMSoft\Framework\uniGUI\Demos\Desktop\LoginForm http://unigui.com/doc/online_help/index.html?best-practices.htm
  7. Hello, \FMSoft\Framework\uniGUI\Demos\Desktop\Form Callback ?
  8. Please adjust your forum email address first.
  9. When "creating" you should not use JSCall, use JSConfig instead...
  10. It seems you have solved the problem by using ClientEvents?
  11. As you noted above, we still need to supplement LayoutConfig descriptions...
  12. Merhaba, You already have an application running, or the port is occupied by another program.
  13. Это свойство, как свойство Tag, предназначено для удобства разработчиков, Тег с "большими возможностями"...
×
×
  • Create New...