Before I open up a bug, can anyone else verify that this doesn't work for them?
Code:
<zimlet name="org_comp_test" version="1.0" description="A Test">
<summary>
Testing singleClicked.
</summary>
<zimletPanelItem label="Single Click">
<toolTipText>Test</toolTipText>
<singleClicked>
<canvas type="window"/>
<actionUrl method="get" target="http://finance.yahoo.com/currency"/>
</singleClicked>
</zimletPanelItem>
</zimlet> Essentially I have that code in file named "org_comp_test.xml" in a folder named "org_comp_test" in the "_dev" folder to test the zimlet.