Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1233 / docs / FMap / FMap FAQ.html @ 43228

History | View | Annotate | Download (947 Bytes)

1 1935 vcaballero
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
<html>
3
<head>
4
  <meta content="text/html; charset=ISO-8859-1"
5
 http-equiv="content-type">
6
  <title>FMap FAQ</title>
7
<link href="../style.css" rel="stylesheet" type="text/css">
8
</head>
9
<body>
10
<p><strong><font size="+2">FMap FAQ</font></strong><br>
11
</p>
12
<table width="90%" border="0">
13
  <tr>
14
    <td class="Nivel2"><strong>Q: Mi MapControl no se refresca autom&aacute;ticamente
15
      &iquest;Qu&eacute; ocurre?</strong></td>
16
  </tr>
17
  <tr>
18
    <td>A: Seguramente hayas puesto una secci&oacute;n beginAtomicEvent sin su
19
      correspondiente endAtomicEvent. &Eacute;sto hace que la instancia de FMap
20
      acumule los eventos uno tras otro y al no recibir la llamada endAtomicEvent
21
      no los notifique a sus listeners.<br></td>
22
  </tr>
23
  <tr>
24
    <td>&nbsp;</td>
25
  </tr>
26
  <tr>
27
    <td>&nbsp;</td>
28
  </tr>
29
  <tr>
30
    <td>&nbsp;</td>
31
  </tr>
32
</table>
33
<p><br>
34
</p>
35
</body>
36
</html>