|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sat Jun 28, 2008 3:34 pm
[2.29] %btnenable disable state gets lost |
It seems quite a few things cause buttons to become reenabled.
Procedure
1. Launch CMud
2. Close Sessions window (ESC)
3. Enter at the command line #BUTTON "abc" {abc} {#SHOW abc};#CALL %btnenable(abc,0)
Note the button is grayed out
4. Enter at the command line #BUTTON "def" {def} {#SHOW def}
Note the abc button is active again
5. Enter at the command line #CALL %btnenable(abc,0)
6. Enter at the command line #T- def button
Once again abc reactivates
7. Enter at the command line #CALL %btnenable(abc,0)
8. Enter at the command line #T- def button
And again even though there was no change to the bar
9. Enter at the command line #CALL %btnenable(abc,0)
10. Enter at the command line #T+ def button
Yet again. |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Sun Jun 29, 2008 7:52 pm |
Confirmed. Oddly enough the first time I run step 3 in actually showed as enabled for me, and I'm running 2.29 CMUDPro. The next time I ran it, it was disabled.
|
|
_________________ Asati di tempari! |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Jul 01, 2008 5:17 pm |
Added to bug list.
|
|
|
|
|
|