<div dir="ltr">Hello Alan,<div><br></div><div>This works for me:</div><div><br></div><div><div> getModal: function (params) {</div><div>        AppConnector.request(params).then(</div><div>                function (data) {</div><div><br></div><div>                    app.showModalWindow(data, function (data) {</div><div>                        var instance = new VGSConversions_Js();</div><div>                        instance.bindSaveProject();</div><div>                    });</div><div><br></div><div>                },</div><div>                function (jqXHR, textStatus, errorThrown) {</div><div>                }</div><div>        );</div><div>    },</div></div><div><br></div><div><br></div><div>in this scenario data it is a HTML that I generate view calling a TPL</div><div><br></div><div>Regards,</div><div>Conrado</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 24, 2015 at 4:35 PM, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 24/06/15 15:12, Christophe Humbert wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello Alan<br>
<br>
Maybe using unload function see thread here<br>
<a href="http://stackoverflow.com/questions/6063522/dialog-box-runs-for-1-sec-and-disappears/6065085#6065085" rel="noreferrer" target="_blank">http://stackoverflow.com/questions/6063522/dialog-box-runs-for-1-sec-and-disappears/6065085#6065085</a><br>
</blockquote>
<br></span>
Thanks but no that's not it. This is the vtiger app.showModalWindow function It's a jQuery dom "window" not a real window...<br>
<br>
I have fudged it for time being with an onclick="myJSLibrary_Js.function(var)" but it doesn't feel right to me.<br>
<br>
Al<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div>