Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/20 in all areas

  1. merhaba yapmak istediğimi aşağıdaki kod blogu ile yapabildim. ilgilenen başka arkadaş olursa diye kodları paylaşıyorum. <html> <head> <style type="text/css"> #kutu { background:white; width :100%; height:100%; padding: 10px; } #myvideo { position: absolute; display: block; margin-left: auto; margin-right: auto; border: 2px solid white; margin-bottom: 5%; top: 1px; background:white; width :100%; height:100%; } </style> </head> <body> <div id="kutu"> <video id="myvideo" controls=false oncontextmenu="return false" > <source src="files/hastamemnun.mp4" type="video/ogg"> </video > </div> </body> <script> var vid = document.getElementById("myvideo"); vid.controls = false; setInterval(zamanGoster, 100); function zamanGoster () { UniForm1.UniEdit2.setValue(vid.duration); UniForm1.UniEdit1.setValue(vid.currentTime); } </script> </html>
    1 point
  2. Hi I am using uniGui For almost 2 years , and I agree that it was the best thing that happened to Delphi in as long as I remember, I think Mr. Farshad and the FMSoft Team is doing a good job , there is always a room for improvement and it can be faster but so far so good. I have finished my first project and it is very stable and working fine for 3 hotels so far no complains whatsoever. everyone is missing some feature and waiting for it to be released for example I was waiting for : 1- the Scheduler Quasar (2.0.0) 2- the UniDBgrid able to type without mouse click or press Enter I hope you all the best and may next year be better roadmap for FMSoft Regards
    1 point
×
×
  • Create New...