Jump to content

Georges Soares

uniGUI Subscriber
  • Posts

    128
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Georges Soares

  1. I do not understand your questioning? But on the uniGUI Mobile, what I've noticed is a great evolution, many improvements and new components appearing, I believe that soon will be perfect. Our friend Farshad is doing a fine job.
  2. Good afternoon community ... Here's a work I'm putting into the new uniGUI with extjs 6.5, remembering that there's an app in the Google Play Store (Guia da Serra MT) made with Android Studio that makes interactions with uniGUI, Call, Share, close App etc. .. Old Version: Extjs 4.2 http://ipapp.guiadaserramt.com.br/GuiaOnlineAnt.dll/m New Version: Extjs 6.5 http://ipapp.guiadaserramt.com.br/GuiadaSerra.dll/m
  3. the code is wrong. I checked via console.log. the value of (me.getScrollable () position.y === me.getScrollable (). getSize () y) It's never the same, and I did not figure out how to make the adjustment, for Desktop I thought, but Mobile did not. so I did a multiplication by 0.9 to adjust. Do you have a solution to this difference? var me = this; me.getScrollable().on('scrollend', function(event) { Ext.defer(function() { console.log('posfora:' + me.getScrollable().position.y); console.log('sizefora:' + me.getScrollable().getSize().y); if (me.getScrollable().position.y >= (me.getScrollable().getSize().y * 0.9)) { console.log('posDentro:' + me.getScrollable().position.y); console.log('sizeDentro:' + me.getScrollable().getSize().y); ajaxRequest(me, 'getProdutos', []); } }, 1000) });
  4. function painted(sender, eOpts) { var me = this; me.getScrollable().on('scrollend', function(){ ajaxRequest(me, 'getProdutos', []); }); } It was like this. but when rolling 50% it already makes the call ajax.
  5. rs rs rs rs, I had tried, but I had not put that .ON My friend, where do I find this information!
  6. perfect thank you! But I made an adjustment for my application, so at the end of the list it loads more products. it is perfect. function painted(sender, eOpts) { var me = this; me.getScrollable().getScrollElement().addListener('scroll', function() { Ext.defer(function() { if (me.getScrollable().position.y = me.getScrollable().getSize()) { ajaxRequest(me, 'getProdutos', []);} }, 1000) }); } I hope I did it right, if you have suggestions you can send me, thank you.
  7. As this code would be in the new uniGUI, I tested the new version and it does not work. Where to look for a reference of what has changed from extjs 4 to 6, in order to facilitate our migration.
  8. Hello community! Unfortunately this is in Portuguese, but I would like to share with you a quick way to use Bootstrap in uniGUI. Bootstrap.rar
  9. In hybrid projects when placing JS files, Mobile stops working. But there is no mistake, does anyone have any tips? PagingToolbarResizer.js ProgressBarPager.js Searching.js
  10. Farshad has already released the version that allows to install 2 uniGUI, it was Show, already I am working in both. Very good indeed. Thank you very much. Long Life to uniGUI
  11. Thanks for the answer, I'll test. Now with the release of uniGUI 1440 it was easier to start the tests, if someone can run it with the extjs 6.5 version, I'll be grateful to share it.
  12. I managed in Berlin to run uniGUI with extjs 4.2.5 and in Tokyo with version 6.5, but I had to do a lot of things manually. it would really be great if you had the ExtJS 6.5 version run separately so you could run tests. including Runtime, so we could have projects running with 4.2.5 and some tests in 6.5
  13. Hello, Something strange is happening when I use the ActionButtons, if it has the Last option, it gives the error of IMG1 when clicking Confirm of RowEditor, and if it is First it gives the error of IMG2
  14. I'm creating the caption in English, but I had no idea how difficult and time-consuming it is to tag a video.
  15. Thank you, the grid is show, congratulations. I was able to install it with Paulo da Fênix Help, but it really is not yet compatible, I'm grateful as soon as I can share it updated.
  16. I tried to install with uniGUI 6.5 in Tokyo up2 and the access violated, is there any update already? Thank you
  17. Today 27/12/2017 starts a great delphi event in Brazil, I will be lecturing on the uniGUI there, with the theme: Interaction between the Mobile Web Application uniGUI with FMX Android APK. I hope everyone there, thank you. http://intensivedelphi.com.br
  18. Calendar of Commitments with uniGUI I show in this video based on a source code provided in the Group by Robinho, how to create a calendar where you can put badges on days with appointments. I use the components of the Fênix: http://app.fenixerp.com.br/unigui/ [PT-BR] Calendário de Compromissos com uniGUI Mostro nesse vídeo com base em um código fonte fornecido no Grupo por Robinho, como criar um calendário onde você pode colocar marcações (badge) nos dias com compromissos. utilizo os componentes da Fênix: http://app.fenixerp.com.br/unigui/ VIDEO https://youtu.be/f0ws4zcuRtM Caledario2.rar
  19. Good Morning! I have just finished the project that finishes the three levels of Courses, finished in advance, and pleasing all Students, Thank you ... Will be seen in this class 1. Creating the Delphi FMX APK 2. UniGUI Interaction -> FMX (Close APK, Share WhatsApp, Share, Connect, Get Photo, Get BarCode / QrCode) 3. Interaction FMX -> uniGUI (Sending the photo to the server, sending the barcode to the uniGUI Edit) Notice to everyone who is interested in the Course that I am creating the caption to attend to the global community, soon I will be making it available.
  20. My English sucks, I'm checking a person to dub my videos.
×
×
  • Create New...