***********************************
uictrl={
image={visible=false; _='pic'; file='images/icon/camera.png'; bindobj=true; z=0;
dx=0.015*w; dy=0.333*h; w=0.969*w; h=0.647*h;};
state={_='pic'; file=stateImg.ok; bindobj=true; dx=0.035*w; dy=0.865*h; z=20;};
date={_='label'; title=' '; bindobj=true; z=20;
dx=0.122*w; dy=0.880*h; color='r=222;g=222;b=222'; fontName=skin.font.bold; fontSize=16 };
time={_='label'; title=' '; bindobj=true; z=20;
dx=0.967*w; dy=0.880*h; originx=1; originy=0; color='r=222;g=222;b=222'; fontName=skin.font.bold; fontSize=16 };
};
uictrl中的z值之间差值要拉大, 比如差10, 否则可能不生效.label的title初始值不能是空串, 否则以后即使改了也不生效.
**********************************
sudo port install gd
port search gd
**********************************