[solved]How to control input control width

Hi I have code similar to following… i am using static json for UI

{
“flashicon”: “icons/generic_sensor.swf”,
“default_icon”: “icons/generic_sensor.swf”,
“imgIconBody”: “”,
“imgIconDimmable”: “”,
“imgIconTurnable”: “”,
“imgIconMin”: “”,
“imgIconMax”: “”,
“halloIconsDir”: “pics/hallo”,
“inScene”: “0”,
“DisplayStatus”: {},
“doc_url”: {
“doc_language”: 1,
“doc_manual”: 1,
“doc_version”: 1,
“doc_platform”: 0,
“doc_page”: “lighting_devices”
},
“Tabs”: [
{
“Label”: {
“lang_tag”: “controller”,
“text”: “Controller”
},
“Position”: “0”,
“TabType”: “flash”,
“SceneGroup”: [
{
“id”: “1”,
“top”: “1”,
“left”: “0”,
“x”: “1”,
“y”: “1”
},
{
“id”: “2”,
“top”: “2”,
“left”: “0”,
“x”: “1”,
“y”: “2”
}
],
“ControlGroup”: [
{
“id”: “1”,
“scenegroup”: “1”,
“isSingle”: “1”
},
{
“id”: “2”,
“scenegroup”: “2”,
“type”: “info”
}
],
“Control”: [
{
“ControlGroup”: “1”,
“ControlType”: “label”,
“Label”: {
“lang_tag”: “synchronize_desc”,
“text”: “ON TIME”
},
“Display”: {
“Left”: 70,
“Width”: 200,
“Height”: 20,
“Background-color”: “green”,
“text-align”: “left”
}
},
{
“ControlGroup”: “1”,
“ControlType”: “spacer”,
“HorizontalMultiplier”: “10”
},
{
“ControlGroup”: “1”,
“ControlType”: “line_break”
},
{
“ControlGroup”: “1”,
“ControlCode”: “on_time”,
“ControlType”: “input”,
“ID”: “on_time”,
“Display”: {
“Left”: 70,
“Width”: 200,
“Height”: 20,
“Service”: “XX”,
“Variable”: “onTime”
}
},

so when I try to change width of input control it doesn’t get change.

Can anyone please tell me how to change width of input control… if I give any values ti left right height width… UI doesnt get changed

Its urgent.

can some one pleasse check

I have solved this issue using HorizontalMultiplier