Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12122
  • Joined

  • Last visited

  • Days Won

    808

Everything posted by Farshad Mohajeri

  1. Not sure why you always overreact to the situation. As if your business has come to complete stop as a result of no new roadmap. It is not clear to me why. Look at the Delphi roadmaps. Almost all of you upgrade to new versions, but show me a single new feature in Delphi 11 which is important for you!
  2. Sorry, but that "framework" is not another "Delphi web solution". It is a client side JS framework. Not something that can be equivalent to uniGUI. It is very new and it is normal to have big change logs. Look at our change logs when uniGUI was 3 years old.
  3. Dear developers, Action to this thread doesn't mean anything. It is our action to your requests which makes sense. As I told we have skipped to version 2.0. New features are planned and will be published soon. From now on we will publish short term roadmaps (Quarterly) First one for Q2 is being prepared. We are committed to this framework as we were before.
  4. Hello, You can simply upgrade your existing version. You can do this by visiting our customer portal. You have two options: First one only upgrades. Second one also adds one years of subscription.
  5. Workaround implemented. Next build will contain it.
  6. Correct. Last 3 weeks I was busy fixing one single bug! Yes unbelievable, but that's the bitter fact of working with a JS library developed by another party. Here is that bug: I had to fix it before doing anything else because it was a show stopper with no workaround. So I had to do it. Maybe it can give you a better picture for issues we struggle internally. It is not an excuse just a fact which I wanted to share. Good news is that I was able to nail the issue deep in JS code and I will publish a new build today. It will be the last build for uniGUI Equinox as I said before. After that we will focus on near future and speed up the development. I know that the current speed of releasing new features is not acceptable. Most probably because in the past we were so fast in doing it, so everyone expects the same level of development speed from us.
  7. Good! So you should be able to see and download all attachments.
  8. Can you see below attachment to this post? EmTec_ZOC_Assert.zip
  9. We are currently working on it. We'll let you know soon.
  10. Bug is confirmed. However there is no workaround for now. For now, the only workaround is to choose ohScroller instead.
  11. In IIS mode, SSL is fully controlled by the IIS. uniGUI doesn't handle SSL calls.
  12. No source Code? Incorrect. Partial source code is provided. One developer? Partially true. The core part is only developed by me for various reasons, but why this is a concern for you, is a mystery to me. BTW, is the number developers working on uniGUI is something that we have guaranteed as a part of our EULA? You can complain about various things, but number of developers is totally irrelevant. If you have a solid and stable uniGUI core, that is because only one person is working on the main core of the app. Increasing the number of developers neither means better code nor means faster development. Other developers such as Hayri and Sherzod provide me possible solution for bugs and POC (proof of concept) for new technologies, but regardless of the task the final integration in the framework is always done by me. No support? 90% incorrect. Well, that is not my whole response to all of the complains above. The complete response will come. Don't worry, I am not trying to be defensive here. I understand your concerns and I will try to address all of them. For now, all I can say is that we will continue publishing incremental updates for uniGUI Equinox until the next equinox which is 21 March 2022. After that we will switch to the next release which was previously named as Quasar. We may use this name or adopt another name, but it is not an important detail.
  13. We need to include the DOMAIN information in the cookie when saving it. It will resolve the problem, so same cookie will be available to main domain and its subdomains. I will add a fix for this in next build.
  14. Hello, What are the URL of your slave servers? Are they subdomains of the master?
  15. Hi, UniHTMLFrame can not be a container for UniMap. Thanks
  16. Hello, Ebanx payment is no longer available. Ebanx started applying a very high commission rate and additional fees, so we decided to stop using this option. Thanks
  17. Here is the correct folder: ..\Framework\uniGUI\SSL\dll
  18. That's OK. I'm talking about master server's ability to establish a secure connection with slaves. For this, it requires those DLLs to be presented in the related folder.
  19. Since you are using a secure URL (https) in your slave, you must copy SSL DDLs into master's folder as stated in our docs.
  20. You can run your app either in Service Mode or in IIS mode. Both are acceptable. In service mode you can assign a global IP and open port 8077 to public -OR- run your Service app on port 80. In IIS mode you need to use the DLL version.
×
×
  • Create New...