Jump to content

Marlon Nardi

uniGUI Subscriber
  • Posts

    611
  • Joined

  • Last visited

  • Days Won

    68

Posts posted by Marlon Nardi

  1. I understood @morphine,

    You can also do it this way.

    image.thumb.png.b261505149e504c45580e74748cff51f.png
     

    Chart.ChartProperties.Values['valueAxis'] := '{labels: {rotation: "auto", color:"green", font:"18px Tahoma"}}';

     

    Chart.ChartProperties.Values['axisDefaults'] := '{labels: {rotation: "auto", color:"green", font:"18px Tahoma"}}';

     

  2. 5 hours ago, morphine said:

    Hi @Marlon Nardi

    Firstly, thank you for a great component.

    Please can you assist?  Labels disappear when trying the following :

     Chart.ChartProperties.Values['categoryAxis'] := '{labels: {font: "8px Tahoma"}}';

     

    Hi @morphine, Thanks 🤜🤛.

    For you to change the font of the label, change the parameters of

    Chart.ChartSeriesDefaults


    Example:

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

     

  3. News :cool:

    https://store.falconsistemas.com.br

    • Added new project sample Kriging Map in TUniFSMap;

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

    image.thumb.png.c09766e343a0b25928f362bdc595f343.png

    kriging.js is a Javascript library providing spatial prediction and mapping capabilities via the ordinary kriging algorithm.

    Kriging is a type of gaussian process where 2-dimensional coordinates are mapped to some target variable using kernel regression. This algorithm has been specifically designed to accurately model smaller data sets by assigning a prior to the variogram parameters.

  4. On 12/12/2022 at 10:01 AM, pro_imaj said:

    @Marlon Nardi

    Hello,

    I'm not sure this is the exact place of the question, so I apologize for that.

    When I send decimal value to UniFSKendoUI object, I get the following error. What is the way to fix this?

    Error message: 512.86 is not a valid BCD value.

    Hi @pro_imaj

    I was unable to reproduce this problem with UniFSKendoUI version 1.1.2.95.

    Can you send me a simple example project? and check this problem for you.

  5. 5 hours ago, Stemon63 said:

    Any news on advanced dblookupcombo with incremental search (on valid values) and grids in popups?
    With a local store management, other that remote data, is a great step.
    If you have those advanced components I buy your pack 🙂

     

    Thanks my friend for your interest.

    I'm currently finishing some tests with it before going into production.

    It took me longer than expected because along the way there were some critical bugs in other components that I had to fix before.
    We are accelerating on new components and improvements to current components. 🤜🤛

    • Like 1
  6. News :cool:

    https://store.falconsistemas.com.br

    • Added support for multiple Upload components on the same screen in TUniFSMultiUpload;
    • Added support for filtering file types for upload in TUniFSMultiUpload;
    • Added new property Icon (Icon default, Icon Sending, Icon Spin) in TUniFSMultiUpload;
    • Fixed alignment bug, and responsiveness in TUniFSMultiUpload;
       
    • Added new properties to change tooltip texts in TUniFSEdit;
    • Fixed bug when viewing the password when there are many edit components on the screen in TUniFSEdit;
       
    • Fixed signature clear method in TUniFSSignature;
       
    • Optimized QRCode generation in TUniFSPix;

      Capturar.PNG.3df42fb314bcaaf04e766f1c6e3a766a.PNG
  7. 22 hours ago, Aggie85 said:

    Marlon,

    Could you please make it to where the image icon and the TextInternal actually center together in the TUniFSMultiUpload component? As is, the TextInternal displays below the upload image with the image in dead center. This doesn't work out well if the TextInternal is long.

    I am using the component in "as-best-as-possible" responsive app.

    It would also be nice touch if the icon could be replaced.

    All the best,

    Aggie85

    Thanks for the feedback, we will improve this.

  8. 21 hours ago, Aggie85 said:

    Marlon,

    Could you please add File Types to the TUniFSMultiUpload component? That is, right now, it defaults to and only has All Files (*.*).

    Thanks,

    Aggie85

    Thanks for the feedback @Aggie85,
    The next package update will already have the file filters available and fixes.

    image.png.0fc969e77ef4112e21ae4d16d9ea3802.png

    Sample of use:

    audio/*,video/*,image/*
    or 
    .jpg, .png, .jpeg, .gif, .bmp, .tif, .tiff|image/*

     

    • Like 1
×
×
  • Create New...