Jump to content

lema

uniGUI Subscriber
  • Posts

    405
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by lema

  1. Hello. For debug purposes remove Map.InitializeMap from UniFormShow and call it on demand from a unibutton. It would be a great help if you could attach a sample project demonstrating the problem.
  2. Hello Renato. Do you have a unigmap component on your main form ? If not, try it (you can set visible:=false).
  3. Hello. As title says, I tried 3 times today to pay via PAYPAL the UniGUI upgrade package ($100). Unfortunately, for some unknown reason the order could not be accepted. The message from fastspring was the following: "We regret that your payment or order could not be accepted. There are many reasons why this might occur. We value your business and would like to help you complete this order. Please contact us for assistance." Also , I tried without success to send you a PM. "The member Farshad Mohajeri cannot receive any new messages"
  4. lema

    mobile demo

    Hi to all. Can you please give me the url of the online mobile demo in order to test it on my devices ?
  5. Hello uniguiers ! As title says, is there any possibility to achieve responsive unigui forms ?
  6. Hello Rogério. Is FMapa your main form? If not, please try to place a gmap component on your Main Form. (you can set it invisible.)
  7. Hello , can you post some kind of sample project that illustrates the problem ?
  8. Hello, please try with the attached dpk. UniGMapDXE2.zip
  9. Hello sobakava. In the included project there is a demo with frames. Did you try it ? Does it work for you ?
  10. lema

    Contabo.com

    After over 12 hours is up again. http://contabo-status.com/ The severe damage of two high-voltage power lines that caused the power outage has been fixed. All servers of our data center in Munich are online again. We kindly ask you to contact our support (support@contabo.com) if your system is still not available. Our whole team is working hard to take care of all requests immediately. Thank you for your patience.
  11. lema

    Contabo.com

    The 1st big problem with Contabo after 3 years with excellent performance. I have 2 VPS running in their dc, and one of them It's down from yesterday. I can't even access the contabo.com site. Is there anyone know why the contabo is down?
  12. I don't use 64bit Delphi versions , but recently I tested the component in XE7 enviroment. I didn't notice any problem with 64bit target builds.
  13. Is that the main form of your project ? Can you post here a sample demonstrating the problem ? Edit: When do you call InitializeMap ?
  14. The component uses Javascript arrays to store map stuff, like markers , lines , polygons etc. e.g. The unigmap.HTML.Text contains something like the following: <script> var markersArray = []; var linesArray = []; var polygonsArray = []; var circlesArray = []; var rectanglesArray = []; .. .. .. </script> The server constructs and manipulates these arrays and sends them to client. I am not a web developer nor a Javascript expert, but I think that the client's browser is responsible for keeping these arrays into its memory. Please Farshad, correct me if I'm wrong and/or give me some hints. Hüseyin, what kind and how many of shapes do you create ? And , how do you measure the memory consumption ?
  15. Hello, can you post a sample of a GPS waypoint data file ?
  16. OK. http://forums.unigui.com/index.php?/topic/4997-mobile-script-in-unimhtmlframe/?p=25472 I was not sure whether it was a bug or not.
  17. Hello. Why doesn't script in HTML work? The HTML.text of UnimHTMLFrame is <div id="test" style="width: 100%; height: 100%">test DIV</div> <script> document.getElementById("test").innerHTML="Hello"; </script> PS. I can't upload here a test project
  18. New version 2015-01-27 v1.4.0 -- Added infoWindow support Tested with uniGUI 0.98.10.1132 Online demo: http://79.143.178.31/lema/uniGMapDemo.dll
  19. Hello Cristiano. I will add ASAP infowindow support into the unigmap component.
  20. Hello Cristiano. I have slightly changed the demo. Please see at: http://forums.unigui.com/index.php?/topic/4969-google-maps-infowindow/?p=25296
  21. Small demo project about Infowindows in Google Maps. It shows a simple way to open and close an infowindow and how to use javascript to make an ajaxRequest back to uniGUI. In reply to: http://forums.unigui.com/index.php?/topic/2363-google-maps-for-unigui/?p=25283 ------------------------------ EDIT: The post & source code is not needed anymore since this functionality is now embedded into unigmap component. Please see at : http://forums.unigui.com/index.php?/topic/2363-google-maps-for-unigui/?p=25362 TestInfoWindow.rar
  22. Personally , I don't need InfoWindows. uniGUI itself is powerful enough to help me in creating beautiful and very complex forms. So , I catch the markerclick event and just show them. I have in my mind to add infowindows support into unigmap. I'll do it once I get some free time. Until then, you can try to create infowindows by adding JavaScript yourself. TestInfoWindow.rar
  23. Hello , it looks great ! I tried to test your application but http://mslider.net/ seems down.
  24. Thank you Zilav. Nice demo. Another similar example is http://forums.unigui.com/index.php?/topic/1479-progressbar-multithreading-demo/
×
×
  • Create New...