Jump to content

Sherzod

Moderators
  • Posts

    19796
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Hello, Try this approach. 1. CustomCSS: .x-form-layout-custom-wrap { border-spacing: 25px; display: table; width: 100%; border-collapse: separate; } 2. MainForm -> ClientEvents -> UniEvents -> [form] -> function form.beforeInit(sender, config) { config.layout = { type: 'form', //itemSpacing: 100 formWrapCls: 'x-form-layout-custom-wrap' }; } 3. Result:
  2. Hello, Please provide more information.
  3. Hello, Which build and edition of UniGUI are you using?
  4. I don’t even know, the object has a renderer method, need to analyze it.
  5. Are you using trial version?
  6. Hello, Sorry, your case is not very clear.
  7. I will open a ticket in the support portal.
  8. Sherzod

    UnimDBComboBox

    And please update to the latest version if possible... Thank you.
  9. Sherzod

    UnimDBComboBox

    Picker = dptFloated ?
  10. Sherzod

    UnimDBComboBox

    Is this working ok?
  11. Sherzod

    UnimDBComboBox

    Something I can't see the difference...
  12. Sherzod

    UnimDBComboBox

    Hello, Sorry, can you please explain in more details !?
  13. Have you tried the solution above? You didn't use the code above. Try: procedure TMainForm.UniButton1Click(Sender: TObject); begin //UniContainerPanel1.Layout := 'vbox'; UniContainerPanel1.JSInterface.JSCall('getLayout().setVertical', [True]); //vbox UniContainerPanel1.JSInterface.JSCallDefer('updateLayout', [], 20); end;
  14. Hello, Something like this? (Source: https://datavizproject.com/data-type/mind-map/)
×
×
  • Create New...