Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12122
  • Joined

  • Last visited

  • Days Won

    808

Everything posted by Farshad Mohajeri

  1. You can do this by adding custom JS code to MainForm script.
  2. You can't do this directly unless you modify some of the Ext JS CSS file.
  3. Which control and in which case? More info needed.
  4. ext-lang-zh_CN.js is for Chinese, ext-lang-zh_TW is for Taiwan Chinese perhaps. You can copy or rename one of them as ext-lang-zh.js
  5. You have TMS components pack installed. It has a unit called Spin.pas which conflicts with Delphi's default Spin.pas.
  6. Charts are not supported in started edition.
  7. Hi, Is it Delphi XE Pro or Starter? Are Delphi Tee Chart components installed?
  8. I'm working on this issue. Stay tuned!
  9. 1. LookupComboBox is already available as Editor for DBGrid. 2. Logged #1217 3. ??? 4. For several reasons Value field removed from parameter list. If you want to show a different value then you must use TField.OnGetText event.
  10. All sessions are associated with unique SessionIDs which can be obtained from uniApplication.uniSession.SessionId We can not divide a single session and distribute it among servers. Any single session should live on server which created it.
  11. Well, this is not entirely true. Some reports may contain elements which can't be used in multi-thread environment. RichText is one of them. Can you try with a very simple or an empty report and test again?
  12. Tip: Since you have an AdoQuery you must set ServerModule->AutoCoInitialize->True
  13. Is there any error message? Can you check uniGUI log file placed under log folder Have you traced your code?
  14. uniGUI apps run with a single URL and there are no routing among Forms. However, you can pass parameters to starting URL Please see UrlParameters demo.
  15. I compiled and loaded your project here: http://prime.fmsoft.net/demo/project1.dll It does work for me in both IE8 and IE9. Can you test it?
  16. Yes, we upgraded to extjs 3.4.0 Can you send a test case?
  17. Does this happen in our online demo? http://prime.fmsoft.net/demo/ucdemo.dll
  18. Port 8077 maybe blocked from external access.
  19. ServerModule will not perform proper COM initializations required for ADOConnection. MainModule is the right place for this.
×
×
  • Create New...