Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12121
  • Joined

  • Last visited

  • Days Won

    807

Everything posted by Farshad Mohajeri

  1. OK. Problem is that below files don't exist or server can't access them: ext-3.3.0/resources/css/uni-ext.css ext-3.3.0/resources/css/ext-all.css ext-3.3.0/examples/ux/ux-all.js ext-3.3.0/resources/css/xtheme-xp.css ext-3.3.0/examples/ux/css/ux-all.css" Can you verify this?
  2. Do this: In browser open the following URL: http://localhost/uni...css/uni-ext.css see the result. It should be a CSS file. and this one http://localhost/uni...css/ext-all.css
  3. If you like you can install TeamViewer and allow me to access to your PC and let me see what's the real issue. I'm around here for one more hour. Send me TeamViewer account details to info@fmsoft.net
  4. no. What uniGUI version have you installed?
  5. have you copied the ext-3.3.0 folder to the server with all of its subfolders?
  6. By using CriticalSection you can force some portion of code to run in a single thread at a time but it won't make it thread-safe. Components like QR aren't designed with multi-threading in mind so there is no guarantee that they will work in a threaded app.
  7. The log changes dynamically. The only way is to create a public gateway for it. It is Mantis Issue Tracker. I can open Mantis for public view but I don't prefer it. I will create the gateway using uniGUI.
  8. You will send a command to QuickReport app and it will generate the report and save it in a file. uniGUI app will show this file in a urlFrame.
  9. Probably because version of uniguı specific JS files has changed. Most recent versions are: ext-unigui-1.2.3-min.js ext-sync-1.2.3-min.js unicanvas-1.2.3-min.js
  10. As far as I can see QuickReports is not OK with multi-threaded use. I will try to make some tests with it. The best way is to run QuickReport application as a separate process and communicate with it using some inter-process comm methods.
  11. CSS files hasn't changed and they do rarely change. Actually, not all new releases change JS files. I will try to inform when there is a change.
  12. Yes, that's a requirement to copy the ext folder for each new version.
  13. Can you give me link for most recent version?
  14. Is QR an integrated part of Delphi or do you install it separately?
  15. It seems some CSS files are missing. That's why you get a garbled screen. Can you verify that all CSS file in path are loaded? You can do it in FireFox by right clicking and selecting View Source. <?xml version=1.0?><!doctype html public "-//W3C//DTD XHTML 1.0 Strict//EN"> <html xmlns=http://www.w3org/1999/xthml> <head> <title>New Application</title> <meta http-equiv="content-type" content="charset=utf-8" /> <meta http-equiv="cache-control" content="no-cache" /><meta http-equiv="pragma" content="no-cache" /> <link rel=stylesheet href="ext-3.3.0/resources/css/uni-ext.css" /> <link rel=stylesheet href="ext-3.3.0/resources/css/ext-all.css" /> <script src="ext-3.3.0/adapter/ext/ext-base.js"></script> <script src="ext-3.3.0/ext-sync-1.2.3-min.js"></script> <script src="ext-3.3.0/ext-all.js"></script> <script src="ext-3.3.0/examples/ux/ux-all.js"></script> <link rel=stylesheet href="ext-3.3.0/resources/css/xtheme-blue.css" /> <link rel=stylesheet href="ext-3.3.0/examples/ux/css/ux-all.css" /> <style>body { background: #004080; }</style> <script src="ext-3.3.0/ext-unigui-1.2.3-min.js"></script> </head> In source screen click on CSS file links and verify that they load properly. .
  16. Visual QuickReport VCL components can't be used in uniGUI and likely they will crash. What is your Delphi and QR version?
  17. Well, you reporting tool must support running in a multi threaded environment. I haven't used QuickReport much so I'm not sure what options are available for it.
  18. Export your reports to PDF file and show them in a TUniURLFrame.
  19. There are no more settings required for ISAPI deployment except those required for IIS. Well, when ıt comes to IIS there are security issues which prevents program from accessing all resources. It restricts you to IUSR and IUSR_IWAM accounts' privileges. If you need to access a folder or file for read/write access then you must grant it to IUSR account. Can you send a screen shot of garbled web browser screen?
  20. Maybe, but not in the short run. Issue #1014
  21. I don't think. Perhaps if Ext JS has a handy way for it we may be able to implement in uniGUI too.
  22. Please see FishFacts demo. It loads fish data from a CDS file.
×
×
  • Create New...