Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12133
  • Joined

  • Last visited

  • Days Won

    814

Everything posted by Farshad Mohajeri

  1. What is the Color value you use in Delphi for those areas which show different colors between two servers?
  2. While we don't explicitly state in our license, you can use uniGUI beta for commercial use without any restrictions. You have two options: 1) Purchase the commercial version and continue development using it. 2) Stay with last free beta version and continue development using it. Which means if you are happy with latest (free) beta version and it meets your requirements you can stay with it and use it in your commercial projects. Your current projects and associated licenses won't expire. Important note: At a certain point we may stop publishing free betas and switch to betas with commercial licenses. Until we make such a distinction all beta versions are free for commercial use. Yes. Only if you want to use features in newer version. As I told above you can stay with latest beta version which you are happy with. Please see our new roadmap. Version 0.90.0 will answer lots of such questions.
  3. Just set theme property in MainModule to 'personal'. BTW, theme system completely changes in Ext JS 4 so your current theme most probably will not work with Ext 4.
  4. Path infos are saved in Windows Registry.
  5. You need to create a separate pool for uniGUI apps: http://www.unigui.com/resources/online-documentation
  6. Issue is already logged as #1315. I will try to implement it in next version.
  7. What will a "Reload" button actually do?
  8. It is not implemented. Logged #1377
  9. You need to change Delphi resource strings using a translator tool for Delphi.
  10. Well you need to build all packages and install design time packages manually as described in installation instructions.
  11. There is no quick way of porting an existing VCL app to uniGUI. You can open DFM file and replace say, all TEdits with TUniEdits. Again you must go through all your code and forms and make sure they will work correctly in a multi-threaded web app.
  12. Put your file under "files\" folder and UniURLframe1.URL:='/files/index.html';
  13. Which sample application? One of our demos? Can you send a test case?
  14. Can you send a simple test case? Does this only happen with IIS?
  15. Have you installed Ext JS runtime files on new server?
  16. Well, main target of uniGUI and EXT JS are Web Applications where themes aren't so important.
  17. It means that it will be fixed in one of the next releases. However, it is not a bug. Current behavior is by design and I will decide whether to change it or not.
  18. Using a resource editor. http://melander.dk/reseditor
  19. TUniControl is base for all visual controls. Class tree will be available in help system.
×
×
  • Create New...