Jump to content

Ario.Paxaz

uniGUI Subscriber
  • Posts

    315
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by Ario.Paxaz

  1. Hi

    The font of the UnimForm components can be changed to Persian language fonts.
    But I put the font of the caption of the UnimForm, from the same font that I use in the components, but it does not change.

    Is it possible to change the caption font in UnimForm?

     

    Regards.

  2. Quote

    Please give me some of the code so I can reproduce your case.

     
        UniSweetAlert1.InputType := ItNone;
        UniSweetAlert1.AlertType := atWarning;
        UniSweetAlert1.ShowCancelButton := False;
        UniSweetAlert1.Show('Enter Your Name');

     

  3. Hi

    Is it possible to close the keyboard in Android?
    The user has entered information in an unimedit and I want to display a suitable message, but the keyboard being open prevents viewing the entire message, do I have a command to close the keyboard before displaying the message?

     

    Regards.

    KeyClose.jpg

  4. @Abaksoft

    Hi,

    I made the settings according to your instructions and added the required files to the program.
    But on the server computer, when I enter the IP address, everything is valid, but on the other client, it is shown as invalid.

    please guide me.

     

    Regards.

    SSl_Correct.jpg

    SSl_Error.jpg

  5. Quote

    create a Self Signed Certificate in 3 secondes.

     

    Hi,

    I created the files with this program , my app works fine on desktop, but for android I have a problem with connection is not secure.

    Have I made any settings wrong?

     

    Regards.

    IMG_20231018_033402_495~2.jpg

    IMG_20231018_033357_022.jpg

  6. Hi,

    I use the following code for the click title of the column that has a checkbox.
    It interferes with the code you sent.

     

    function viewready(sender, eOpts)
    {
        col = sender.getColumnManager().getColumns()[0];
        if (col && col.xtype == 'checkcolumn' && !col.dataIndex) {
            col.dataIndex = -3;
        }
    }

     

×
×
  • Create New...