Jump to content

patmap

Members
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by patmap

  1. Hi, Mr. Farshad Thank you for your reply. I will change source for dynamic location map. I will put new version in one hour later. Best Regards
  2. Hi all I Developed UniGoogleMap component for uniGUI. Last Version 1.4.2 ( For Delphi XE - XE2) Last Update 2011-12-07 important: must be install veriosn uniGUI ver 0.87.0.901 or later. This component is a subclass of TUniHTMLFrame. So i write a Objective Class for using GoogleMap API (files\GMap.js). I used Google Map API V3.0 This Class uses a third party Class (markerwithlabel.js). Attention: when you put this component on the form first set MapName property. If you want use multiple Map on your project, must be set unique name for this property. After Install this component add in [uniGUI Additional] section of uniGUI components. I add many future as soon as. Many Thanks to Mr. Farshad for this usefull framework. Best Regards Babak Yaghoobi GoogleMap.v1.4.2.zip
  3. Hi, How can i add my script url in main header section. Ex: i want add this url source <script type="text/javascript" src="h ttp://maps.google.com/maps/api/js?sensor=false"></script> I try add this source h ttp://maps.google.com/maps/api/js?sensor=false in TUniGUIServerModule CustomFiles Property but after load page uniGUI add .js prefix to this source and convert it to: <script src="h ttp://maps.google.com/maps/api/js?sensor=false.js"></script> Thank you for your help. Best Regards
  4. Hi, Mr. Farshad One other thing, The DBGrid Footer ( Page x Of x) Font not change with above css ! Only change with this: .x-toolbar table *{ font-family: Tahoma; } and full css for DBGrid is: .x-grid-panel, .x-toolbar table *{ font-family: Tahoma; } Best Regards
  5. Hi, Mr. Farshad I wrote a custom main.css: .x-grid-panel * { font-family: Tahoma; } and put this file in CustomFiles property in TUniGUIServerModule. Attention: if you not put ( * ) (Star Character) after x-grid-panel class font not affect in other sub tags in DBGrid; Best Regards
  6. Hi, Compare different font in two image.
  7. Hi, Compare tow picture please ! No CSS -> Not Tahoma With CSS -> Tahoma
  8. Hi, But Tahoma font not effect in TUniDBGrid, if i add previous CSS file tahoma effect ! It use another font. Best Regards
  9. Hi, Mr. Farshad You right, because in RTL mode can not change column size by resizing in TUniDBGrid !!! Best Regards
  10. Thank you Mr. Farshad Even TUniDBGrid and Form Caption is RTL also. This is good future for RTL languages: Persian, Arabic, Hebrew Best Regards
  11. Hi Mr. Farshad I found this. I write a custom CSS : body, form { background-image: url(bg.png); background-repeat:repeat-x; direction: rtl; } .x-form-text{ text-align: right ; } .x-grid-panel *{ text-align: right ; font-family: Tahoma; } and add this in CustomFiles in TUniGUIServerModule. If you can add this future: text-align and body direction with BidiMode Property and add in css Was much better. Best Regards
  12. Hi, How Can Change TUniDBEdit and TUniEdit Align To Right To Left ? Best Regards
  13. Hi, How can change TUniDBGrid Title font to Tahoma ? I changed TitleFont property to Tahoma, but not effect in WebApplication. Best Regards
  14. Hi AMIT Use : UniApplication.UniSession.URLPath Best Regards
  15. patmap

    Jalali Calendar

    Very thanks Mr. Farshad. Best Regards
  16. Hi Rob Can you repeat your test for traffic rate with ServerModule.Compression.Enabled := true; ServerModule.Compression.Level = zcMax; ? Best Regards
  17. patmap

    Jalali Calendar

    Hi, Mr. Farshad Can you add this future please ? The correct link: Jalali Calendar Best Regards
  18. patmap

    Jalali Calendar

    Then address name is correct but link changed !!! The correct link: Jalali Calendar Best Regards
  19. patmap

    Jalali Calendar

    Hi Mr. Farshad I'm sory for meny request. Can you add Jalali Calendar in uniGUI ? This calendar very needed for persians. Very Thanks. https://github.com/Behrang/Ext.ux.JalaliDatePlugin Best Regars
  20. Hi Mr. Farshad I'm sory for meny request. There is hope for add a Popup menu ( Context menu) on forms ? Ex: http://examples.ext.net/#/Toolbar/Menu/Context_Menu/ Best Regars
  21. Hi, How can remove form icon? I set BorderIcons =BorderIcons - [biSystemMenu]; or even BorderIcons= [] but icon visible on form ! Best Regards
  22. Hi Mr. Farshad How can change main menu font to Tahoma and how can change main menu font size or same font with form font ( ParentFont) ? Best Regards
  23. patmap

    Google Map Panel

    Hi, If you will give us a base class for develope uniGUI components we help you for develope meny components and add in uniGUI and share with other developers.( Such as Delphi ) Thank you, Best Regards
  24. patmap

    Google Map Panel

    Hi, Mr. Farshad This is the best Class for display Google Map with many futures: addMarker, addMarkers, addPolyline, createInfoWindow, clearMarkers, showMarkers, hideMarkers, addMapControls, getCenter and Events: onMapReady, onResize https://github.com/V...JS.ux.GMapPanel This project have a two file Ext.ux.GMapPanel.js and Ext.ux.GMapPanel3.js that Ext.ux.GMapPanel3.js file work with Ext.3.3 Thank you Best Regards
  25. patmap

    Google Map Panel

    Hi, The offical site have Google Map Demo with AddMarker, ... http://dev.sencha.com/deploy/ext-4.0.2a/examples/window/gmap.html Best Regards
×
×
  • Create New...