Jump to content

AntonioCuomo

uniGUI Subscriber
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by AntonioCuomo

  1. When I use uniguipaypalbuttons in my application I get the attached error. the demo works correctly even with my paypal credentials.
  2. how display the icon for streetview on tunimmap?
  3. How j search direct mp4 link on vimeo? all link are 'https://player.vimeo.com/video/*******
  4. With videopanel how j play Video of Vimeo? UniVideoPanel1.SetSource('https://player.vimeo.com/video/414503917', 'video/mp4'); display this message: The media could not be loaded, either because the server or network failed or because the format is not supported.
  5. with delphi 10.4 and the correction all packages run. Only unimbarcodescanner has this error on device mobile: ZXing is not defined on device is installed Barcode Scanner
  6. when j download uniguios.zip this message: This attachment is not available. It may have been removed or the person who shared it may not have permission to share it to this location. j am registered in forum and have the unigui professional. Antonio Cuomo
  7. I can't download uniguios. Can you get me into it?

    Thank,

     

    Antonio Cuomo

  8. I have an application to manage assistance. Customers write on a table and on the server side I can manage tickets. I used a unitimer and every 5 seconds I update the server page. It is certainly not elegant also because the browser deletes the page and rewrites it with consequent flicker.
  9. 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
  10. last version (1.90.0.1531) registered
  11. 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'
  12. 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
  13. j have upgraded unigui and installed runtime on other pc, but when j run servermonitor or application the webbrowser is blank. on developer pc run ok
  14. mobile application use only mobile component. In the project j have mainform and maiinmform. if j have two application what sharing servermodule?
  15. j use hibryde mode (desktop and mobile)
  16. 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
  17. antonio.cuomo@mondoconsulenti.it
  18. j have cancelled unitreemenu and with new component all ok
×
×
  • Create New...