-
Posts
1473 -
Joined
-
Last visited
-
Days Won
110
Content Type
Profiles
Forums
Calendar
Everything posted by Hayri ASLAN
-
Clientdataset yerine direk veritabanina yazmanizi oneririm.
-
Merhaba Mainmodule oncreate te session kaydedip onbrowserclose da silebilirsiniz
-
Merhaba Yaptiginiz ornek uygulayi atar misin nerede hata yaptiginiza bakalim
-
Hello You can use the below code. UniSession.AddJS('$(".leaflet-control-layers-selector")[4].click()');
-
Hello http://unigui.com/doc/online_help/index.html?silent-installation-of-runtime.htm or http://unigui.com/doc/online_help/index.html?unigui-runtime-package.htm
-
Hello Are you using OnFieldImage event or OnFieldImageURL event?
-
Can you replace below code in uniwebcam.pas, line 140 UniSession.AddJS('navigator.mediaDevices.getUserMedia({ audio: true, video: true }).then(function(stream) {'+ 'if (typeof navigator.mediaDevices.enumerateDevices != "undefined") { '+ ' navigator.mediaDevices.enumerateDevices() '+ ' .then(function(devices) { '+ ' var cameras = devices.filter(function(device) { '+ ' return device.kind === "videoinput"; '+ ' }); '+ ' var uniguiCameras = {}; '+ ' uniguiCameras.count = cameras.length; '+ ' cameras.forEach(function(camera, i) { '+ ' uniguiCameras["label" + i] = camera.label; '+ ' uniguiCameras["deviceId" + i] = camera.deviceId; '+ ' }); '+ ' ajaxRequest('+JSName+', "cameras", uniguiCameras); '+ ' }); '+ ' } }))');
-
Hello Emin Please add webcam.js into files folder https://destek.mpsyazilim.com/webcam/files/webcam.js
-
How to Use Unigui with Cloud Server with Windows Server 2016
Hayri ASLAN replied to Darlan's topic in General
Hello http://unigui.com/resources/online-documentation/developer-manual -
I checked it again. Are you calling grid.refresh after setting the range?
-
Hello Which build are you using? We already fixed this.
-
Hello What is the purpose of using different content-length? What are you trying to achieve?
-
TUniTreeMenu initialized at runtime don't show scrollbars
Hayri ASLAN replied to Erik's topic in General
Hello Can you please create a test case? -
Hello IIS has a limit for the size of the files users can upload to an application. If the file size exceeds the limit, the application will throw “Error in HTTP request, received HTTP status 413 (Request Entity Too Large)” error. Please check below solution https://port135.com/http-status-413-request-entity-too-large/
-
Hello We fixed this issue in build 1560. Our demo was still running on 1559 and we updated it now. Unfortunately we can not guess which demo are you getting the error unless you give us clear direction. Thank you for trying UniGUI.
-
UniMobileX - Android and IOS. (Source code available)
Hayri ASLAN replied to Hayri ASLAN's topic in uniGUI Mobile
I'm looking into it -
Merhaba Hangi versiyonu ve sürümü kullanıyorsunuz?
-
Hello Which version and build are you using?