Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12115
  • Joined

  • Last visited

  • Days Won

    807

Everything posted by Farshad Mohajeri

  1. Parameters are those which passed in client script: google.maps.event.addListener(map, 'click', function(e) { ajaxRequest(MainForm.UniHTMLFrame1, 'mapClick', ['lat='+e.latLng.lat(), 'lng='+e.latLng.lng()]); } ); No address info is passed as parameter. You must explore maps API and if there is a function to retrieve address you can add it to parameter list and handle it on server side.
  2. It will be implemented but can't give any exact date for it.
  3. Preview window can't be shown on web side unless you implement your own preview Form in uniGUI. You can use Fast reports export functions to export your report to excel and show it inside a UrlFrame
  4. I tested Raudus once when it was version 0.7.1. Today I tried to test it again. I didn't have time to test it throughly, but I found out that there is something weird about Raudus. Its session handling model is not clear to me. If I run Sleep(5000) in one of the sessions it seems that all other sessions are blocked too! Does Raudus handle sessions using a multi-threaded model?
  5. You can consider it as a competitor!
  6. Correct usage: frxPDFExport1.FileName := UniServerModule.LocalCachePath + rptfile+'.pdf';. . . . UniURLFrame1.URL := UniServerModule.LocalCacheURL + rptfile+'.pdf';
  7. Give full access to built-in account IUSR for folder "C:\inetpub\wwwroot\GoogleMaps\cache\"
  8. Thanks for info. I can't say anything fast will happen on C++ side, but I will try to start some initial tests next week.
  9. I'm sure that I've forgotten many other things too. Today I was quite busy and couldn't focus on details. Tomorrow I will revise blog post and make necessary additions.
  10. Xtraordinary Hosting is a company based in UK. They provide dedicated and VPS hosting solutions for both Windows and Linux platforms. uniGUI web site is hosted here. I'm very pleased with their uptime and server performance. Their prices are also very competitive. Their servers are completely self-service which means there are no control panel or web management. It is only you and your server which you can access using terminal services. For me control panel is not a must, as I can do whatever I want using server management interface including running my own name server. PS: I'm not affiliated with Xtraordinary hosting company in any way. This post is simply a recommendation not a warranty for quality of their services. Do your own research before making decision.
  11. You want to modify the application DLL or files that are in use by your app which one?
  12. We aslo have global UniWebMode function declared in uniGUIRTTI unit.
  13. Actually it will be UniSession.Redirect(url, delay);
  14. Hi Babak, Thanks for your contribution. I also added a new demo called GoogleMaps which is available in recently uploaded build 886. I'm sure it will give you more ideas to further enhance and develop your component. BTW, is map location fixed or can it be changed from Delphi? Good work!
  15. UniTimer will only work on Forms or Frames.
  16. The installer installs lots of demos. Look under: \Users\Public\Documents\FMSoft\Framework\uniGUI\Demos
  17. You can use TUniImage to show the Captcha image. There are several ways to create the Captcha image itself which I believe there are 3rd party tools for it.
  18. Yes, this bug is fixed in current build which I will publish soon.
×
×
  • Create New...