Jump to content

Cristian87

uniGUI Subscriber
  • Posts

    68
  • Joined

  • Last visited

Posts posted by Cristian87

  1. I resolve in this way. 

    I use theme Triton and I duplicate the directory modern-triton in the path C:\Program Files (x86)\FMSoft\Framework\uniGUI\ext-7.5.1\ext-addons\packages\calendar\build\modern  into  triton.

    The error is in the package of installation. It don't create the correct directories.

     

  2. If I launch an application with unimcalendarpanel from the Delphi environment it displays correctly, but if I launch it from the production environment (with only FMSoft_uniGUI_Complete_runtime installed) it does not display as it should. This only happens after updating to version 1.95.0.1574.

    On my pc:

    image.png.1142436b1e94de321f88e7ba464b9476.png

     

    On server of production:

    image.png.1ff30a048416179e9f3f23f0aea14786.png

  3. Is a simple TUniFrame incorporate in a TUniForm with a UniMap.

    Then I insert into Form a component uniUrlFrame or unihtmlFrame and the code is:

    ucMap: TUniHTMLFrame;
    
    var FrMap:TUniFrame;
    
    FrMap := TFMapAssegnazioni.Create(Self);
    FrMap.Parent := ucMap;
  4. 14 minutes ago, Sherzod said:

    Hello,

    Can you try this approach?

    function beforeInit(sender, config)
    {
        config.style='pointer-events:none';
    }

     

    Don't works. With this appoach the unimdbedit becomes readonly and I can't enter

  5.  

    11 minutes ago, Sherzod said:

    Please clarify.

    Is a handheld with scanner barcode and O.S. Android with a physical numeric keyboard. When the user uses a unimdbedit for a number the virtual keyboard must be invisible.

    Similarity to this:

    mc9300-photography-website-front-right-1x1-300x300.jpg

  6. 2 hours ago, Sherzod said:

    Hello,

    Well, make the rest of the controls read-only.

    No.

    In a form I have 10 unimdbedit. In some of this I want use only physical keyboard, in the other I want use virtual keyboard. None of the controls need to be readonly

×
×
  • Create New...