Jump to content

Sherzod

Moderators
  • Posts

    19736
  • Joined

  • Last visited

  • Days Won

    639

Everything posted by Sherzod

  1. It is a trial edition limitation! Compared with regular edition Trial edition has some limitations which are listed below: 64-Bit DCUs are not included. Sessions are limited to a certain timeout around 5 minutes and will be forcefully terminated after timeout. Random nag message when a session starts. Form captions can not be changed IDE designers and compiled applications expire when a certain date arrives. Stress Test Tool and other utilities are not included. Other limitations. Beside above limitations trial version is fully functional and will help you to get a complete idea about all framework features. Please download your edition of UniGUI from the portal
  2. Sorry, from where did you download? Seems you are installing a trial edition
  3. Can you fully uninstall and install again?
  4. Seems you have reinstalled UniGUI incorrectly
  5. Which edition did you use before, trial?
  6. Where are you generating this? How will you distinguish between these links?
  7. Hello, I couldn't reproduce Can you make a simple testcase?
  8. Can you try to use this config?: procedure TMainForm.UniFormCreate(Sender: TObject); begin UniBitBtn1.JSInterface.JSConfig('textAlign', ['left']); end;
  9. Ясно Возможно на данный момент, как вариант, Вам стоит посмотреть на TinyMCE ?
  10. Добрый день! Используете ActiveX или что-то другое?!
  11. Can you please make a simple testcase for this?
  12. Try with defer: ... rgOrdem.Items[1] := 'By Code Desc.'; rgOrdem.JSInterface.JSCode('Ext.defer(function(){'#1'.radioGroup.items.getAt(' + IntToStr (2) + ').setDisabled(true)}, 100);'); ...
  13. Hi, Can you explain? If I understand you correctly, you can do it in OnClick event
  14. Hi, I'm fine, thank you. How are you? OK I will check.
  15. Hi, Sorry, can you please specify which edition and build of UniGUI are you using?!
  16. Sherzod

    Printing PDF

    Anyway, can you please open a ticket in support portal?
  17. Sherzod

    Printing PDF

    Hi, Which version of IE are you using?
  18. Sherzod

    Printing PDF

    Hi, Can you please explain in more details, what problem do you have? Which browser are you using? Just tested on Chrome, It seems everything is OK
  19. CustomCSS полностью не проанализировал, простите Но как решение попробуйте этот код UniPanel -> ...: function afterrender(sender, eOpts) { var me=sender.getEl(); me.setTop(me.getTop()-12); }
  20. Hello, Sorry, which edition and build of UniGUI are you using?
×
×
  • Create New...