1 message in com.googlegroups.google-desktop-developerPlease Help Me
FromSent OnAttachments
amit05 Feb 2007 21:08 
Subject:Please Help Me
From:amit (amit@gmail.com)
Date:02/05/2007 09:08:35 PM
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 ?