Jump to content

AntonioCuomo

uniGUI Subscriber
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by AntonioCuomo

  1. my email is antonio@cuomo.eu and is present in db.

    j have a problem: when j log in forums my username/password do not exist but after j click to forgot password j recevie link for change and l logging.

    if close the browser j do not access to forums

    sorry for my bad english

  2. In property HTML of Unithmlframe j write:

    <script>
      paypal.Buttons({
          style: {
              shape: 'rect',
              color: 'white',
              layout: 'horizontal',
              label: 'buynow',
              
          },
          createOrder: function(data, actions) {
              return actions.order.create({
                  purchase_units: [{
                      amount: {
                          value: '1'
                      }
                  }]
              });
          },
          onApprove: function(data, actions) {
              return actions.order.capture().then(function(details) {
                  alert('Transaction completed by ' + details.payer.name.given_name + '!');
              });
          }
      }).render('#paypal-button-container');
    </script>

    the button of paypal run ok

    how j can read the 'details' of function actions.order.capture or j can read  a value from unigui?

    thank' 

  3. j have created a uniform with Tunihtmlframe and in the HTLM j write:

    <!DOCTYPE HTML>

    <html>
      <head>
        <title></title>
      </head>
     <video controls=" " controlsList="nodownload" preload="auto" src="d:\___testpaola\small.mp4" width="800"></video>
      <body>
        <p></p>

      </body>
    </html>

     

    when run application video not visible. is visible only template of video.

    if j open the file html in edge o chrome run

  4. j have a form (mobile) with uniitabpanel with 2 sheet.

    In the first j have a unidbgrid

    un the second four tunidbedit.

    when j access at form on the device run error: ext.form.field.text is not constructor

    if j remove the tunidbedit all run OK

  5. j have a unitreemenu with unimeuitems

    when j click on items of menu 

    procedure TMainForm_menu.Modifica1Click(Sender: TObject);
    begin
    with UniForm_RapportiLavoro do
         begin
           Azione := act_modifica;
           ShowModal();
         end;
    end;

    all items do not run 

    the menu display all nodes and childs

     

×
×
  • Create New...