Jump to content

lema

uniGUI Subscriber
  • Posts

    405
  • Joined

  • Last visited

  • Days Won

    21

Posts posted by lema

  1. Hello lema.

     

    Thanks, but it didn't work. 

     

    I have this code on the "UniFormShow" method:

    Map.InitializeMap;

     

    An as I said, first time I load the form, works fine. If I close the form and reopen, it doesn't. 3rd time runs ok, 4th it doesn't and so on.

    Any other idea?

     

    Thanks.

     

     

    Renato

     

    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.  

    Helo lema.
     
    I've got an issue like this:
    I have a form and on "OnFormShow" procedure I use the InitializeMap procedure of the map component.
    First time works fine, second time the map doesn't load, third time works fine, fourth time it doesn't, fifth time works fine, sixth it doesn't and so on.
    Have you ever faced it? If somebody did, please help me.
     
    Thanks.
     
    Renato

     

     

    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.  

    Hello Lema

     

    I'm starting to use your component and it is excellent. Congratulations.

     

    Only that something strange happens, the same screen time it loads, sometimes it does not load.
     
    You know what's going on?

     

     

    Hello , can you post some kind of sample project that illustrates the problem ?

  5. 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.

  6. 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?

  7.  

    Hi, lema

    A long time ago I spoke with the problem that I have not shown Gmap. So, I accidentally disabled in UniServerModule property SuppressErrors. And when you try to
       UniGMap.InitializeMap;
     
    An error has occurred
    What is the problem?

     

     

    Is that the main form of your project ?

    Can you post here a sample demonstrating the problem ?

     

    Edit:

    When do you call InitializeMap ?

  8. 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 ?

  9. 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

  10. 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

    post-281-0-60813900-1421964110_thumb.png

    • Upvote 4
  11. Hi Lema,

     

    How we can Google Map InfoWindow Form design and add to object properties? 

     

    If We can click object on the map, we can see its properties that we make any properties like JSON objects.

     

    Other side, if we can write spatial function how we can attach with the map. For example, i want to relation beetween map object and DBase.

     

    Thank you help.

     

    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.

     

    post-281-0-82026300-1421544131_thumb.png

    TestInfoWindow.rar

    • Upvote 1
×
×
  • Create New...