Jump to content

Search the Community

Showing results for tags 'googlemaps'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 4 results

  1. I am trying to force GoogleMaps to FullScreen via code (MainFormDisplayMode:= mfPage;). Please advise how - Thanks in advance Played with <div s:= '<div id="uni_map_canvas" style="position: absolute; width: 100%; height: 100%"> '+ ' <iframe '+ ' src="https://www.google.com/maps/embed/v1/place?key=xxx" '+ ' width="100%" '+ ' height="100%" '+ ' style="border:0;" '+ ' allowfullscreen '+ ' referrerpolicy="no-referrer-when-downgrade" '+ ' loading="lazy" '+ ' > '+ ' </iframe> '+ '</div>'; UniHTMLFrame1.HTML.Add(s); Played with CSS s:= '.google-maps ' + '{ '+ ' position: relative; '+ ' padding-bottom: 75%; '+ ' height: 0; '+ ' overflow: hidden; '+ '} '+ '.google-maps iframe '+ '{ '+ ' position: absolute; '+ ' top: 0; '+ ' left: 0; '+ ' width: 100% !important; '+ ' height: 100% !important; '+ '} '; CustomCSS.Add(s); s:= '.box '+ '{ '+ ' height: 100%; '+ '} '+ '.box iframe '+ '{ '+ ' width: 100%; '+ ' height: 100%; '+ ' border: none; '+ '} '+ 'html, body '+ '{ '+ ' margin: 0; '+ ' padding: 0; '+ ' width: 100%; '+ '} '+ 'body '+ '{ '+ ' font-family: "Helvetica Neue", sans-serif; '+ ' font-weight: lighter; '+ ' height: 100%; '+ '} '; CustomCSS.Add(s);
  2. Hi, I wonder if it's possible to put a pin when showing google maps. I'm reading coordinates from mysql and displaying the map that correspond to the coordinates but i want to put a pin to show exactly where on the map the location is? I looked at the google maps demo but there was no pin in the example. Best Regards /Christian
  3. vbdavie

    Google Maps

    I'm using FullBlown demo build 1205 (trial version) The problem is that GoogleMaps used to work and now it doesn't <with chrome>. It does however work on my IPAD. In fact on Safari it works very nicely with the dragging of your finger. WIndows: I am using many different browsers. Here is what's happened. The maps USED to work with my Chrome with my old uniGUI build 1187. Now that I upgraded from 1187 to 1205, it doesn't work with Chrome anymore. My chrome version is Version 45.0.2454.93 m. I also noticed that it doesn't work with my FireFox version 40.0.3 either. It gives the same type of AJAX error message that I have attached as a screen shot. I also have IE8<ugh>, and it doesn't work with that either, but I can't remember if it worked with build 1205. The IE8 issue is NOT a big deal, since the vast majority of the people will NOT be using it. I jsut thought I would provide you with all my experiences. APPLE: I also have an IPAD with Chrome and Safari. It's wierd that they operate differently. Safari: You can drag your finger around and the map scrolls around - Cool. Chrome: You can NOT drag your finger around, but at least it shows the map. Anybody else experience this? Davie
  4. Hi I would suggest a component that enables integration with google maps thanks Emiliano
×
×
  • Create New...