Jump to content

Marlon Nardi

uniGUI Subscriber
  • Posts

    613
  • Joined

  • Last visited

  • Days Won

    70

Posts posted by Marlon Nardi

  1. News :cool:

    • UniFSToast - Add New event Onlick;
    • UniFSConfirm - Add News (Options Keys Enter Click, Esc) and small fix;
    • UniFSKendoUI - (Alignment correction, Performance improvements, Updated the original library to the latest version, Added debug support, Minor other improvements)
    • UniFSPopup - New Component :D @walterf3 @eduardosuruagy

    https://store.falconsistemas.com.br

    Sample: https://demos.falconsistemas.com.br/?tela=tfrmpopup

    For support, please send e-mail for suporte@falconsistemas.com.br

    FSPopup

    • Like 1
  2. Hi Sergio,

    Please download the latest version of the FSKendoUI component, were made:

    • Alignment correction
    • Performance improvements
    • Updated the original library to the latest version
    • Added debug support
    • Minor other improvements

    If you already have the UniFalcon package, simply download and install using the included installer, if you do not have the package you may be downloading this component separately, it is free.

    https://store.falconsistemas.com.br

    Sample: https://demos.falconsistemas.com.br/?tela=tfrmkendoui

    For support, please send e-mail for suporte@falconsistemas.com.br

    23779185_CapturadeTela2020-06-05as21_35_45.thumb.png.ee7060c8b9093c125fbe0d340a8fdba7.png

     

  3. 3 minutes ago, eduardosuruagy said:

    Eu queria fazer de uma forma dinâmica, tipo assim, qd abrir no celular ou tablet eu iria deixar as colunas invisíveis e mostrar elas como uma dica. 

    Exemplo: Tenho um grid com 10 colunas ai quando abro no tablet eu deixaria as 5 primeiras colunas visíveis e as outras 5 eu colocaria elas como uma dica. Sendo que isso eu tenho que fazer em vários grids ai se conseguisse colocar no formulário padrão seria melhor. 

    Neste caso você também consegue, porém irá ter que fazer de forma manual
    -
    In this case you can do it too, but you will have to do it manually

        '                if (column.dataIndex == ''1'') { '+
        '                    tip.update('' '+
        '                              <b>Dica 5</b> '' + record.data[parseInt(5)] + '' </br> '+
        '                              <b>Dica 6</b> '' + record.data[parseInt(6)] + '' </br> '+
        '                               ''); '+
        '                }'+


     

  4. 2 minutes ago, eduardosuruagy said:

    Oi Marlon, ótima dica essa...

    Eu queria saber se tem como fazer uma alteração da seguinte forma, tenho um grid com 10 colunas ai quero deixar as colunas invisíveis a partir da 5º, ai eu queria colocar essa dica nas colunas visíveis. Entendeu?

    Sim você consegue fazer com este mesmo exemplo, você vai utilizar o index de sua Column, neste seu caso o index vai iniciar na posição 5
    --
    If you can do the same example, you can use your column index, in which case the index will start at position 5

        '                if (column.dataIndex == ''5'') { '+
        '                    tip.update('' '+
        '                              <b>Descrição Coluna 5</b> '' + record.data[parseInt(5)] + '' '+
        '                               ''); '+
        '                } '+
    
        '                if (column.dataIndex == ''6'') { '+
        '                    tip.update('' '+
        '                              <b>Descrição Coluna 6</b> '' + record.data[parseInt(6)] + '' '+
        '                               ''); '+
        '                } '+


     

  5. image.png.1d11e0e7dbe0cc9f579ffa3d4e707958.png

    https://financeiro.app 

    Add in UniDBGrid -> ClientEvents.ExtEvents.Values['viewready'] 
    Sample:

      dbg.ClientEvents.ExtEvents.Values['viewready'] :=
        'function viewready(sender, eOpts) '+
        '{ '+
        '    sender.view.tip = Ext.create(''Ext.tip.ToolTip'', { '+
        '        target: sender.view.el,'+
        '        delegate: sender.view.cellSelector, '+
        '        trackMouse: true, '+
        '        showDelay: 50, '+
        '        hideDelay: 50, '+
        '        renderTo: Ext.getBody(), '+
        '        listeners: { '+
        '            beforeshow: function updateTipBody(tip) { '+
        '                gridColums = sender.view.getGridColumns(); '+
        '                column = gridColums[tip.triggerElement.cellIndex]; '+
    
        '                record = sender.view.getRecord(tip.triggerElement.parentNode); '+
    
        '                if (column.dataIndex == ''3'') { '+
        '                    tip.update('' '+
        '                              <b>Descrição</b> '' + record.data[parseInt(3)] + '' </br> '+
        '                              <b>Categoria de Despesa</b> '' + record.data[parseInt(11)] + ''  '+
        '                               ''); '+
        '                } else { '+
        '                    return false; '+
        '                } '+
        '            } '+
        '        } '+
        '    }); '+
        '} ';

     

  6. Hi @Jassiv Guerrero

    Simple UniDBGrid link DataSource read column bd:

    <span>
      <div class="media-left">
        <img class="media-object" alt="48x48" style="width: 48px; height: 48px;" src="\imagens\componentes\unifalcon.png">
      </div>
      <div class="media-body">
        <h5 class="media-heading"><b>UniFalcon <span title="última atualização" class="label label-warning">Up 02/01/2020</span></b></h5>
        <p>Pacote de componentes unigui da falcon sistemas.</p>
      </div>
    </span>

    the style of grid is provenient of component UniFSTheme:

    image.png.4fc3488a0054ec25c9c346fa2ad30b7c.png

    • Like 1
  7. On 7/16/2019 at 3:25 PM, ch971 said:

    Hello Hayri ASLAN

    Thank you for your reply

    This is what is happening now.
    I draw a line from the direction points  using the vectors... but it's very ugly on the screen..

    I would like to do what I can do with the competing components : highlight the route to follow, which is the standard and is much more beautiful on the screen. ;)

    Thank you in advance

    If you are still interested, you can use UniFSMap.

    image.png.2966ccef2b61db7e9d28ab3578a56892.png

    Sample code:

    image.png.3d80ad97fe394c8dc5900e3745766d8b.png

  8. Hi d.bernaert, I find your point very valid and very useful too, to get a sense of what is happening.

    But as the other colleagues put it here, when you are going to use TMS not everything is flowers.

    With uniGui, you can do wonders, I'm extremely happy with uniGUI, I can do everything with it, and what doesn't exist in uniGui I create, we recently received a big investiment in our company, and all thanks to uniGui.

    Now one thing that I find very useful on your part, there are some super important things to develop in uniGui that should be better followed, I believe Farshad must be designing something.

    Farshad you have done an amazing job so far, keep it up, focus on critical uniGui things, we need you.

    • Like 6
  9. News :cool:

    All components are compatible with the latest version

    Fixed bugs reported and news features.

    The big news of this version, was the addition of a new theme, Crystal, super light and clean theme, also added an example project with login screen main menu with creation of frames and form from the new menu, this project is included within the UniFalcon package in the FSThemeCrystal folder.

    image.png.e77720632743eb0c05dc1e630045a206.png

    Sample Theme:

    https://themecrystal.falconsistemas.com.br/

    • UniFSTheme - A new theme, Crystal has been added for new versions of uniGUI.
    • UniFSToast - Fixed timeout bug and minor other enhancements.
    • UniFSMap - Polygons and Polyline generation improvements, performance improvements.
    • UniFSiGrowl - Mobile compatibility improvements.
    • UniFSToggle - Fixed bug in event handling, performance.
    • UniFSConfirm - Added new Question features with more options, Bug Fixes.

    For support and new features send e-mail to: suporte@falconsistemas.com.br - https://store.falconsistemas.com.br

     

    • Like 4
  10. News :cool:

    All components are compatible with the latest version ExtJS 6.7.0.210 - uniGUI Equinox 1510

    Fixed bugs reported and news features in:

    • UniFSComboCombox - bug itemindex
    • UniFSMap - Added Support Search Box, Add compatibility last version API maps, News samples of marker
    • UniFSEdit - Fixed problem mask

    Added new samples in the samples folder (Google Maps).

    For support and new features send e-mail to: suporte@falconsistemas.com.br

    https://store.falconsistemas.com.br

    https://demos.falconsistemas.com.br/?tela=tfrmmap

    Captura de Tela 2019-09-27 às 10.13.01.png

    • Like 2
  11. News :cool:

    All components are compatible with the latest version ExtJS 6.7.0.210 - uniGUI Equinox 

    Fixed bugs reported and news features in:

    • UniFSToast - bug toast in MainModule
    • UniFSConfirm - Added exclusive ScreenMask, New Option for CharCase in Prompt
    • UniFSMap - Added suport to MarkerClustrer, Added news events in map, and refactored to more perfomance

    Added new samples in the samples folder.

    For support and new features send e-mail to: suporte@falconsistemas.com.br

    https://store.falconsistemas.com.br

    Captura de Tela 2019-07-31 às 11.22.48.png

  12. News :cool:

    All components are compatible with the latest version ExtJS 6.7.0 - uniGUI Equinox 1501

    Fixed bugs reported and news features in:

    • UniFSConfirm - fixed z-index, add feature of charcase
    • UniFSEdit - fixed bug tooltip
    • UniFSKendoUI - fixed bug export graphic in png, svg and pdf
    • UniFSGoogleChart - fixed bug in initialization
    • Installer.exe - News features

    for support and new features send e-mail to: suporte@falconsistemas.com.br

    https://store.falconsistemas.com.br

  13. Hi Donald

    Thank you, for questions and support you can send email to suporte@falconsistemas.com.br

    If I understood your question, all my systems use secure connection.
    If you are referring to my CDN TLS you can change it, it is not mandatory.

    UniFSCommon.pas -> comment out the directive {$ DEFINE CDN_FALCON}

    --

    When you comment on the {$ DEFINE CDN_FALCON} directive, the components stop fetching the JS and CSS files from the CDN  and seek in fetch the JS and CSS files from the local uniGui installation folder, ie the falcon folder should be located of the uniGUI installation folder, both on the server and on your local machine.

    the falcon folder is inside the UniFalcon folder.

    -

    Quando você comenta sobre a diretiva {$ DEFINE CDN_FALCON}, os componentes param de buscar os arquivos JS e CSS do CDN e buscam os arquivos JS e CSS da pasta local uniGui, ou seja, a pasta falcon deve estar localizada na pasta de instalação uniGUI. , tanto no servidor como na sua máquina local.

    a pasta falcon está dentro da pasta UniFalcon.


    Sample:
    ImageSignature.png

×
×
  • Create New...