Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/30/20 in all areas

  1. Dear Unigueers, There are many possibilities to send email with Delphi. The easiest way a found, is via gmail Server. Although I found a few portions of code on the forum, no one has detailed the important steps to make it work. So, here is a sample where you will for sure understand : //================================== // Sending email with gmail Server : //================================== // This is a compilation of code providing from Web and Unigui Forum. // So thx to all of them // Step by Step : //1. if you have not a gmail account, Create it. //2. Important : // - Enter in your Personnal Setting (gmail) and look for "Security" // - Activate something like : "Allow less secure apps " //3. Download (and Copy on the same executable folder ...\debug\) the two open SSL Libraries : libeay32.dll and ssleay32.dll. (you can find them in C:\...FmSoft\..\SSL) Important: - if your unigui app is deployed on iis ( ISAPI), then copy them on system32 or syswow64 . - if it is deployed as Service / hyperserver, then keep them behind your exe file (same directory) //4. Connect internet and launch this program Have Fun Sending_Email.zip Edit : On Unit Cls_email : Modify this with your emal adress : IdSMTP.Username :='MyAdress@gmail.com'; // (1) IdSMTP.Password :='Mypw'; IdMessage.From.Address :='MyAdress@gmail.com'; // the same in (1) Personnal Setting (gmail) " Allow less secure apps " :
    1 point
  2. Yes, it is an UniGUI component. It might be in UniGUI OpenSource package.
    1 point
  3. Hi, I'm currently working on Mobile Barcode Scanner. You can see the uncompleted demo from here: https://yildizehm.com/Intibak/elk/MobileBarcodeScanner.dll/m
    1 point
  4. 1 point
  5. Hi Sherzod, sorry for late reply, too. Works perfect, thanks a lot.
    1 point
  6. CustomCSS: .borderBtn .x-inner-el { border-radius: 10px; } UnimButton.LayoutConfig.Cls = borderBtn
    1 point
  7. Да, решен. Просто я подумал, что запасной вариант не помешал бы
    1 point
  8. I have recently developed a Active Directory browser using UniGui 0.93.1.999 and Delphi XE. I have tested it with large environments...20000+ objects. You will notice that the AD Treeview is dynamically loaded, which makes the experience very near to "Active Directory Users and Computers". NOTE: it still has very basic functionality Just extract the files from the ZIP into a folder and run the ADCONTROL.EXE. It's listening on port 8077. Make sure that the account running the ADCONTROL.EXE is logged onto the domain, as the logged in account will be used to read from AD. Use any domain account to log in to the login page. ADControl.ZIP
    1 point
×
×
  • Create New...