You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: kevon h. <ke...@gm...> - 2009-02-22 16:46:56
|
Greetings! I stumbled upon your SourceForge project and it is quite interesting. I was wondering if it was still active? Sincerely, Kevon |
From: Rueben R. <rr...@ap...> - 2006-11-01 23:26:08
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> Hello<br> I am trying to "Ajaxify" a page that has already been coded using the wcp:GMap component. <br> <br> The aspx file:<br> <br> <small><i><ajax:ScriptManager ID="scriptmanager1" EnablePartialRendering="true" runat="server" /> <br> <br> <div style="margin: 2em;"><br> <asp:Label ID="lbl_exception" runat="server" Font-Bold="true" ForeColor="red" Visible="false"></asp:Label><br> </div><br> <br> <ajax:UpdatePanel ID="updatePanel1" UpdateMode="Conditional" runat="server"><br> <ContentTemplate><br> <div id="gmapblock" style="width:790px; float:left; padding-right: 9em;"><br> <wcp:GMap ID="gmap" runat="server" Width="800" Height="400" <br> EnableClientCallBacks="True" /><br /><br> <br> <asp:Label ID="lbl_info" runat="server" Visible="false" Font-Bold="true" ForeColor="red"></asp:Label><br> </div> <br> <div id="pgOpts" style="float:left; margin-left: -8em;"><br> <asp:Image ID="img_plannedstop" runat="server" ImageUrl=<a class="moz-txt-link-rfc2396E" href="http://labs.google.com/ridefinder/images/mm_20_blue.png">"http://labs.google.com/ridefinder/images/mm_20_blue.png"</a> /><asp:Label ID="lbl_plannedstop" runat="server" Text=" - Planned Stops"></asp:Label><br /><br> <asp:Image ID="img_actualstop" runat="server" ImageUrl=<a class="moz-txt-link-rfc2396E" href="http://labs.google.com/ridefinder/images/mm_20_red.png">"http://labs.google.com/ridefinder/images/mm_20_red.png"</a> /><asp:Label ID="lbl_actualstops" runat="server" Text=" - Actual Stops"></asp:Label><br /><br /><br> <asp:CheckBox ID="chkb_plannedstop" runat="server" Text=" Planned Stop" autopostback="true" /><br /><br> <asp:CheckBox ID="chkb_actualstops" runat="server" Text=" Actual Stop" AutoPostBack="true"/><br /><br> <asp:CheckBox ID="chkb_gpsdata" runat="server" Text=" GPS Data" AutoPostBack="true" /><br /> <br> </div> <br> </ContentTemplate><br> </ajax:UpdatePanel><br> </i><big><br> I dont understand why, but when I click on one of the checkboxes, the google map goes away and does not even reload. My expectation would be that it would have just reloaded the entire google map object with the overlay information.<br> <br> I am aiming to overlay this information through ajax and without the post back to the server. I am still researching a lot of this so any suggestions are much appreciated.<br> <br> Rueben Ramirez<br> </big></small> </body> </html> |