Jump to content

luiz rogerio reine

uniGUI Subscriber
  • Posts

    14
  • Joined

  • Last visited

  • Days Won

    1

luiz rogerio reine last won the day on December 21 2016

luiz rogerio reine had the most liked content!

Recent Profile Visitors

740 profile views

luiz rogerio reine's Achievements

Newbie

Newbie (1/4)

5

Reputation

  1. Any ideia how can I solve this ?
  2. Ok, I log in with the original account, this is the registered account. Next time I'll submit questions using it.
  3. Hi. I'm trying to install these components on Delphi XE8 and got the error on the UniGUI unit seCSSParser.pas that says the unit Dialogs is missing. Is there a way to install it on this version? (it looks like you use version 10.2 Tokyo). Thanks.
  4. Hi. Is there a way to change the selectec row color? I want to change that light blue to a darker one. Thanks.
  5. Hi Yes I did. In fact now doing some more tests only on Google Chrome and Safari the map doesn't show, in other browsers it works fine. Have you ever seen it?
  6. Good morning. My uniGMap stopped working after I had updated to "uniGUI Complete Pro 0.99.90.1281 Beta". Is there anyone else having problems?
  7. Ok procedure TFMapa.UniFormCreate(Sender: TObject); begin UniGMap1.ClientEvents.ExtEvents.Values['resize'] := 'function (sender, width, height, oldWidth, oldHeight, eOpts)' + '{ if (typeof gm_' + UniGMap1.JSName + ' != ''undefined'') { ' + ' google.maps.event.trigger(gm_' + UniGMap1.JSName + ', ''resize''); }}'; Randomize; end; procedure TFMapa.UniFormShow(Sender: TObject); begin Randomize; UniGMap1.InitializeMap; UniTimer1.Enabled := true; end; procedure TFMapa.UniTimer1Timer(Sender: TObject); var lat, lon : double; begin decodeLatLon(UniMainModule.MMapaCoordenadas.AsString,lat,lon); UniGMap1.MapDefaultLat := lat; UniGMap1.MapDefaultLng := lon; end; Only the second time I call the form it's works. The first not appear the map and gives error: gm_O527 is not defined try{O5CD.stopAll()}catch(e){};O577.setDisabled(false);O57B.setDisabled(false);O583.setDisabled(false);O57F.setDisabled(false);O587.setDisabled(false);O593.setDisabled(false);O56F.setDisabled(false);O573.setDisabled(false);var myLatlng = new google.maps.LatLng(-22.535412,-47.381144);var marker_0 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : google.maps.Animation.BOUNCE, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 0, icon : "http://maps.google.com/mapfiles/kml/pal2/icon5.png", title : "Marca 1", zIndex : 0, clustered : false }); markersArray_O527.push(marker_0); if (marker_0.clustered) { MarkerClusterer_O527.addMarker(marker_0,false); } google.maps.event.addListener(marker_0, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=0", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 1 ]);}); google.maps.event.addListener(marker_0, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=0", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_0, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=0", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.535242,-47.380981);var marker_1 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : null, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 1, icon : "http://www.yessolucoes.com.br/car/static/images/tema1/rastroE.png", title : "Marca 2", zIndex : 0, clustered : false }); markersArray_O527.push(marker_1); if (marker_1.clustered) { MarkerClusterer_O527.addMarker(marker_1,false); } google.maps.event.addListener(marker_1, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=1", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 2 ]);}); google.maps.event.addListener(marker_1, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=1", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_1, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=1", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.534715,-47.382133);var marker_2 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : null, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 2, icon : "http://www.yessolucoes.com.br/car/static/images/tema1/rastroO.png", title : "Marca 3", zIndex : 0, clustered : false }); markersArray_O527.push(marker_2); if (marker_2.clustered) { MarkerClusterer_O527.addMarker(marker_2,false); } google.maps.event.addListener(marker_2, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=2", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 3 ]);}); google.maps.event.addListener(marker_2, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=2", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_2, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=2", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.535333,-47.382362);var marker_3 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : null, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 3, icon : "http://www.yessolucoes.com.br/car/static/images/tema1/rastroSE.png", title : "Marca 4", zIndex : 0, clustered : false }); markersArray_O527.push(marker_3); if (marker_3.clustered) { MarkerClusterer_O527.addMarker(marker_3,false); } google.maps.event.addListener(marker_3, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=3", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 4 ]);}); google.maps.event.addListener(marker_3, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=3", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_3, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=3", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.536987,-47.381214);var marker_4 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : null, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 4, icon : "http://www.yessolucoes.com.br/car/static/images/tema1/rastroE.png", title : "Marca 5", zIndex : 0, clustered : false }); markersArray_O527.push(marker_4); if (marker_4.clustered) { MarkerClusterer_O527.addMarker(marker_4,false); } google.maps.event.addListener(marker_4, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=4", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 5 ]);}); google.maps.event.addListener(marker_4, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=4", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_4, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=4", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.537073,-47.380970);var marker_5 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : null, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 5, icon : "http://www.yessolucoes.com.br/car/static/images/tema1/rastroSE.png", title : "Marca 6", zIndex : 0, clustered : false }); markersArray_O527.push(marker_5); if (marker_5.clustered) { MarkerClusterer_O527.addMarker(marker_5,false); } google.maps.event.addListener(marker_5, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=5", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 6 ]);}); google.maps.event.addListener(marker_5, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=5", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_5, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=5", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.537973,-47.380352);var marker_6 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : null, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 6, icon : "http://www.yessolucoes.com.br/car/static/images/tema1/rastroS.png", title : "Marca 7", zIndex : 0, clustered : false }); markersArray_O527.push(marker_6); if (marker_6.clustered) { MarkerClusterer_O527.addMarker(marker_6,false); } google.maps.event.addListener(marker_6, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=6", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 7 ]);}); google.maps.event.addListener(marker_6, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=6", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_6, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=6", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.538125,-47.380470);var marker_7 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : null, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 7, icon : "http://www.yessolucoes.com.br/car/static/images/tema1/rastroSO.png", title : "Marca 8", zIndex : 0, clustered : false }); markersArray_O527.push(marker_7); if (marker_7.clustered) { MarkerClusterer_O527.addMarker(marker_7,false); } google.maps.event.addListener(marker_7, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=7", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 8 ]);}); google.maps.event.addListener(marker_7, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=7", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_7, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=7", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});var myLatlng = new google.maps.LatLng(-22.537265,-47.380943);var marker_8 = new google.maps.Marker({ position : myLatlng, map : gm_O527, animation : google.maps.Animation.BOUNCE, clickable : true, draggable : false, raiseOnDrag: true, flat : true, id : 8, icon : "http://maps.google.com/mapfiles/kml/pal2/icon13.png", title : "Marca 9", zIndex : 0, clustered : false }); markersArray_O527.push(marker_8); if (marker_8.clustered) { MarkerClusterer_O527.addMarker(marker_8,false); } google.maps.event.addListener(marker_8, "click", function(e) { ajaxRequest(O527, "markerClick" , ["id=8", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng(), "tag=" + 9 ]);}); google.maps.event.addListener(marker_8, "dragend", function(e) { ajaxRequest(O527, "markerDragend" , ["id=8", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);}); google.maps.event.addListener(marker_8, "rightclick", function(e) { ajaxRequest(O527, "markerRightClick" , ["id=8", "lat=" + e.latLng.lat(), "lng=" + e.latLng.lng() ]);});O577.setDisabled(true);O57B.setDisabled(true);O56F.setDisabled(true);O573.setDisabled(true);O577.setDisabled(false);O57B.setDisabled(false);var myLatlng = new google.maps.LatLng(-22.536420,-47.381357);gm_O527.setCenter(myLatlng);_sfv_(O523,0,14);O543.load({params:{options:1}}); Thank's Rogério
  8. 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? I put Inicialize on show. Only the second time I call it's works.
  9. I need a grid pivot, someone have one ? preferably a component with unigui and mzPivotGrid: A pivot table for Ext JS Thank's
  10. Hi 1) Pivot Grid 2) Export dbgrid to Excel 3) Export dbgrid to PDF to download and print Thank's
×
×
  • Create New...