2 messages in com.googlegroups.google-desktop-developerHelp me to create a gadget
FromSent OnAttachments
amit06 Feb 2007 03:01 
Lahiru06 Feb 2007 21:09 
Subject:Help me to create a gadget
From:amit (amit@gmail.com)
Date:02/06/2007 03:01:31 AM
List:com.googlegroups.google-desktop-developer

(1) I wnat to change label text color on mouseover event. I wrote onmouseover="ColorChange();" in <view> tag in main.xml and written some function in main.js file. the functions are

function ColorChange() { view.beginAnimation(color,0,lblLength,60000); } function lblLength() { x=mylabel.size ; } function color() { mylabel.color=Red ; }

But the label text color is not chage in the mouse over event. How can i do it ?

(2) I want to toggle expanded view clicking on a label text . how can i do it ?