HB theme: Controls out of sight
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
HB theme: Controls out of sight
I opened a ticket on this with Meedio Support but they havent assigned it yet. Does anyone know of a way to delete a control that have been created (actually pasted) on a theme panel but is out of reach for deletion? I copied a couple of buttons from another panel. But after the paste action now the buttons are outside the range of the panel editor and I cannot "reach" them to delete them, move them, etc.
Steve
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
Hi Steve,
If you are feeling brave you can edit the panel file directly. It's an XML file and you can edit it with any number of editors (WordPad works fine). I've done this many times in the past to fix issues like this.
Although it's not documented anywhere (that I know of) the internal structure is pretty straight-forward. The panels are called "Skins" in the XML file. Look for the lines that start with "<Skin". On those lines look for the "Name=" section.
When you find the name of the panel containing the unwanted controls you can find those controls and just delete them from the file (the controls are grouped by Buttons, LabelControls, TextControls, etc). It would probably be wise to make a backup of the XML file before you start making changes but I think you won't have any problems.
Once you are done editing the raw XML file you can re-open it in the HouseBot GUI to make sure nothing got messed up. Let me know how it goes.
-- Dave
If you are feeling brave you can edit the panel file directly. It's an XML file and you can edit it with any number of editors (WordPad works fine). I've done this many times in the past to fix issues like this.
Although it's not documented anywhere (that I know of) the internal structure is pretty straight-forward. The panels are called "Skins" in the XML file. Look for the lines that start with "<Skin". On those lines look for the "Name=" section.
When you find the name of the panel containing the unwanted controls you can find those controls and just delete them from the file (the controls are grouped by Buttons, LabelControls, TextControls, etc). It would probably be wise to make a backup of the XML file before you start making changes but I think you won't have any problems.
Once you are done editing the raw XML file you can re-open it in the HouseBot GUI to make sure nothing got messed up. Let me know how it goes.
-- Dave
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR
-
- HouseBot Guru
- Posts: 757
- Joined: Wed Apr 02, 2003 8:10 pm
- Location: Pelham AL
-
- HouseBot Special Member
- Posts: 409
- Joined: Tue Jul 13, 2004 9:13 am
- Location: Tigard, OR