Jump to content

jrp

uniGUI Subscriber
  • Posts

    119
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jrp

  1. Thank you irigsoft. I had been thinking about it too and did some experiments with UniApplication.Parameters But I wonder if it is possible to use different URL like http://somedomain.com and http://somedomain.com/wp-admin because it would look better for the end users.
  2. Hello, How to make UniGUI application with different URLs for end users and admin login? Like when you use WordPress, for example: http://somedomain.com is for end users and http://somedomain.com/wp-admin is for admin login. Do you have examples? Thank you
  3. Hello, How to get user location with UniMap? Thank you
  4. 😅 Of course I have seen that hint. I know that I must press Enter. But I don't know what makes pressing Enter works. If you set UniEdit1.CharEol:=#13 in code, everyone will see it easily. But if you set it in object inspector, then only a few people will realize it.
  5. Hi Sherzod, Thank you for your answer. I had looked at the demo for some time before posting my question. But in the demo, it is not clear what make pressing Enter works. Let me humbly suggest for UniGUI demos: please set the main properties by code (not by object inspector), so everyone could easily see it. Or please give some short description in the demo about the things being demoed 🙏
  6. Hello, How to make the filter editors in TUniDBGrid work only after you press Enter? What property to set in the TUniDBGrid? Thank you
  7. Hello, It would be nice if this hack could be made as a property of TUniDBGrid. Something like UniDBGrid -> Options -> dgShowRecordCount Thanks
  8. Hello, Any news about this? Maybe put this feature in the roadmap?
  9. Hello all, The problem is resolved by clearing ServerModule.FavIcon. This is weird because the favicon is not changed at all. The same favicon was okay with UniGUI 1.90.0.1564. And I don't understand why it cause problem with UniGUI 1.95.0.1580 only on the server, not on development laptop.
  10. Hi Sherzod, The application can run on the develompent laptop, but can not run on server. Here is the log from the server: Blablabla.exe: 000004B0: 14:35:19 []:>--------------------------------------------------------------< Blablabla.exe: 000004B0: 14:35:19 [TUniServerModule]:Server First Init. Blablabla.exe: 000004B0: 14:35:19 [TUniServerModule]:Start Path = C:\Somewhere\ Blablabla.exe: 000004B0: 14:35:19 [TUniGUIServerModule.Create]:EReadError : Error reading Image1.Picture.Data: Cannot create a file when that file already exists. : Addr: $004D5264 Blablabla.exe: 000004B0: 14:35:19 [TUniServerModule]:Server Shutdown Completed. Blablabla.exe: 000004B0: 14:35:19 []:<--------------------------------------------------------------> Blablabla.exe: 000004B0: 14:35:21 [Terminated]:Exit Code: 1
  11. Hello, I have this problem too. I use UniGUI 1.95.0.1580. My UniGUI application is compiled as exe file. The problem occurs only on the server (this is not really a server, it is just a Windows 10 laptop), it does not occur on the development laptop. I have just upgraded from UniGUI 1.95.0.1564 to 1.95.0.1580 on the development laptop. So I compiled the application with UniGUI 1.95.0.1580 and install UniGUI 1.95.0.1580 runtime on the server, then I replace the exe file and run the application on the server. It did not run, and the log file contains the exact error like the first post. The application was running on the server for about 2 weeks before this happened. And since this application is in development, almost everyday I update the exe on the server. No problem at all with 1.95.0.1564 I am sure this problem is not about user access right, and also not about corrupted favicon. The application runs fine on the development laptop, but not on the server. Please help me.
  12. Thank you very much Sherzod! I have tried it in the example, it worked
  13. Hi Sherzod, Thank you for the solution. But.. uhm... sorry... where to put the JavaScript function and how to use it? 😅
  14. Yes Sherzod, that's it How do you do that?
  15. Hi Sherzod, I will create a testcase in a day or two, but for now maybe you could have a look at the example above (\FMSoft\Framework\uniGUI\Demos\Desktop\Grid - DBTreeGrid) and use the company column to display the count of entries in each city (for example: Bahamas=4, Belize=1, Bermuda=2, etc). Thank you
  16. Hello, Somebody could help? The summary could be the sum of the field (if the type of the field is numerical) or maybe anything else. Thank you
  17. Hello, I'm looking at the UniDBTreeGrid example \FMSoft\Framework\uniGUI\Demos\Desktop\Grid - DBTreeGrid How to display some summary in the rows below? Thank you
  18. jrp

    Earthquake!!

    Glad to hear from you, Farshad. Stay strong brothers and sisters in Turkey & Syria
  19. jrp

    Earthquake!!

    I hope that farshad and family, and the people there are safe through the earthquake 🙏
  20. Hello, I solved my problem by deleting the app password, and create another one. I really don't know what is wrong with the first app password. But the second one worked! I use the app password as the SMTP password in Abaksoft's sample successfuly. So if anyone failed to use the app password, create a new one 😃
  21. Hello DFong, Thank you for your answer. Could you please explain further, where to use the app password? I followed the link you gave, and now I have the 16 digit password. But I don't know where to use the password: If I use the password to login to my Google account in FireFox, and send email with the sample from Abaksoft from another tab in FireFox, it doesn't work If I use the password as SMTP password for smtp.google.com, it doesn't work. Thanks again.
  22. Hello everyone, From May 30, 2022 Google had disabled this feature (allow less secure apps). The sample app will display a message that "Username and Password not accepted". Do you have any workaround for using GMail? Thank you
  23. Hello, How to change the Font (Name, Size, Style etc) of the summary row in UniDBGrid? Thank you
×
×
  • Create New...