<br><br><div class="gmail_quote">On 2 October 2012 16:53, marten <span dir="ltr">&lt;<a href="mailto:itlists@schrievkrom.de" target="_blank">itlists@schrievkrom.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
To be more correct. If I register the application via WAAdmin the<br>
functionality is given(show: works), but the look and feel is gone. If I<br>
register it via JQMAdmin the look and feel is ok, but the functionality is<br>
gone.</blockquote><div><br></div><div>JQM preloads the page before the transition so my guess is that the javascript map initialisation is not being called correctly. That said JQM rewrites  <span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:monospace;font-size:medium">html document addLoadScript: &#39;&#39; </span>to initialise on page load, resulting in the correct code for JQM&quot; However if the map library is using another Seaside or javascript page initialisation method that won&#39;t work correctly under JQM. See <a href="http://jquerymobile.seasidehosting.st/seaside/javascript/jquery-mobile/Events">http://jquerymobile.seasidehosting.st/seaside/javascript/jquery-mobile/Events</a></div>
<div><br></div><div>If my guess is correct you&#39;d need to find out if the map library is initialised explicitly from within Seaside and if so use <span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:monospace;font-size:medium">html document addLoadScript: </span>type initialisation. If there is no explicit initialisation see if google supports explicit initialisation and add that to <span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:monospace;font-size:medium">html document addLoadScript:</span></div>
<div><br></div><div>Hope this helps</div><div><br></div><div>Nick</div></div>