cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
271
Views
0
Helpful
1
Replies

weather forecast by touchshooting

akcmak.ogcio
Level 1
Level 1

Hi!

I am trying to use the CiscoIPPhoneGraphicFileMenu XML object to develope a weather forecast service.

However each time i define <TouchArea> tag, an error occure. The tag i defined listed below:

Response.Write("<TouchArea X1="10" Y1="20" X2="10" Y2="20" />\r\n");

Can enybody tell me what is the probelm and how can I fix it. it is appreciated if any example can be provided for me

Best Regards,

Anson

1 Reply 1

webmailmaster
Level 1
Level 1

Looks like X1 & Y1 are coordinates of the upper-left corner of the area, and X2 &Y2 are coordinates of the lower-right corener, so I guess X2 should be at least 11 abd Y2 at least 21

Hope that helps