Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12125
  • Joined

  • Last visited

  • Days Won

    810

Everything posted by Farshad Mohajeri

  1. I don't want to give an exact date. I started a major push toward fixing current issues and adding new features. For 32-bit it is already available and will be packed and inclued in 0.87 Soon. Thank you
  2. If you provide me access to your VPS I will log and look into issue.
  3. PageMode for all Forms is planned for future.
  4. The default Glyph alignment is already left. Do you want to achieve something different?
  5. I don't think there is an easy way to do that. You may use some JS code to retrieve it and send it back to the server.
  6. Hi Oscar, I'm back and started to look into issues. It will take time for me to reply to all forum posts and log new issues. I posted about this unwanted delay in "Development Status" topic under "Beta Forums". http://forums.unigui...lopment-status/
  7. Due some unexpected events there has been a delay for non-beta release but everything will be back on track soon. Please specify your requests in "Survey thread".
  8. For ADO you must set ServerModule->AutoCoIinitiaze -> True For integrated security in IIS mode you must give enough credentials to IUSR so it can access SQL server. I recommend using SQL server security.
  9. Procedure is same for all Delphi versions. http://www.unigui.com/downloads/90
  10. You call UniMainModule inside TUniMainModule? Why?
  11. Please post a sample code shıowing how you did it in V 0.84.
  12. Detailed docs aren't available yet.
  13. Ampersand is removed because in VCL mode ampersand has a special meaning: &Click -> Click I will try to find a workaround: Logged #1127
  14. Farshad Mohajeri

    Indy

    Major change is that all Indy units are renamed so they won't conflict with built-in Indy. There are also tiny changes in source code. You can use any Indy version along with uniGUI, because Indy version included in uniGUI has different unit names so it will not conflict with default Indy units.
  15. Your server doesn't recognize DLL files as an application. For Apache you must enable ISAPI module. See here: http://www.unigui.com/doc/online_help/index.html
  16. In web mode ShowMessage can only be called inside a web event context. i.e. any event which is initiated from browser. Where does OnReconcileError or OnPostError occur? Inside a web request or elsewhere?
  17. Current Row is same as DataSet current Row and you can use RecNo property where supported.
  18. "Access" theme is not modified for uniGUI. There are some minor changes to be done to make it compatible with uniGUI.
  19. Can you narrow down the issue? Or send me a sample case.
×
×
  • Create New...