<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>the box should appear next to the mouse cursor position, 
incidentaly near the last point you clicked.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>edit the outline.js file and add an alert in the 
code:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>function addLabel(text,x,y) {<BR>&nbsp; alert("addLabel called 
\n text: " + text + "\n x:" + x + "\n y:" + y);<BR>&nbsp; outlineLabelInput = 
xGetElementById('outlineLabelInputDiv');<BR>&nbsp; outlineLabelText = 
xGetElementById('outline_label_text');<BR>&nbsp; outlineLabelText.value = 
text;<BR>&nbsp; xMoveTo(outlineLabelInput,x + 5,y + 5);<BR>&nbsp; 
outlineLabelInput.style.zIndex = 3;<BR>&nbsp; 
xShow(outlineLabelInput);<BR>}</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>let me know what is the output.</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=p.shapley@gmail.com href="mailto:p.shapley@gmail.com">Paul 
  Shapley</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=oliver.christen@camptocamp.com 
  href="mailto:oliver.christen@camptocamp.com">Oliver Christen</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 08, 2007 4:27 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Cartoweb-users] Label Box 
  Position</DIV>
  <DIV><BR></DIV>
  <DIV>Hello Oliver,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Strange!. Yes this appears exactly as you stated in outline.css. 
  Oddly.... when you type in the box it labels the object exactly&nbsp;as it 
  should, it just appears outside the main 'map' window. This seem to occur 
  after i re-introduced the project file into 3.3.0.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Is opening the position of this box determined by the location of the 
  last 'location point' of the polygon?.</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Regards,</DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Paul<BR><BR>&nbsp;</DIV>
  <DIV><SPAN class=gmail_quote>On 08/03/07, <B class=gmail_sendername>Oliver 
  Christen</B> &lt;<A 
  href="mailto:oliver.christen@camptocamp.com">oliver.christen@camptocamp.com</A>&gt; 
  wrote:</SPAN> 
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
    <DIV bgcolor="#ffffff">
    <DIV><FONT size=2>Hi Paul, </FONT></DIV>
    <DIV><FONT size=2>the only reason i can think about is the css rule is not 
    set for the label floating box.</FONT></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <DIV><FONT size=2>check if you have this in your outline.css</FONT></DIV>
    <DIV>#outlineLabelInputDiv { 
    <TABLE>
      <TBODY>
      <TR>
        <TD>&nbsp;</TD>
        <TD>&nbsp; &nbsp;position:absolute;</TD></TR>
      <TR>
        <TD>&nbsp;</TD>
        <TD>&nbsp; &nbsp;visibility:hidden;</TD></TR>
      <TR>
        <TD>&nbsp;</TD>
        <TD>&nbsp; &nbsp;padding:10px;</TD></TR>
      <TR>
        <TD>&nbsp;</TD>
        <TD>&nbsp; &nbsp;background-color:#f5f5f5;</TD></TR>
      <TR>
        <TD>&nbsp;</TD>
        <TD>&nbsp; &nbsp;border:1px dashed #dfdfdf;</TD></TR>
      <TR>
        <TD>&nbsp;</TD>
        <TD>&nbsp;}</TD></TR></TBODY></TABLE></DIV>
    <DIV><FONT size=2></FONT>&nbsp;</DIV>
    <DIV><FONT size=2>Regards,</FONT></DIV>
    <DIV><FONT size=2>Oliver</FONT></DIV>
    <BLOCKQUOTE 
    style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
      <DIV><SPAN class=e id=q_111320576ce1af07_1>
      <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
      <DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial"><B>From:</B> <A 
      title=p.shapley@gmail.com 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:p.shapley@gmail.com" target=_blank>Paul Shapley</A> </DIV>
      <DIV style="FONT: 10pt arial"><B>To:</B> <A 
      title=cartoweb-users@lists.maptools.org 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:cartoweb-users@lists.maptools.org" 
      target=_blank>cartoweb-users@lists.maptools.org </A></DIV>
      <DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 08, 2007 2:36 
      PM</DIV>
      <DIV style="FONT: 10pt arial"><B>Subject:</B> [Cartoweb-users] Label Box 
      Position</DIV>
      <DIV><BR>&nbsp;</DIV>
      <DIV>Hi Users,</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>Somehow i've got my label box above the tabs on the legend instead of 
      on the map. Which file do i use to correct it?.</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>All i've done is recently updated to 3.3.0 from 3.2.&nbsp;Has the 
      Cartoclient.tpl code changed.<BR clear=all><BR>-- <BR>Paul J. Shapley 
      </DIV></SPAN></DIV>
      <P>
      <HR>

      <P></P>_______________________________________________<BR>Cartoweb-users 
      mailing list<BR><A onclick="return top.js.OpenExtLink(window,event,this)" 
      href="mailto:Cartoweb-users@lists.maptools.org" 
      target=_blank>Cartoweb-users@lists.maptools.org </A><BR><A 
      onclick="return top.js.OpenExtLink(window,event,this)" 
      href="http://lists.maptools.org/mailman/listinfo/cartoweb-users" 
      target=_blank>http://lists.maptools.org/mailman/listinfo/cartoweb-users</A><BR>
      <P></P>
      <P></P></BLOCKQUOTE></DIV></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Paul 
  J. Shapley </BLOCKQUOTE></BODY></HTML>