Jump to content

Sherzod

Moderators
  • Posts

    19789
  • Joined

  • Last visited

  • Days Won

    643

Everything posted by Sherzod

  1. Hello, Sorry, can you explain in more detail ?
  2. Hello, http://forums.unigui.com/index.php?/topic/10479-datetimepicker/&do=findComment&comment=55030
  3. Sherzod

    use cc

    You need a customer portal password...
  4. Sherzod

    use cc

    Hi, Thank you! Please adjust your forum email address http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/
  5. Hi, As a workaround for now, this post can help you http://forums.unigui.com/index.php?/topic/10612-how-to-hide-tunitreemenu-items-dynamically/
  6. Hi, What database, db components are you using ?
  7. What images you will be using, or do you want to show icons + text ?
  8. Hi, I think it's time to upgrade to ExtJS 6...
  9. In your case a dirty workaround: procedure TMainForm.ClientDataSet1AfterScroll(DataSet: TDataSet); begin try if ClientDataSet1.FieldByName('TaxRate').AsInteger = 0 then UniSession.AddJS('try {' + UniTabSheet1.JSName + '.tab.btnInnerEl.setStyle("color", "#008000")} catch(err){}') else UniSession.AddJS('try {' + UniTabSheet1.JSName + '.tab.btnInnerEl.setStyle("color", "#000080")} catch(err){}'); except // end; end;
  10. Hi, If possible, make a simple testcase, we will check..
  11. Ah sorry, if the total, yes, "sum"
  12. Hi, Is the text field read-only?
  13. Try this: function chart.beforeInit(sender, config) { config.series[0].tooltip = { trackMouse: true, width: 120, renderer: function(tip, item) { tip.setTitle(item.get('LL')); tip.update('<b>' + Ext.util.Format.number(item.get('A').toFixed(2), '0,000.00') + ' (' + ((item.get('A') / sender.store.max('A')) * 100).toFixed(2) + ' %)' + '</b>'); } } }
  14. And once again I'm sorry, How do you calculate the total value?
  15. Hi, Can you explain in more detail what you wanted ?
  16. Hi, It should work. Which build are you using? Where do you use this code?
  17. Этот пост может Вам помочь http://forums.unigui.com/index.php?/topic/8405-silent-installation
  18. Merhaba, Which way do you open a new tab? Can you give a part of code?
  19. Добрый вечер, Пожалуйста, в первую очередь настройте Ваш email: http://forums.unigui.com/index.php?/topic/6291-new-users-please-adjust-your-forum-email-address/
  20. Merhaba, uniGUI - v1.10.0.1470: [UNG-2625] - uniCalendarPanel: New WeekTimeRange property. [UNG-2626] - uniCalendarPanel: New DayTimeRange property. [UNG-2627] - uniCalendarPanel: New DayTimeFormat property. [UNG-2628] - uniCalendarPanel: New WeekTimeFormat property.
  21. Hello, You can open a ticket in support portal, we will try to implement this feature
×
×
  • Create New...