Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/26/21 in all areas

  1. Very good to hear that my friend !!! I'm no MVP ...I am not as knowledgeable about DELPHI as many of you who are in the group, but I have been working hard to create something simple to use, even if "it is a bit out of the standard", but the goal is to allow you to not need to change components existing projects and the native use of uniGUI. Thanks again to @Farshad Mohajeri , @Sherzodand all FMSOFT´s family !!!
    2 points
  2. Here is a video tutorial for making your Unigui WebApp a Real-Time application, it makes your app more powerful and it's ready for: real-time monitor, chat, control... Attached: 2 projects (webapp + websocket server app), mysql db. Have fun 🙂
    1 point
  3. This is an example of cropping an image, using some javascript. The image is uploaded to the server, and then shown in the htmlframe by the JS, and then the crop data is returned to the mainmodule, where you can resample the image. There is a need for better resampling routines, maybe somebody can fix that - and if so please uploaded the new version. Probably needs a little adjustment of the JS too re. moving the cropframe if it's maxed out. The JS is in the cropFrame.HTML, but for JS debugging it is usually easier to edit when loaded from a file. There should be another way to do this, where the image is never initially uploaded to the server, but stays in the browser only and is also resampled in the browser using JS, and then at last uploaded to the server. Less data to transport, but a bit more work for the client. unigui crop.zip
    1 point
  4. Soon I will send you my code... so you can improve, if it is any use in your project.
    1 point
  5. Any improvement using Google Analytics instead your solution, besides the "live" factor ? GA is a little bit delayed for sure. At this moment I'm working in a component to GA and uniGUI for tracking all activities. But a little disappointed by GA delay. In fact i can only get for sure who is logged and where. But great reports in the following day and GA panels. A merge between then should be the best approach.
    1 point
  6. uniGUi DOES a PIN Input mobile and desktop (native and "the proper way") -- Eng-Int The PIN (Personal Identification Number or sometimes Private Identification Number) is very useful for authenticating micro transactions in addition to a password. The PIN (Personal Identification Number or Sometimes Private Identification Number) is very useful for micro transactions to authenticate in addition to a password. This example uses native components of uniGUI and a lot of research to mask and fire only the numeric keypad on Mobile. It is not as simple as it sounds, some devices and browser did not work at all ... but it took me time to find the right solution and here it is. For Desktop and Mobile. And just remembering that a PIN is made up of numeric data (4-6) and aims at the practicality of the operation. It is not an additional password but for allowing microtransactions within an APP or service. More up-to-date examples at https://www.uniguiexpress.com/Promopack04.htm -- PT-BT uniGUi DOES a PIN Input mobile and desktop (native and "the proper way") O PIN (Número de Identificação Pessoal ou algumas vezes Número de Identificação Privado) é muito útil para autenticar micro transações além de uma senha. Este exemplo usa componentes nativos do uniGUI e um bocado de pesquisa para fazer a máscara e disparar apenas o teclado numérico no Mobile. Não é tão simples como parece pois em algumas situações e dispositivos não funcionava... e levei tempo para achar a solução correta. Para Desktop e Mobile. E somente lembrando que um PIN é composto de dados numéricos (4-6) e visa a praticidade da operação. Não é uma senha adicional mas para autorização de microtransações dentro de um APP ou serviço. Desktop and Mobile versions. Project source code below... PS: If you can't download, maybe your´re not tagged as an uniGUI Subscriber at this forum. Get in touch with Moderator or Support Staff. I'm not working with uniGUI Developer's Team or a Moderator. Please ! Don't send pvt messages about it. Project available only in the pack Silver at https://www.uniguiexpress.com
    1 point
×
×
  • Create New...