A. Hutch said:Hey,
Is there any way to convert konfubulator widgets so they work in dashboard? Thanks,
A. Hutch.
Josh said:However, if you wrote/created your own widget, creating a 2nd version to (or from) dashboard should not be difficult at all.
<widget>
<window>
<name>main_window</name>
</window>
<image name="background_image" src="Resources/background.png">
<trigger action="OnLoad">
javascript;
</trigger>
</widget>
Josh said:Since when is all that difficult?
Of course a converstion would have to be done, but it would be by no means difficult.
If you know XML, chances are you learned HTML way before, so it wouldnt't be a challange to do - especially considering you wrote the widget.
Josh said:I do agree that Konfab widgets are easier (and the widget convert from Arlo is really neat).
I don't mean that to know XML is to know HTML, I am just assuming that someone who has learned XML has most likely picked up HTML somewhere a long the line. Definitely not going to be true in every case though, as you point out.