Jump to content

nannoc

uniGUI Subscriber
  • Posts

    15
  • Joined

  • Last visited

Everything posted by nannoc

  1. Is there a way to lock a column in UnimDBGrid (Touch) like you can lock in UniDBGrid (Desktop)? If so, how?
  2. Has anyone got a solution for this, that is calling an insecure site from a secure site?
  3. Good day Uploading a 50MB executable takes long when you have a slow connection. Could you add a feature to upload a compressed file (7z, zip, etc) to speed up the upload process. The compressed file would then have to be unzipped once completed. Thank you for a fantastic product.
  4. Thank you for your response. It does not load on my Development machine. I deleted the Win32 directory on my development machine as you suggested, rebuild my app, but still does not load. If I run my app as a standalone server, it works fine. As soon as I run my Hyper server, it does not load. Before Running App: After Running App: As you can see, it registers the session, but login screen does not appear.
  5. Hi I hope someone can assist. I just installed newest Unigui version (1.50.0.1480) with Hyper Server. My app works fine on port 443 as standalone, but as soon as I try to start it in Hyper Server, my login screen does not appear. So I recompiled my app using port 8077, changed the parameters in hyper server config file to 8077 and the login screen still does not appear. Attached are my .cfg files. Donald hyper_server.cfg hyper_server.ssl.cfg
  6. Hi Willem Any idea on how to lock a column/s in a UnimDBGrid? (Mobile) There is a property for the UniDBGrid, but I don’t see one for the mobile grid. Regards Donald Sent from my iPad using Tapatalk
  7. Thank you for your response. I will check the permissions. How do I include the file in the project and how do I check with browser? Regards Donald Sent from my iPad using Tapatalk
  8. Hi everyone I hope someone can assist. I installed the Delphi component on Delphi 10.2.3 (2017-08-04-uniSweetAlert V51), but keep on getting the attached error. I copied the js and css files to my app's "files" directory. Is there anything else I need to install for SweetAlert to work? Regards Donald
  9. Hi everyone This component worked fine in 10.2.2, but since I updated to 10.2.3 it gives me an error. The map comes up briefly, but then it gives me an error as per attached image. Thank you, Donald
  10. Your Control looks like a UnimCheckbox and not a UnimRadio, but this will work for both. Set your FieldLabelAlign to right and your FieldLabelWidth to a suitable length for you text. See attached image.
  11. Got it, thank you. Sent from my iPhone using Tapatalk
  12. Hi, thank you for responding. As part of granting user access to my app, I want to grant/deny access to certain menu items. The way I want to do this, is to clone (copy) the current mainmenu into a mainmenu component that I can use in my user setup dialog. This new mainmenu component will have an exact copy of my mainmenu I use in my app and each item will be checkable. In my setup, I will then check each item the specific user will have access to. This information will then be stored for each user and applied to the app’s mainmenu when the user logs in. If you have a better suggestion, I would appreciate it if you could share. Thank you Donald Sent from my iPhone using Tapatalk
  13. Could anyone please assist me in cloning a UniMainMenu. I want to clone my MainMenu to use it in a setup procedure to give/deny users of my app access to menu functions. The cloned menu will have check options for each menu item that I will check/uncheck and store in database. Sent from my iPhone using Tapatalk
  14. I am trying to use Google Charts instead of TUniChart. It seems that you can customize Google Charts more easily than TUniChart. Could anyone please assist me in populating data form a TFDQuery and TDatasource on Google Charts. I don't know how to link the TDatasource with the Google Chart. Thank you.
×
×
  • Create New...