Jump to content

mhmda

uniGUI Subscriber
  • Posts

    1141
  • Joined

  • Last visited

  • Days Won

    157

Everything posted by mhmda

  1. This might help you http://forums.unigui.com/index.php?/topic/4118-msoft-slider-create-3d-banners
  2. We already did that in a App. That produce js animation so all you have is layers which is actually unilabels and uniimages and the user has the ability to use 'bring to front' and 'send to back'
  3. Use tpl: function beforeInit(sender, config) { config.listConfig={ getInnerTpl: function() { var tpl = '<div style="background-color:#f00">'+ '{val}'+ '</div>'; return tpl; } }; } Inside the tpl you may use function to do a check and change the background color.
  4. 1. With UniNumberEdit you cannot. 2. Use UniEdit with InputMask https://docs.sencha.com/extjs/6.5.2/modern/Ext.field.InputMask.html
  5. Do you need the icon per item or only one icon for the component?
  6. https://docs.sencha.com/extjs/6.2.0/classic/Ext.grid.plugin.CellEditing.html
  7. I started but I didn't finish it yet, I have no spare time, I will do my best to continue.
  8. I updated my original post and working as expected.
  9. هلا بالأخو هلا هلا
  10. I recompiled it and it's now working
  11. Which build and edition do you use?
  12. http://forums.unigui.com/index.php?/topic/7941-change-form-border/&do=findComment&comment=41408
  13. This might help you https://docs.sencha.com/extjs/6.5.3/modern/Ext.tip.ToolTip.html
  14. Hello, please use client side code in unievents > beforeinit and use xtemplate for the grouping title, you can find samples in project sample.
  15. Hi, have you debug the app using developers tools in chrom and see the network tab. When u scroll there is ajax request goes to the server to tell him about current record and the server also updates your edit with the desired value. If your network has issues then this will affect the performance. The best solution is tp use client side code to update the edit text, I always use that especially when I do search on the grid.
  16. It is all available in unigui framework, except the progressbar that indicates the ‰ of the upload process, if you want to handle it manually you have also to handle server side code, anyway you may use the event 'viewready' in the clientevents of the grid and then for the specific column add your progress bar, also you may use the column renderer event to insert the progressbar.
  17. 1. Yes. 2. Yes. 3. Yes, please refer to projects sample in User area section, all there.
  18. Which build and edition do you use?
  19. Unimdblist>unievents>beforeinit and see the template with functions
  20. Please refer to sample projects http://forums.unigui.com/index.php?/topic/8954-me-myself-cart-a-new-mobile-app-with-full-source-code/page-1&do=findComment&comment=49590
  21. http://docs.sencha.com/extjs/6.2.0/classic/Ext.XTemplate.html
  22. The exact solution is to use Xtemplate, it is very powerful and you may include inline function inside the template, I always use it especially in mobile.
  23. ينعاد ع الجميع بالصحة والخير واليمن والبركات
×
×
  • Create New...