Jump to content

lema

uniGUI Subscriber
  • Posts

    405
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by lema

  1. There is a conflict between devexpress 14.1.2 and uniGUI 0.97.0.1084 The devexpress registers the TdxSmartImage graphic class , which is incompatible with uniGUI. (Please see the screenshot) Is there any other user having the same issue? SOLVED : http://forums.unigui.com/index.php?/topic/3534-png-image-on-tuniimage/&do=findComment&comment=16535
  2. DD , according to wikipedia links , the SEO is not possible on uniGUI , or is it ?
  3. New version 2014-09-28 v1.3.8 Tested with uniGUI 0.97.0.1084 Online demo: http://79.143.178.31/lema/uniGMapDemo.dll
  4. Thank you Farshad ! New version 2014-09-24 v1.3.7 -- Fixed Problem in Chrome
  5. Demo built with 0.97.0.1079. http://79.143.178.31/lema/uniGMapDemo.dll
  6. Hello ! It seems OK from my side. What browser (and what version) do you use ?
  7. Hi , you can comment out the ExtPascal14 line. Extpascal package is no longer needed (I think...)
  8. Hi, I'm not sure if I understand this correctly , but I built a test Android project using Delphi XE6. I dropped a WebBrowser component and navigated to gmap Demo. Its working fine for me.
  9. Hello ! What do you mean? Do you have problem in running the demo under Delphi XE6 ?
  10. Please make sure that you have : Completely uninstall any previous version (remove bpl / dcu files). Re-build the uniGmap package. Copy the markerclusterer_compiled.js and markerwithlabel_packed.js in the /files directory .
  11. New version 2014-03-30 v1.3.6 ---Fixed Problem with images in MarkerEx [Please note that markerwithlabel_packed.js updated to v.1.1.9]
  12. With the term "hidden from public" , I mean that there is no link to the main site (www.unigui.com) that point to these forums. So , there is no way for a new user to find the forums. As for the registration procedure , when you try to register , you get : "Oops! Something went wrong! The administrator is currently not accepting new membership registrations." Yes , you can always email the admin , but the majority of new users will not send email . As I said , I have no problem with that , I respect 100% Farshad aspect and his wonderful framework , but It would be better if Google had access to crawl these pages. Less newcomers means smaller "think-tank" , less users means smaller community base.
  13. Hi , why these forums are hidden from public ( and closed for new registrations )? Personally , I have no problem , but I think that public forums will help spreading of unigui framework.
  14. Hello codeb , I cannot reproduce the problem. Please check that you have completely removed the previous version of unigui , unigmap , unigooglemaps, including the old *.bpl, *.dcu, etc., files. Also check that the library path and the search path in Delphi are set correctly. I think it's a general Delphi library problem and not a gmap specific.
  15. Dear codeb , now I see that you try to install UniGoogleMap component from patmap ! http://forums.unigui.com/index.php?/topic/1225-google-map-new-component/
  16. Hello codeb. I tested successfully the latest unigui framework (0.95.0.1044) with unigmap on Delphi 2010. The included gmap demo compiled and run without any problem. I suggest to reinstall the unigui framework. Make sure that you have completely uninstall any previous version , before re-build all unigui packages.
  17. Web application works asynchronous , so the command UniGMap1.Geocoding immediately after an UniGMap1.InitializeMap it will drive into problems. For testing / debug purposes , I suggest: 1. Place the UniGMap component on the ActivePage of your UniPageControl. 2. Call UniGMap1.InitializeMap on MainForm.OnShow 3. Use a UniButton and call UniGMap1.Geocoding on OnClick. You can also send a test case to see what is going wrong.
  18. Hello Neeruu. Yes , a valid credit card it is a prerequisite to subscribe to AWS. As long as you use the free Amazon services , your card will not be charged. from the Amazon portal:
  19. Is the gmap inside to some tabcontrol? If it is , please put it to the active TabSheet. Edit: Also place a unigmap component on your main form (you can set unigmap.visible:=false)
  20. Does that error appear when you call UniGMap.InitializeMap ?
  21. To answer my question... I had to add the following user IIS AppPool\myPool * to the folder's security settings. * where myPool is the name of application pool.
×
×
  • Create New...