Jump to content

Skepsis IT

uniGUI Subscriber
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Skepsis IT

  1. Hi everybody, at newer version of UniGui 0.99.X.XXXX tunitreeview supports only 16x16 images. Is there a way to overcome this problem? Thanks in advance
  2. I agree with you about the complexity that all those solution offer. The solution that I've selected works something like you described with online checking. Moreover if there is no problem with the forum I can state the name and url of it.
  3. Hi, is there someone that used the above solution at unigui last versions (0.99.X.XXXX) and works? Thanks
  4. Try also OnSelect works for me
  5. Did you use OnSelect event of UniDBLookupComboBox?
  6. Hi, thanks for the answer. Actually I agree with you, but all those that you mentioned are very generic protection/security issues, that more or less anyone of us knows. What I was asking for is for a ready to go solution, not to implement it at my own. There is no time for that Moreover I finally found such a system, at nice price. I have use it at my VCL products already, I believe that it will work ok with unigui projects also. When I try it and I am sure that it works, no problem to share it with you (of course what is the product, not the product itself ).
  7. Hi, if you make a second click, then your data show up?
  8. Hi, after hours of coding, you "finish" the project and it is time for sales. Does anyone implement or use a system for licensing and protect unigui apps? If not any suggestion / proposals for that issue? Thanks in advance
  9. Hi Tim, thanks for your answer. Actually I had this problem after I updated unigui after version 0.98.xxx, till then works fine. I tried your approach and works fine. Thanks for your help
  10. Hi, I have a MainForm that I place a UniImageList that I want to use it at all toolbars in the app. So, I placed than on the unitoolbar.images on AForm for example MainForm.UniImageListA, till here works fine. If I close the form and reopened it ImageList is missing and I have to retype it again. Does anybody else have also this problem? Thanks
  11. Hi, do you mean to have DBLookUpComboBox editable? if yes, go to ClientEvents -> UniEvents and at aftercreate set sender.editable = true;
  12. Hi to all, if I understand well there is a need for a form displaying some data from a query and then the selected value returns to a tedit in the main form. For this I've made a dialog form that when I call it I pass the query that produces the results and then I return the value that I want using modal result. Correct me If I don't understand well.
  13. Farshad thanks for the answer. Of course I aggre that when you have multiple apps web server is better, but why the only option? I can have more than one application but I must set different ports. You're saying the above because of performance issues?
  14. Hi to all unigui community members, I just state that question/contrary to the forum, just for mentioning some pros and cons of each deployment method. As we all know, RAM is one of the most important factor of a Unigui application, so 64bit exe's - dll's is a must for having all of the amount of memory resources. Let's assume that we have only one unigui app on a server, deployment an app as a windows service it is fast installation method, contrary to web servers (apache or IIS), and can be done to all operating systems, having no care about IIS limitations etc. So why we must use a web server? Perhaps performance? Security? Something else? Please state your opinions or experiences from real production scenarios. Thanks in advance.
  15. No Farshad is is not. So I'll download the latest build. Thanks for the troubleshooting. Just to confirm that the last build is the solution.
  16. Hi, does anyone knows the logic between the ordering of the buttons that are displayed in a unitoolbar? For example I add Btn1, Btn2, Btn3, but when I execute the application the order is different than that. Thanks in advance
  17. Happy new year to all the members! I wish health to you and all of your beloved people!
  18. I don't know if there is a straight forward way. But I suggest you to redesign your application, because a desktop and a web application is two different things.
  19. I don't know if you can install, and what it is going to be wrong by install UWAMP with wine. I think that you should only install wine and run the installation of UWAMP using wine, something like wine umampfilename. But I think it is prefferable to install mysql at linux os and only apache and php using wine.
  20. As I have mentioned on another topic. Firstly install wine, then mysql is going to be installed at Ubuntu and finally you are going to install apache for windows using wine, download it to your home folder and wine msiexec -i apache.msi for installing it. As you know wine creates a folder that is like a c:\ folder on windows. Find the apache folder and then put your unigui folder on it (see the documentation how to deploy in apache) Good luck.
×
×
  • Create New...