Jump to content

Recommended Posts

Components Delphi for uniGUI https://store.falconsistemas.com.br 💙

[01] - FSiGrowl (Web e Mobile) - (Componente de Dialog)
[02] - FSKendoUI (Web e Mobile) - (Componente de gráficos utilizando a API do KendoUI)
[03] - FSMask (Web) - (Edit com alteração de mascara em tempo de execução)
[04] - FSButton (Web) - (Componente de Botão personalizável)
[05] - FSMap (Web e Mobile) - (Google Maps)
[06] - FSColorPicker (Web) - (Componente de seletor de cores)
[07] - FSEdit (Web) - (Edit com suporte a força de senhas)
[08] - FSToggle (Web e Mobile) - (Componente de Toggle personalizável)
[09] - FSMenuButton (Web) - (Componente de botão com menu)
[10] - FSComboBox (Web) - (ComboBox com suporte a ValueID)
[11] - FSCalcEdit (Web) - (Componente de Calculadora)
[12] - FSGoogleChart (Web e Mobile) - (Componente de gráficos utilizando a API Google Charts)
[13] - FSTheme (Web) - (Componente de temas para o uniGui)
[14] - FSToast (Web e Mobile) - (Componente de Dialog)
[15] - FSConfirm (Web e Mobile) - (Componente de Dialog)
[16] - FSPopup (Web) - (Componente de Popup)
[17] - FSQrCode (Web e Mobile) - (Gerador de QrCode)
[18] - FSKeys (Web e Mobile) - (Secret Keys para os componentes da Google)
[19] - FSMultiUpload (Web) - (Componente de Upload e MultiUpload)
[20] - FSSignature (Web e Mobile) NEW - (Componente de Assinatura - Signature Pad)
[21] - FSPix (Web e Mobile) NEW - (Gerador de QrCode PIX em Delphi)
[22] - FSHighCharts (Web e Mobile) NEW - (Componente de gráficos utilizando a API do HighCharts)
[23] - FSCamera (Web) NEW - (Componente de acesso a câmera (webcam) compátivel com o Google Chrome)
[24] - FSQrCodeScanner (Web e Mobile) NEW - (Componente de leitura de QrCode, Barcode e mais 15 formatos)

For support send e-mail to suporte@falconsistemas.com.br

hero.webp

Components for Delphi | uniGUI, IntraWeb, FMX, VCL : https://components.falconsistemas.com.br

image.thumb.png.7266861e7e0977788bb2be87c23561f4.png

         image.thumb.png.09366b0336058a8bb33f183eae3d4d36.png    image.png.aa5c7d51beaa5ccbb251da8a53ecd3cf.png

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...

New features for the FSToast components.

Now with enhanced callback support and support for ScreenMask

Store -> https://store.falconsistemas.com.br

Demo -> https://demos.falconsistemas.com.br/?tela=tfrmtoast  

Sample code (Execute Long process)

  Toast.ScreenMask.Enabled := True;
  Toast.ScreenMask.Text := 'Long process executing...';

  Toast.Question('Confirm','Execute long process?',
    procedure(ButtonCallBack: TToastButton)
    begin
      if ButtonCallBack = Yes then
      begin
        Sleep(3000);
        Toast.Success('Sucess','Long process executed!');
      end;
    end
  );

1.png

2.png

3.png

4.png

Link to comment
Share on other sites

News :cool:
New component available in the uniFalcon package - FSConfirm

It supports:

  • Callback
  • ScreenMask personality
  • Native support for FontAwesome
  • Dialog -> (Confirm)
  • Alert
  • Prompt personality (text, password, field required) 
  • 6 Themes more 6 colors differnt
  • incredibly fluid, clean and beautiful

Store -> https://store.falconsistemas.com.br

Demo -> https://demos.falconsistemas.com.br/?tela=tfrmconfirm

Confirm.Question('Hello','Are you sure to continue?','fa fa-smile-o', TTypeColor.blue, TTheme.modern,
    procedure(ButtonCallBack: TConfirmButton)
    begin
      if ButtonCallBack = Yes then
      begin
        if chkScrenMask.Checked then
          Sleep(2000);
      end;
      if ButtonCallBack = No then
         Confirm.Alert('Canceled', ' ', 'fa fa-exclamation-circle', TTypeColor.blue, TTheme.modern);
    end
    );

1.jpg

2.jpg

2.2.jpg

2.3.jpg

Confirm.Alert('My Alert', 'Description optional', 'fa fa-bug', TTypeColor.red, TTheme.material);

3.jpg

Confirm.Prompt('Prompt!','Enter something here', '', TTypeColor.orange, TTheme.light,
    procedure(ButtonCallBack: TConfirmButton; Result: string)
    begin
      if ButtonCallBack = Yes then
        Confirm.Alert('Your Confirmed ',Result);
      if ButtonCallBack = No then
        Confirm.Alert('Your Canceld ',Result, 'fa fa-exclamation-circle', TTypeColor.red, TTheme.modern);
    end
  );

4.jpg

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
On 12/8/2018 at 3:37 PM, Marlon Nardi said:

News :cool:

All components are compatible with the Delphi 10.3 Rio and latest version ExtJS 6.6.0 - uniGUI 1482;)

https://store.falconsistemas.com.br
 

UniFalcon.fw.png

Do you have some full pack version including all the components? Can find the cost or if even exist that option. How is he license politic? Year subscription? version subscription? Thanks for your response.

Link to comment
Share on other sites

On 2/1/2019 at 4:22 PM, Marlon Nardi said:

Yes, the complete package is UniFalcon, its package value is $ 85.00 dollars.

Your subscription is for 8 months, after this period if you want to renew is $ 29.00 dollar.

https://store.falconsistemas.com.br

Hi Marlon,

Very useful and nice components.

The UniFalcon, include the Google Map and Chart, if not what is the price with including them

Then the 29.00 dollars are for 8 months too?

Link to comment
Share on other sites

Thanks @rasaliad

Yes, the package UniFalcon contains this components.

[01] - FSiGrowl (Web e Mobile)
[02] - FSKendoUI (Web e Mobile) - Free
[03] - FSMask (Web) - Free
[04] - FSButton (Web)
[05] - FSMap (Web e Mobile)
[06] - FSColorPicker (Web)
[07] - FSEdit (Web)
[08] - FSToggle (Web e Mobile)
[09] - FSMenuButton (Web)
[10] - FSComboBox (Web) - Free
[11] - FSCalcEdit (Web) - Free
[12] - FSGoogleChart (Web e Mobile)
[13] - FSTheme (Web) (News Themes - Vulkan, Future and Crystal for new versions of UniGui )
[14] - FSToast (Web e Mobile)
[15] - FSConfirm (Web e Mobile)

[16] - FSPopup (Web)
[17] - FSQrCode (Web e Mobile)

the value of the complete package, with source code and installer is $ 85.00 dollars.

if you want to renew the components after 8 months, the cost of the renovation is only US $ 29.00 dollars.

https://store.falconsistemas.com.br

Att,

Link to comment
Share on other sites

  • Marlon Nardi changed the title to Falcon Store - Components UniFS
  • 2 weeks later...
  • 1 month later...
  • 1 month later...

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 2 months later...

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

Link to comment
Share on other sites

  • 1 month later...

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...