Jump to content

picyka

uniGUI Subscriber
  • Posts

    1082
  • Joined

  • Last visited

  • Days Won

    34

Posts posted by picyka

  1. [OFF]

     

    I'm testing a kml file, no online demo works, no console demo shows show
     
     
    preview /**/_xdc_._pfk19i && _xdc _._ pfk19i ([0, null, null, null, null, null, 2, [["cliente", "2"]]])
    resposta /**/_xdc_._pfk19i && _xdc _._ pfk19i ([0, null, null, null, null, null, 2, [["cliente", "2"]]])
     
     
    do not load, I already released the key in the google console
  2. How can I write errors in the unigui log?

     

    Example:

     

     

    try

      SaveObject(O);

    except

      UniServerModule.Log.Add('Error method XXXXX');

    end;

     

    in this situation I would put a log easier to read, and identify the errors of the application ... would that be possible?

  3.   btnCopy.ClientEvents.ExtEvents.Values['click']:='function tap(sender, e, eOpts) '+

          ' { '+

          'var copyText = document.getElementById("'+UnimMemoCopy.JSName+'_id-inputEl");' +

          ' copyText.select(); ' +

          'document.execCommand("Copy");' +

          ' }';

×
×
  • Create New...