Jump to content

Marlon Nardi

uniGUI Subscriber
  • Posts

    613
  • Joined

  • Last visited

  • Days Won

    70

Posts posted by Marlon Nardi

  1. On 4/9/2021 at 4:08 AM, MVakili said:

    Hi @Marlon Nardi

    I finished runtime creating chart again 

    But it seems can be control by component properties

    for example I changed ChartProperties and send it to new chart creation 

    but it wont change

     

    s.png

    Hi @MVakili I will improve the methods of updating the states, so that this is possible, I will publish a new update.

    • Like 1
  2. On 3/26/2021 at 10:48 AM, likemike said:

    Hello!

    I use your component pack and I want to know, how can I set the font size of the itemlist of an UnimFSSelect. When I set the font size to 20 (for example) the list still appears in a real small font. When I select an item, the font size is 20.

    Regards

    Mike

    Hi @likemike, all right?

    to speed up our conversation, send an email to suporte@falconsistemas.com.br
    if possible, send me a simple TestCase that we have already identified and fixed for you.

  3. News :cool:

    • UniFSIgrowl - Updated last library;
    • UniFSGoogleChart - improved major perfomance with json and small fix;
    • UniFSKendoUI - Added support for image in backround and updated library;
    • UniFSMap (Google Maps):
      • Added support for mult routes with calcule total of route;
      • Added support for for address and location in routes;
      • Fixed bug in multi routes;
      • Fixed bug SetFitBoundsAll (marker and polygon);
      • Added new event OnZeroResults;
      • Added new method SetMarkerPosition();
      • Added new method SetMarkerWithLabelPosition();
      • Added news samples of maps with markers;
    • UniFSKeys - New Component :D

      marker_change.gif

    https://store.falconsistemas.com.br

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

    • Like 3
  4. 17 hours ago, Clipe Informática said:

    this demo also uses the MainModule.EnableSynchronousOperations option as True. Im trying to do the application without that.

    are you having any problems related to MainModule.EnableSynchronousOperations?

  5. Hi @Clipe Informática

    If you are interested you may be checking out this component.

    https://store.falconsistemas.com.br

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

    image.thumb.png.0a5ef0eb9962462d72e357e08bcf6b07.png

     

    image.thumb.png.61e638fa058bbae7994cd630263b1a71.png

    Sample code:

      try
        Confirm.ShowMask('Starting Processing...',10);
        Sleep(2000);
        Confirm.ShowMaskUpdate('Creating Order...',25);
        Sleep(2000);
        Confirm.ShowMaskUpdate('Processing Payment...',70);
        Sleep(2000);
        Confirm.ShowMaskUpdate('Ending Asking...',90);
        Sleep(1000);
        Confirm.ShowMaskUpdate('Ending Asking...',100);
        Sleep(1000);
        Confirm.Alert('Thanks for the purchase','Order 561560','far fa-check-circle',TTypeColor.green, TTheme.modern);
      finally
        Confirm.RemoveMask;
      end;

     

  6. News :cool:

    All components are compatible with the Delphi 10.4 Sydney and latest version ExtJS 7.0 - uniGUI 1534 ;)

    https://store.falconsistemas.com.br

    News

    • UniFSButton - News Styles;
    • UniFSMap - Fixed Bug in fonts after load map;
    • Upgrade All Components for support FontAwesome 5 (https://fontawesome.com/icons?d=gallery)
    • Installer improvements;
      • Adding Splash Screen of components
      • Adding About Box of components
      • Register Components for user in IDE

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

    image.png.621aa8e5652b2bc8edf2f11f5aee25fa.png

    image.png.45d9876c329905c71715e734d3e3ab45.png

    • Upvote 1
×
×
  • Create New...