Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12127
  • Joined

  • Last visited

  • Days Won

    812

Everything posted by Farshad Mohajeri

  1. 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?
  2. Maybe, but not in the short run. Issue #1014
  3. I don't think. Perhaps if Ext JS has a handy way for it we may be able to implement in uniGUI too.
  4. Please see FishFacts demo. It loads fish data from a CDS file.
  5. Copy the ext-3.3.0 folder to the folder your isapi module resides. (don't rename the folder) In ServerModule set the ExtRoot parameter to ext-x.y.z\ (You can select it from drop down) If you copy Ext JS files to another folder, say c:\extjs\ext-3.3.0\ then ExtRoot should be either c:\extjs\ext-x.y.z\ or c:\extjs\ext-3.3.0\ If you copy Ext JS files to a renamed folder, say c:\extjs\ext3\ then ExtRoot should be exactly same value as full path: c:\extjs\ext3\ It should be enough to make it work.
  6. http://www.unigui.co...help/index.html Here there is an article regarding deployment. It can be a bit out-dated for IIS 7. Probably you haven't deployed Ext JS files to the server. You must copy the ext-3.3.0 folder to server and adjust the ExtRoot property in application ServerModule. See section Adjusting Paths in above link. You can create a Combo ISAPI/Standalone app and simply swiitch from Standalone to ISAPI (or vice versa) by commenting/uncommenting first line of project file. {$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI module {$ifndef UNIGUI_VCL} library {$else} program {$endif} mDemo_2009_2010; uses uniGUIISAPI, Forms,
  7. Hi, You can use a cookie. for this. See Cookie demo.
  8. I fixed the issue by getting pixel color at (0, 0) and setting it as PNG transparent color.
  9. Can you send a simple test case?
  10. Currently it is not open to public view.
  11. This issue is known an already logged: 0000848: Bitmap transparency display problem for Buttons This will be fixed in one of the next builds.
  12. For obvious reasons Delphi code can't run inside a browser! You need to embed and OCX Object in HTML code but this method only works in IE.
  13. I will investigate this. Thx.
  14. Above code runs on server and there is no way for it to open a dialog in a remote browser.
  15. Hello, Thanks for kind your invitation. I'd really like to meet your community, but right now it seems to be near impossible for me to dedicate time to any place out of these forums. Regards, Farshad
  16. It is a Delphi XE bug: https://forums.embarcadero.com/thread.jspa?threadID=54461&tstart=0 QC# 91236
  17. You mean restricting a client (IP Address) to only one session?
  18. It does not work in web mode as keys aren't sent back to the browser. Such functionality should be implemented in client side.
  19. Hi, Your question is answered in Beta Releases forum. Thanks
  20. Thanks for feedback. It took me busy for half a day until I find out that it is a Delphi bug not a uniGUI bug. I also searched the QC and couldn't find a related issue.
  21. In Delphi XE create a TTreeView (A standard TreeView not a UniTreeView). In TreeView editor add some items. Close the editor and open it again. This time if you click any node other than the first node, text of first node changes to text of last node. It only happens in XE. Can anyone confirm this bug?
  22. We can rename uniGUI to some catchy name such as WebExpress or something.
  23. Hmm.. looks like a screen shot of our forums!
×
×
  • Create New...