Jump to content

Sherzod

Moderators
  • Posts

    19825
  • Joined

  • Last visited

  • Days Won

    644

Everything posted by Sherzod

  1. Thank you. Can you please open a ticket in support portal?
  2. Sherzod

    Chart Format

    Specify your edition and build of UniGUI you are using.
  3. Hi, Maybe something like this? function chart.beforeInit(sender, config) { config.innerPadding={ left: 5 } }
  4. Hi, Can you please adjust your forum email address first? http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/
  5. If I understand you correctly, you can try these codes: UniPanel.JSInterface.JSCall('click', []); UniPanel.JSInterface.JSCall('fireEvent', ['click']); UniPanel.JSInterface.JSCall('fireEvent', ['click', UniPanel.JSControl]);
  6. One of the possible solutions I think. function resize(sender, width, height, oldWidth, oldHeight, eOpts) { Ext.defer(function() { var me=sender.items, dV=0; //first panel 50% dV+=50*width/100; me.getAt(0).el.setStyle("width", dV+"px"); //second panel 30% me.getAt(1).el.setStyle("left", dV+2+"px"); dV+=30*width/100; me.getAt(1).el.setStyle("width", dV+"px"); //last 20% me.getAt(2).el.setStyle("left", dV+2+"px"); dV+=20*width/100; me.getAt(2).el.setStyle("width", dV+"px"); }, 20); }
  7. Hi, Can you try this config? function chart.beforeInit function chart.beforeInit(sender, config) { config.innerPadding=10; }
  8. Hello, Then what the component is it?
  9. Sherzod

    fakepath

    Здравствуйте, Для дополнительной информации пожалуйста погуглите. А чтобы убрать попробуйте это решение:
  10. http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/
  11. If you need I can give you an approximate solution.
  12. Ok, It would be great if you adjust your forum email address.
  13. Which edition and build of UniGUI are you using?!
  14. http://forums.unigui.com/index.php?/topic/11359-falcon-store-components-unifs/ ?
  15. Hello, function time.beforeInit(sender, config) { config.increment=60; }
  16. Hello, I think that only fixed values. But you can use resize function and calculate...
  17. Hi, Again problems with ADO? How can we reproduce this issue?!
  18. Hi, Does it work on standalone?
  19. Sherzod

    Grid - RowWidget

    OK Но надеюсь, что будет и полный список баг репортов тоже.
×
×
  • Create New...