Search found 93 matches

by jonkjon
Wed Aug 22, 2007 2:55 pm
Forum: General
Topic: Script Problem
Replies: 5
Views: 829

I tried the message box routine and the script is getting the correct panel name. There are no error messages in the logs either. I have found another way of doing what i need using a task but i still don't know why this script doesn't work.
by jonkjon
Wed Aug 22, 2007 12:07 pm
Forum: General
Topic: Script Problem
Replies: 5
Views: 829

Script Problem

Why doesn't this work...? OpenPanel is an script device with an alpha property of Panel Name. The Panel Name property is set by a list control which does work in setting the Panel Name property to the name of a viable panel. Dim panel panel = getpropertyvalue ( "OpenPanel.Panel Name" ) Ope...
by jonkjon
Sun Aug 19, 2007 11:08 pm
Forum: General
Topic: List Control Help
Replies: 0
Views: 14067

List Control Help

I am a newbie to housebot. I am having a hard time figuring out how to use a list control. I would ultimately like to be able to have a list of lights in my house and then show on/off buttons along with status of the selected light. I don't really understand the concept i guess for lists. I was thin...