Jump to content

lema

uniGUI Subscriber
  • Posts

    405
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by lema

  1. It works for me. UniGmap ver. 1.3.4 UniGui ver. 0.92.0.993
  2. I am testing now the new version.
  3. Is your server successfully serving KML files ? Can you get the KML file from your browser ? (point your browser to http://yourserver/kmlfile.kml) In IIS I had to add the KML mime type in order to serve up these files. The MIME type for KML files is application/vnd.google-earth.kml+xml
  4. New version 2013-01-27 v1.3.4 -- Fixed bug in direction waypoints
  5. lema

    MyGPS

    How do you store lat , lng coordinates ? How many records does the database have?
  6. lema

    MyGPS

    It is an intranet project. I posted some images here: http://forums.unigui.com/index.php?/topic/2103-anyone-using-in-production/&do=findComment&comment=9384
  7. lema

    MyGPS

    I also work on a GPS tracking project. We track GPS data like Latitude , Longitude,speed and all OBD data from the vehicle. What database do you use?
  8. Sorry, Schlingel. My previous reply is not appropriate for your question. I thought you wanted to use TGraphicControl on Web-mode.
  9. You can not use regular VCL controls in Web-Mode. Also , see : http://forums.unigui.com/index.php?/topic/2074-cannot-assign-a-nil-to-tfont/
  10. http://safebrowsing.clients.google.com/safebrowsing/diagnostic?client=Firefox&hl=en&site=http://forums.unigui.com/
  11. Please see this. http://forums.unigui.com/index.php?/topic/1309-images-on-grids-or-on-dataview/
  12. Hi patmap. Thank you for your components! I am trying to run the PopupMenu demo on Delphi 2010 , but when I click a menu item the result is an exception "Invalid session or session Timeout."
  13. It looks great! PS. Please, give us bigger images. Some of us, are too old to view thumbnails
  14. lema

    Themes

    Extract the content of the slate.zip into your [ext]\resource directory.
  15. lema

    Themes

    To make it more clear, I can easily add the specific theme (slate) , but it has some visiblity problems. e.g. bottom space in a form
  16. lema

    Themes

    How can we add more themes ? For example, this: http://www.siliconhill.com.au/extjs/index-slate.html Edit: Sorry , the correct question is: "How can we trim/optimize more themes".
  17. Create a new .dpk file (name it "UniGMapD2007") Add the following code and try to install it in your Delphi. package UniGMapD2007; {$R *.res} {$ALIGN 8} {$ASSERTIONS ON} {$BOOLEVAL OFF} {$DEBUGINFO ON} {$EXTENDEDSYNTAX ON} {$IMPORTEDDATA ON} {$IOCHECKS ON} {$LOCALSYMBOLS ON} {$LONGSTRINGS ON} {$OPENSTRINGS ON} {$OPTIMIZATION ON} {$OVERFLOWCHECKS OFF} {$RANGECHECKS OFF} {$REFERENCEINFO ON} {$SAFEDIVIDE OFF} {$STACKFRAMES OFF} {$TYPEDADDRESS OFF} {$VARSTRINGCHECKS ON} {$WRITEABLECONST OFF} {$MINENUMSIZE 1} {$IMAGEBASE $400000} {$IMPLICITBUILD ON} requires rtl, vcl, vclimg, dbrtl, vcldb, uniGUI11, ExtPascal11, uIndy11, uniTools11; contains UniGMap in 'UniGMap.pas'; end.
  18. lema

    Merry Christmas

    Happy Christmas and a happy $7DD. Lema from Delphi...
  19. Yes , check the demo. In every polyline or polygon event occurred , there is a len variable which is the length (in meters).
  20. Please see the following: http://forums.unigui.com/index.php?/topic/1479-progressbar-multithreading-demo/
  21. New version 2012-12-19 v1.3.3 -- Full Latitude, Longitude path in directions
×
×
  • Create New...