<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Zimbra - Forums - Zimlets</title>
		<link>http://www.zimbra.com/forums</link>
		<description><![CDATA[Interested in talking about Mash-up's?  This is the place.]]></description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:09:04 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.zimbra.com/forums/images/bullet/misc/rss.jpg</url>
			<title>Zimbra - Forums - Zimlets</title>
			<link>http://www.zimbra.com/forums</link>
		</image>
		<item>
			<title>Zimlet to clear AutoComplete cache for user ?</title>
			<link>http://www.zimbra.com/forums/zimlets/35102-zimlet-clear-autocomplete-cache-user.html</link>
			<pubDate>Fri, 20 Nov 2009 17:13:33 GMT</pubDate>
			<description><![CDATA[I havbe an issue (as do many others it seems) where I had to rename the domain name of my server.

Now, for all users who had accounts prior to the domain name changing, if they attempt to write to another user to whom they had written prior to the name change happening - AutoComplete returns two email addresses for the addressee. It returns the new one from the updated GAL and also the cached old address from the old GAL. 

I am now to Zimbra so have no experience with what can and can't be done, and am not a web programmer. However, in looking through some of the code associated with AutoComplete it seems that the file 

//depot/zcs/main/ZimbraWebClient/WebRoot/js/zimbraMail/share/model/ZmAutocomplete.js

has a prototype function for clearing out a user's cache 


ZmAutocomplete.prototype.clearCache =
function(type, account) {
	var acct = account || appCtxt.getActiveAccount();

	if (type) {
		this._acCache[acct.id][type] = {};
	} else {
		this._acCache[acct.id][ZmAutocomplete.AC_TYPE_CONTACT]		=	{};
		this._acCache[acct.id][ZmAutocomplete.AC_TYPE_LOCATION]		=	{};
		this._acCache[acct.id][ZmAutocomplete.AC_TYPE_EQUIPMENT]	=	{};
	}
};


Is this function complete as it stands ? 

And if it is, is there anyone out there that could encapsulate it within a Zimlet ?

Thanks for reading.]]></description>
			<content:encoded><![CDATA[<div>I havbe an issue (as do many others it seems) where I had to rename the domain name of my server.<br />
<br />
Now, for all users who had accounts prior to the domain name changing, if they attempt to write to another user to whom they had written prior to the name change happening - AutoComplete returns two email addresses for the addressee. It returns the new one from the updated GAL and also the cached old address from the old GAL. <br />
<br />
I am now to Zimbra so have no experience with what can and can't be done, and am not a web programmer. However, in looking through some of the code associated with AutoComplete it seems that the file <br />
<br />
//depot/zcs/main/ZimbraWebClient/WebRoot/js/zimbraMail/share/model/ZmAutocomplete.js<br />
<br />
has a prototype function for clearing out a user's cache <br />
<br />
<br />
ZmAutocomplete.prototype.clearCache =<br />
function(type, account) {<br />
	var acct = account || appCtxt.getActiveAccount();<br />
<br />
	if (type) {<br />
		this._acCache[acct.id][type] = {};<br />
	} else {<br />
		this._acCache[acct.id][ZmAutocomplete.AC_TYPE_CONTACT]		=	{};<br />
		this._acCache[acct.id][ZmAutocomplete.AC_TYPE_LOCATION]		=	{};<br />
		this._acCache[acct.id][ZmAutocomplete.AC_TYPE_EQUIPMENT]	=	{};<br />
	}<br />
};<br />
<br />
<br />
Is this function complete as it stands ? <br />
<br />
And if it is, is there anyone out there that could encapsulate it within a Zimlet ?<br />
<br />
Thanks for reading.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>liverpoolfcfan</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/35102-zimlet-clear-autocomplete-cache-user.html</guid>
		</item>
		<item>
			<title><![CDATA[Zimlet in _dev modified but Firefox reload keep doesn't work]]></title>
			<link>http://www.zimbra.com/forums/zimlets/35071-zimlet-_dev-modified-but-firefox-reload-keep-doesn-t-work.html</link>
			<pubDate>Fri, 20 Nov 2009 01:13:51 GMT</pubDate>
			<description><![CDATA[The Zimlet I am developing is in the production server; it is some .jsp pages.
At home I used _dev in the zDesktop version.

Now I need to do some minor changes, such as connecting to the server DB instead of mine, so it is in _dev but in the server.

But when a change is made on the source jsp page, when I reload that page on Firefox I still see the old one.

I can stop/start the zimbra server or do "zmmailboxdctl restart", but are two slow solutions; anybody does know a way to do like in the zDesktop environment?

Thanks]]></description>
			<content:encoded><![CDATA[<div>The Zimlet I am developing is in the production server; it is some .jsp pages.<br />
At home I used _dev in the zDesktop version.<br />
<br />
Now I need to do some minor changes, such as connecting to the server DB instead of mine, so it is in _dev but in the server.<br />
<br />
But when a change is made on the source jsp page, when I reload that page on Firefox I still see the old one.<br />
<br />
I can stop/start the zimbra server or do &quot;zmmailboxdctl restart&quot;, but are two slow solutions; anybody does know a way to do like in the zDesktop environment?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>mune72</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/35071-zimlet-_dev-modified-but-firefox-reload-keep-doesn-t-work.html</guid>
		</item>
		<item>
			<title><![CDATA[Zimlet Dev Course Dec 15th & Feb 23rd]]></title>
			<link>http://www.zimbra.com/forums/zimlets/35064-zimlet-dev-course-dec-15th-feb-23rd.html</link>
			<pubDate>Thu, 19 Nov 2009 20:46:45 GMT</pubDate>
			<description><![CDATA[Come join us for 2 days of hands-on instruction: Open Enrollment: Zimlet Development Courses Dec 15th (& Feb) » Zimbra :: Blog (http://www.zimbrablog.com/blog/archives/2009/11/open-enrollment-zimlet-development-courses-dec-15th-feb.html)]]></description>
			<content:encoded><![CDATA[<div>Come join us for 2 days of hands-on instruction: <a href="http://www.zimbrablog.com/blog/archives/2009/11/open-enrollment-zimlet-development-courses-dec-15th-feb.html" target="_blank">Open Enrollment: Zimlet Development Courses Dec 15th (&amp; Feb) » Zimbra :: Blog</a></div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>mmorse</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/35064-zimlet-dev-course-dec-15th-feb-23rd.html</guid>
		</item>
		<item>
			<title>Zimbra+Samba</title>
			<link>http://www.zimbra.com/forums/zimlets/35013-zimbra-samba.html</link>
			<pubDate>Wed, 18 Nov 2009 17:25:14 GMT</pubDate>
			<description>Hi. 
Can any explain to me very briefly why do I need to use posix accounts when I want to expand the Zimbra schema with Samba?.
Thanks so much. I want to apologize for waste your time and for my english.
Mylena.</description>
			<content:encoded><![CDATA[<div>Hi. <br />
Can any explain to me very briefly why do I need to use posix accounts when I want to expand the Zimbra schema with Samba?.<br />
Thanks so much. I want to apologize for waste your time and for my english.<br />
Mylena.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>mvr</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/35013-zimbra-samba.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Email Reminder - Zimlet not working :(]]></title>
			<link>http://www.zimbra.com/forums/zimlets/34959-solved-email-reminder-zimlet-not-working.html</link>
			<pubDate>Tue, 17 Nov 2009 13:14:30 GMT</pubDate>
			<description><![CDATA[I can't seem to get the Email Reminder Zimlet working.
I had it working fine with Zimbra Open Source 5.something.

Since we have decided to use Zimbra as our district wide e-mail server we purchased Zimbra Network Edition and we are running = Release 6.0.2_GA_1912.UBUNTU8_64 UBUNTU8_64 NETWORK edition

The zimlet shows that is enabled and running but do not see a send & remind button when composing or replying to a new message and noticed it didn't create an Email Reminders calendar either for the users.]]></description>
			<content:encoded><![CDATA[<div>I can't seem to get the Email Reminder Zimlet working.<br />
I had it working fine with Zimbra Open Source 5.something.<br />
<br />
Since we have decided to use Zimbra as our district wide e-mail server we purchased Zimbra Network Edition and we are running = Release 6.0.2_GA_1912.UBUNTU8_64 UBUNTU8_64 NETWORK edition<br />
<br />
The zimlet shows that is enabled and running but do not see a send &amp; remind button when composing or replying to a new message and noticed it didn't create an Email Reminders calendar either for the users.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>typhoeus</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34959-solved-email-reminder-zimlet-not-working.html</guid>
		</item>
		<item>
			<title>Google Translate has changed.</title>
			<link>http://www.zimbra.com/forums/zimlets/34955-google-translate-has-changed.html</link>
			<pubDate>Tue, 17 Nov 2009 11:02:34 GMT</pubDate>
			<description><![CDATA[It seems that yesterday changed site Google Translate (Google  (http://translate.google.ru)). Because of this, some do not properly started working "Zimlet Google Translator"]]></description>
			<content:encoded><![CDATA[<div>It seems that yesterday changed site Google Translate (<a href="http://translate.google.ru" target="_blank">Google </a>). Because of this, some do not properly started working &quot;Zimlet Google Translator&quot;</div>


	<br />
	<div style="padding:6px">
	
	

	
	
	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://www.zimbra.com/forums/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://www.zimbra.com/forums/attachments/zimlets/3404d1258455980-google-translate-has-changed-translator.jpg" target="_blank">translator.jpg</a> (84.8 KB)</td>
</tr>
			</table>
			</fieldset>
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>HidX</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34955-google-translate-has-changed.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Strange Social Zimlet Issue]]></title>
			<link>http://www.zimbra.com/forums/zimlets/34950-solved-strange-social-zimlet-issue.html</link>
			<pubDate>Tue, 17 Nov 2009 05:18:29 GMT</pubDate>
			<description><![CDATA[Hello all,

Been using Zimbra for about 4 months now and this is my second post, so go easy on me.  We're having an issue where the Social Zimlet was working, but has developed an issue.

For some reason, the Zimlet (in my account no less), no longer has the socialize button in the Mail app.  The Social tab is still there and works properly, but for some reason the socialize is now gone.  I created a new use and logged in and both are there as expected.

Is there anything that I can try to rectify the issue?  I've undeployed the zimlet, done a 
Code:
---------
zmprov fc zimlet
---------
, and then redeployed, all to no avail.  The mailbox.log shows nothing out of the ordinary and firefox (w/ firebug) throws no errors.  I'm at a loss for what might have happened.  Anyone give me any pointers?]]></description>
			<content:encoded><![CDATA[<div>Hello all,<br />
<br />
Been using Zimbra for about 4 months now and this is my second post, so go easy on me.  We're having an issue where the Social Zimlet was working, but has developed an issue.<br />
<br />
For some reason, the Zimlet (in my account no less), no longer has the socialize button in the Mail app.  The Social tab is still there and works properly, but for some reason the socialize is now gone.  I created a new use and logged in and both are there as expected.<br />
<br />
Is there anything that I can try to rectify the issue?  I've undeployed the zimlet, done a <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">zmprov fc zimlet</code><hr />
</div>, and then redeployed, all to no avail.  The mailbox.log shows nothing out of the ordinary and firefox (w/ firebug) throws no errors.  I'm at a loss for what might have happened.  Anyone give me any pointers?</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>FlyingFish</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34950-solved-strange-social-zimlet-issue.html</guid>
		</item>
		<item>
			<title>zimlets died</title>
			<link>http://www.zimbra.com/forums/zimlets/34944-zimlets-died.html</link>
			<pubDate>Mon, 16 Nov 2009 23:14:25 GMT</pubDate>
			<description>HI guys i got a big problem with my zimbra oss 5.0.18 i had deployed some zimlets, like alfresco and dim dim zimlets but wen i try to configure them i have not got the preferences window why? i tried in another machine with the same zimbra, the same zimlet the same version even the same os end got the window, well in my original zimbra y had deployed several times another zimlet wich only gives me a hello world dialog this could be the problem but how i can solve it?</description>
			<content:encoded><![CDATA[<div>HI guys i got a big problem with my zimbra oss 5.0.18 i had deployed some zimlets, like alfresco and dim dim zimlets but wen i try to configure them i have not got the preferences window why? i tried in another machine with the same zimbra, the same zimlet the same version even the same os end got the window, well in my original zimbra y had deployed several times another zimlet wich only gives me a hello world dialog this could be the problem but how i can solve it?</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>danny.sierra@omtech.net</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34944-zimlets-died.html</guid>
		</item>
		<item>
			<title>Skin Changer Zimlet</title>
			<link>http://www.zimbra.com/forums/zimlets/34935-skin-changer-zimlet.html</link>
			<pubDate>Mon, 16 Nov 2009 17:47:37 GMT</pubDate>
			<description><![CDATA[If I Enable the same & set Frequency of the Skin Changer as is given in Zimlet,
the same keeps on changing every time I login on that day.Both in IE & in Firefox.]]></description>
			<content:encoded><![CDATA[<div>If I Enable the same &amp; set Frequency of the Skin Changer as is given in Zimlet,<br />
the same keeps on changing every time I login on that day.Both in IE &amp; in Firefox.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>Himanshu</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34935-skin-changer-zimlet.html</guid>
		</item>
		<item>
			<title>New Tab in Navigation Bar</title>
			<link>http://www.zimbra.com/forums/zimlets/34919-new-tab-navigation-bar.html</link>
			<pubDate>Mon, 16 Nov 2009 12:04:54 GMT</pubDate>
			<description>Hi,

Looking for some pointers on how to add a new tab to the navigation bar in the ZWC.  Behind the tab would need to be a server side process for querying a MySQL database.

Any help would be gratefully appreciated.</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Looking for some pointers on how to add a new tab to the navigation bar in the ZWC.  Behind the tab would need to be a server side process for querying a MySQL database.<br />
<br />
Any help would be gratefully appreciated.</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>uxbod</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34919-new-tab-navigation-bar.html</guid>
		</item>
		<item>
			<title>Zimlets not shown</title>
			<link>http://www.zimbra.com/forums/zimlets/34915-zimlets-not-shown.html</link>
			<pubDate>Mon, 16 Nov 2009 09:31:54 GMT</pubDate>
			<description><![CDATA[Hi,

in my Zimbra Online Client only the Zimlets Emoticons and Local are Shown. The rest of the Zimlets are deployed but not shown. I have only the COS "default". Any idea ?

But the zimlets are deployed and should work.

[zimbra@mailstore1]$ zmzimletctl ListZimlets
Installed Zimlet files on this host:
        com_zimbra_bulkprovision
        com_zimbra_cert_manager
        com_zimbra_date
        com_zimbra_email
        com_zimbra_hello
        com_zimbra_local
        com_zimbra_phone
        com_zimbra_social
        com_zimbra_url
        com_zimbra_ymemoticons
Installed Zimlets in LDAP:
        com_zimbra_date
        com_zimbra_email
        com_zimbra_hello
        com_zimbra_local
        com_zimbra_phone
        com_zimbra_social
        com_zimbra_url
        com_zimbra_ymemoticons
Available Zimlets in COS:
  default:
        com_zimbra_date
        com_zimbra_email
        com_zimbra_hello
        com_zimbra_local
        com_zimbra_phone
        com_zimbra_social
        com_zimbra_url
        com_zimbra_ymemoticons

Thanks, Tom]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
in my Zimbra Online Client only the Zimlets Emoticons and Local are Shown. The rest of the Zimlets are deployed but not shown. I have only the COS &quot;default&quot;. Any idea ?<br />
<br />
But the zimlets are deployed and should work.<br />
<br />
[zimbra@mailstore1]$ zmzimletctl ListZimlets<br />
Installed Zimlet files on this host:<br />
        com_zimbra_bulkprovision<br />
        com_zimbra_cert_manager<br />
        com_zimbra_date<br />
        com_zimbra_email<br />
        com_zimbra_hello<br />
        com_zimbra_local<br />
        com_zimbra_phone<br />
        com_zimbra_social<br />
        com_zimbra_url<br />
        com_zimbra_ymemoticons<br />
Installed Zimlets in LDAP:<br />
        com_zimbra_date<br />
        com_zimbra_email<br />
        com_zimbra_hello<br />
        com_zimbra_local<br />
        com_zimbra_phone<br />
        com_zimbra_social<br />
        com_zimbra_url<br />
        com_zimbra_ymemoticons<br />
Available Zimlets in COS:<br />
  default:<br />
        com_zimbra_date<br />
        com_zimbra_email<br />
        com_zimbra_hello<br />
        com_zimbra_local<br />
        com_zimbra_phone<br />
        com_zimbra_social<br />
        com_zimbra_url<br />
        com_zimbra_ymemoticons<br />
<br />
Thanks, Tom</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>tommyx</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34915-zimlets-not-shown.html</guid>
		</item>
		<item>
			<title>Zimlet to short urls</title>
			<link>http://www.zimbra.com/forums/zimlets/34907-zimlet-short-urls.html</link>
			<pubDate>Mon, 16 Nov 2009 08:51:08 GMT</pubDate>
			<description><![CDATA[Hi,

I'm developing a zimlet to transform url links to short url links using bit.ly or similar. I'd like to paint a button in the compose window next to Add Attachment button, ¿is it possible?

Thanks!]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm developing a zimlet to transform url links to short url links using bit.ly or similar. I'd like to paint a button in the compose window next to Add Attachment button, ¿is it possible?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>tenea</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34907-zimlet-short-urls.html</guid>
		</item>
		<item>
			<title>Telephone Message Zimlet</title>
			<link>http://www.zimbra.com/forums/zimlets/34892-telephone-message-zimlet.html</link>
			<pubDate>Sun, 15 Nov 2009 17:58:45 GMT</pubDate>
			<description><![CDATA[We have had a number of clients inquire about a zimlet to take telephone messages.  The famous "pink slip phone message".

The idea would be to grab contact information (Name, Company, Workphone, current date, time) have a subject line (e.g. e-mail subject of Phone: xxxx) and create an e-mail that would sync, auto file it in a folder Phone Messages and tag it with a "phone message" tag.  Or, keep it in the inbox for action.

We do not have the capability of creating zimlets and I am looking for a developer or someone who might be able to do this on a paid basis.

Is there any other interest in this out there?]]></description>
			<content:encoded><![CDATA[<div>We have had a number of clients inquire about a zimlet to take telephone messages.  The famous &quot;pink slip phone message&quot;.<br />
<br />
The idea would be to grab contact information (Name, Company, Workphone, current date, time) have a subject line (e.g. e-mail subject of Phone: xxxx) and create an e-mail that would sync, auto file it in a folder Phone Messages and tag it with a &quot;phone message&quot; tag.  Or, keep it in the inbox for action.<br />
<br />
We do not have the capability of creating zimlets and I am looking for a developer or someone who might be able to do this on a paid basis.<br />
<br />
Is there any other interest in this out there?</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>folioguru</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34892-telephone-message-zimlet.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Google Apps Functionality]]></title>
			<link>http://www.zimbra.com/forums/zimlets/34863-solved-google-apps-functionality.html</link>
			<pubDate>Fri, 13 Nov 2009 19:58:23 GMT</pubDate>
			<description><![CDATA[Right before Zimbra 6.0 was released I attended a webinar about it's features and one of the more compelling features was a zimlet that added a rich document feature which included a word processor, spreadsheets, and presentations, much like what you can do with Google apps. I would like to install this functionality like what we were shown but I can't find any documentation anywhere on these really cool additions. Would anyone know how I could add it or where to find the documentation on it if there is any?

Thanks!]]></description>
			<content:encoded><![CDATA[<div>Right before Zimbra 6.0 was released I attended a webinar about it's features and one of the more compelling features was a zimlet that added a rich document feature which included a word processor, spreadsheets, and presentations, much like what you can do with Google apps. I would like to install this functionality like what we were shown but I can't find any documentation anywhere on these really cool additions. Would anyone know how I could add it or where to find the documentation on it if there is any?<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>linkagge</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34863-solved-google-apps-functionality.html</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Localization of Zimlets]]></title>
			<link>http://www.zimbra.com/forums/zimlets/34776-solved-localization-zimlets.html</link>
			<pubDate>Tue, 10 Nov 2009 21:23:33 GMT</pubDate>
			<description><![CDATA[Hi all,

I'm having some problems in getting localization for my zimlet working.

So far, this is what I've done:
1) First, I created the respective <zimletname>.properties, <zimletname>_de.properties (etc.) files for my localizations. For testing purposes I just added one property to each of them: 
Code:
---------
tooltip = My localized tooltip
---------
2) Next, I tried to use this property in my <zimletname>.xml file, e.g. 
Code:
---------
<toolTipText> ${msg.tooltip} </toolTipText>
---------
Unfortunately the tooltip in Zimbra then just says ${msg.tooltip}.

3) After that I tried to use the property in one of my Javascript files using 
Code:
---------
this.getMessage("tooltip");
---------
 This doesn't work either, Zimbra just shows ???tooltip???

I really don't know what I'm doing wrong here. Any suggestions/help would be greatly appreciated.

P.S. I'm using Zimbra Desktop instead of the ZCS client for faster testing (so the zimlet hasn't actually been deployed to the system) - but this shouldn't be a problem, right?]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I'm having some problems in getting localization for my zimlet working.<br />
<br />
So far, this is what I've done:<br />
1) First, I created the respective &lt;zimletname&gt;.properties, &lt;zimletname&gt;_de.properties (etc.) files for my localizations. For testing purposes I just added one property to each of them: <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">tooltip = My localized tooltip</code><hr />
</div>2) Next, I tried to use this property in my &lt;zimletname&gt;.xml file, e.g. <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;toolTipText&gt; ${msg.tooltip} &lt;/toolTipText&gt;</code><hr />
</div>Unfortunately the tooltip in Zimbra then just says ${msg.tooltip}.<br />
<br />
3) After that I tried to use the property in one of my Javascript files using <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">this.getMessage(&quot;tooltip&quot;);</code><hr />
</div> This doesn't work either, Zimbra just shows ???tooltip???<br />
<br />
I really don't know what I'm doing wrong here. Any suggestions/help would be greatly appreciated.<br />
<br />
P.S. I'm using Zimbra Desktop instead of the ZCS client for faster testing (so the zimlet hasn't actually been deployed to the system) - but this shouldn't be a problem, right?</div>

]]></content:encoded>
			<category domain="http://www.zimbra.com/forums/zimlets/">Zimlets</category>
			<dc:creator>skid</dc:creator>
			<guid isPermaLink="true">http://www.zimbra.com/forums/zimlets/34776-solved-localization-zimlets.html</guid>
		</item>
	</channel>
</rss>
<!-- www3.zimbra.mail.ac4.yahoo.net uncompressed/chunked Fri Nov 20 16:09:03 PST 2009 -->
