|
jwr Wanderer
Joined: 11 Nov 2000 Posts: 61 Location: USA
|
Posted: Sat Jul 02, 2005 8:09 pm
blank button glitch *fixed* |
Somehow I created a button and never added any data to it. So what I have is a blank button on my screen that I cannot edit or delete.
Does anyone know a way for me to access the button to edit it?
Does anyone know a way to directly edit the setting file? |
|
Last edited by jwr on Sun Jul 03, 2005 2:39 pm; edited 1 time in total |
|
|
|
charneus Wizard
Joined: 19 Jun 2005 Posts: 1876 Location: California
|
Posted: Sat Jul 02, 2005 8:40 pm |
Try right clicking on the button? I don't know if that will help, but it's worth a shot.
Charneus |
|
|
|
jwr Wanderer
Joined: 11 Nov 2000 Posts: 61 Location: USA
|
Posted: Sat Jul 02, 2005 8:42 pm |
right clicking brings up the button setting screen. But it shows the settings of one of the other buttons. The blank button does not show up in the list.
|
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Sun Jul 03, 2005 12:07 am |
type #BUTTON
Find the Number of the button with no caption and then
#UNBUTTON number |
|
|
|
jwr Wanderer
Joined: 11 Nov 2000 Posts: 61 Location: USA
|
Posted: Sun Jul 03, 2005 12:07 am |
is there an easy way to find the button number other than trial and error?
|
|
|
|
Full Throttle Wanderer
Joined: 07 Dec 2004 Posts: 65
|
Posted: Sun Jul 03, 2005 7:06 am |
You could add an ID (under the Advanced tab in the Settings Editor) to each visible button then type
#UNBUTTON %null
to delete the blank button. This worked for me with the 7.05a version.
You could also disable the make button macro CTRL-B which is right next to the paste macro... easy to create a blank button by mistake.
#KEY CTRL-B {#noop}
You will need to check "Macros override menu shortcuts" in "Preferences|General|Command Line". |
|
|
|
jwr Wanderer
Joined: 11 Nov 2000 Posts: 61 Location: USA
|
Posted: Sun Jul 03, 2005 2:39 pm |
It appears that did it.
|
|
|
|
Al Newbie
Joined: 05 Jul 2005 Posts: 5
|
Posted: Tue Jul 05, 2005 9:19 pm |
Thanks, I had this same problem for ages
|
|
|
|
|
|