Jump to content

Marlon Nardi

uniGUI Subscriber
  • Posts

    611
  • Joined

  • Last visited

  • Days Won

    69

Posts posted by Marlon Nardi

  1. Novidades :cool: [Atenção Brasileiros] [Post focused on Brazil]

    Está disponível um novo componente para geração de PIX com Consulta de Status de Pagamento, Checkout Transparente para Cartão de Crédito e Debito, Geração de Boletos com consulta de Status de Pagamento, Criação de Assinaturas, cobrança de forma recorrente e automatizada, tudo isso e muito mais em um único componente, utilizando a API do Asaas, segue mais detalhes:
     
    • Geração de QrCode PIX com consulta de status de pagamento e diversas outras informações
    • Geração de Boleto com consulta de status de pagamento
    • Checkout Transparente - Cartão de Crédito e Debito
    • Geração de cobranças por Pix
    • Geração de cobranças por Boleto
    • Geração de cobranças por Cartão de Crédito
    • Criação de Assinaturas - Utilizado para cobrar de forma recorrente seus clientes
    • Criação de Clientes e Manutenção
    • Com suporte ao ambiente de Sandbox
    • Com Instalador automático do componente

    image.thumb.png.68a3dcd7854ebf4d09ecb17fea8f36b4.png
    image.png.2ca13c1053d4a3a2ffe57f20144ee8cc.png

    image.png.48b71db62180be2ffbaa263e1de5a1a1.png
     

    • Like 1
  2. 1 hour ago, pro_imaj said:

    he subject number 1 in my first message is solution genius mi.

    In other words, if there is data in the Adet and M2 Fields, the standard is selected. I want to bring one of them selectively.

    The user can choose the other if they want.

    referring to this topic I understand what you need, but I will have to study better how this can work.

  3. I will upload a new update today on the store (https://store.falconsistemas.com.br), for you to define your Culture Formatting

    image.thumb.png.969bd110cd194fe999568037718a7f15.png

     

    Chart.SetCulture('pt-BR');

    image.png.799e08f4d65979fd7fba81693dea404f.png
     

    Chart.SetCulture('en-US');

    image.png.341af79db59961b82b6e00927196bc8a.png

    Formating tootip sample:

    Chart.ChartProperties.Values['tooltip'] := '{visible: true, format: "{0:c}"}';

     

    Formating labels sample:

    Chart.ChartSeriesDefaults := 'labels: {visible: true, position: "insideEnd", template: "#= kendo.format(''{0:c}'', value) #"}';


    Reference:
    https://docs.telerik.com/kendo-ui/globalization/intl/numberformatting

     

  4. News :cool:

    Updated example project, ThemeCrystal

    As requested by users here in the group, the example project was updated with Theme Crystal (UniFSTheme) + Popup Component (UniFSPopup) + Graphics Component (UniFSHighCharts).
    This project can be found inside the UniFalcon package in the Examples folder.

    https://store.falconsistemas.com.br

    Sample:

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

    image.thumb.png.35e88b92a5aa12f935a71857308d0d2d.png

  5. 8 hours ago, artem_niko said:

    Ok...maybe this is bug in UniFSComponents from @Marlon Nardi. Need comment from him.

    image.png.bc40a549a8547b6dab7a812d35023e92.png

    1. UniServerModule -> CustomCSS:

    .wordwrapbtn .x-btn-button {
        white-space: normal;
        text-align: center;
    }

    2. UniButton -> ClientEvents -> UniEvents -> function beforeInit:

    function beforeInit(sender, config)
    {
        config.cls='wordwrapbtn'
    }

    Using the CSS proposed by @Sherzod both components work as expected (UniFSButton and UniButton).

    Maybe you have some other CSS file, which is conflicting, check if you are not using any css bootstrap class, it usually does that.

     

    A tip, whenever you have this kind of problem, create a simple project to do these types of tests, without dependencies. 🤜🤛
     

  6. News :cool:

    All components are compatible with the Delphi 11.1 Alexandria and latest version ExtJS 7.4 - uniGUI v1.90.0.1560 ;)

    https://store.falconsistemas.com.br

    • Added support to edit text color in TUniFSColorPicker;
    • Added support to edit backgroud color in TUniFSColorPicker;
    • Added property PickerEditable in TUniFSColorPicker;
    • Added new event OnChangeColor in TUniFSColorPicker;

    * In addition to the support already present in the popup color selection.

    image.png.a9fe279fb7ef93e253c28d4919fb55c7.png

    image.png.e1b1054d3cf113be1cec8fdc7cf9474a.png

    • Like 1
  7. 7 hours ago, Frederick said:

    I managed to get the installation working by doing the following:-

    1.   Open the package file for Delphi 10.3 Rio and installed the components. (Missed the post-installation instructions in the installer) I was also confused why the installation of the components was carried out when the platform was Windows 32 bit in Delphi although I selected Win 64 bit for the platform during installation.

    2.  Added a library path to the SOURCES directory

    Thanks for the feedback!
    I will review the installer, there are really few users who use 64 bits.

×
×
  • Create New...