Jump to content

Sherzod

Moderators
  • Posts

    19744
  • Joined

  • Last visited

  • Days Won

    640

Everything posted by Sherzod

  1. Здравствуйте, Вы можете попробовать этот CustomCSS: .x-column-header { border: none; }
  2. For Resizable: function added(sender, container, pos, eOpts) { sender.resizable= true; //sender.draggable= true; } Stop: UniPanel1.JSInterface.JSCall('resizer.destroy', []); Resume: UniPanel1.JSInterface.JSCall('initResizable', []);
  3. For Draggable: function added(sender, container, pos, eOpts) { sender.resizable= true; //sender.draggable= true; } Then, in Runtime: UniPanel1.Draggable.Enabled := True/False;
  4. Hi, I assume that in such a layout, the header should always displayed.
  5. Hi, procedure TMainForm.UniFormCreate(Sender: TObject); begin UniPropertyGrid1.AttachedComponent := Nil; UniPropertyGrid1.AddProperty(['Prop1', 'Value1', 'Prop2', 'Value2']); end; procedure TMainForm.UniPropertyGrid1PropertyChange(Sender: TObject; const PropName: string; var PropValue: string; var Handled: Boolean); begin // end;
  6. Hi, Can you please explain in more details?
  7. Hello, How did you get the key? You can easily get your license key by pressing the Get License Keybutton. This will fill the License Key area with an appropriate key. Alternatively you can get your license key by clicking on the blue link: Web link to license key.... This will open a browser window which will open a page containing your key. You can paste the key in License Key area. http://unigui.com/resources/installation-instructions
  8. Hi, I'm sorry if I misunderstood you. But what do you mean when you say in runtime?
  9. Hi, One possible solution. Panel -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.titleCollapse=false; } Panel -> ClientEvents -> ExtEvents -> function afterrender: function afterrender(sender, eOpts) { sender.collapseTool.hide(); }
  10. Hi, http://forums.unigui.com/index.php?/topic/10779-how-expandcollapse-accordion-panels-by-pressing-a-button/&do=findComment&comment=56872 ?
  11. Hello, Yes, install in new hardware with the new generated key.
  12. Sherzod

    Mobile App APK

    Ok, sorry But isn't it UniGUI in the screenshots?:
  13. Sherzod

    Mobile App APK

    Hello, Please adjust your forum email address:
  14. Have you seen this demo for example?: \FMSoft\Framework\uniGUI\Demos\Desktop\AllFeaturesDemo
  15. Hi, Can you please explain in more details?
  16. Hello, Ok, thanks for the testcase We will check
  17. Просто попробуйте это: .zborders { border-color: #F5F5F5; border-width: 1px; border-style: solid; background: #fff; color: #000; font-size: 13px; font-weight: 300; font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif; }
  18. Hello, This is in our roadmap: uniGUI Equinox (1.90.0) (Q1/2019 - Q2/2019) New Features TagField
  19. Hello, Sorry for the late reply, Can you please make a simple testcase for this, or please open a ticket in the support portal with a test case?
  20. Hello, Maybe you wanted this config?: procedure TMainForm.UniFormCreate(Sender: TObject); begin UniLabel1.JSInterface.JSConfig('disabled', [True]); end;
  21. Hi, I'm sorry, forum support does not mean to fully resolve your requests. As I said above, that this is possible, and that was my opinion. And I apologize again for not being able to give you a test case for this at the moment
  22. Thank you, first of all please adjust your forum email address:
  23. Hi, Maybe something like this: UniTreeMenu1.JSInterface.JSCode(#1'.getEl().select(".x-treelist-item-text").each(function(el){el.setStyle("font-family", "Comic Sans MS")});');
  24. Which edition? Are you using a trial edition?
×
×
  • Create New...