<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#333333" text="#CCCCCC">
<div class="moz-cite-prefix">On 02/09/2014 08:35 PM, David Robillard
wrote:<br>
</div>
<blockquote cite="mid:1391978112.23892.88.camel@verne.drobilla.net"
type="cite">
<pre wrap="">I have added an interface to allow any UI to gracefully degrade to
external. The point, as discussed in my earlier email, is to resolve
the fragmentation caused by embed vs unofficial external-ui (which never
should have been a widget type in the first place)
<a class="moz-txt-link-freetext" href="http://lv2plug.in/changeset/911">http://lv2plug.in/changeset/911</a>
I don't have the time to actually implement this right now, so if anyone
would like to do so in a plugin, that would be helpful.
</pre>
</blockquote>
<br>
Thanks for this!<br>
<br>
I'm wondering about the situation of UIs being created before their
toolkits had been initiated.<br>
At least in Qt, creating a widget before an application instance
causes a crash.<br>
So if the UI implements this, it needs to make sure the toolkit it
uses is properly setup first.<br>
<br>
Can you add this info to the interface docs?<br>
<br>
</body>
</html>