 |
mikele Beginner
Joined: 10 Nov 2006 Posts: 20 Location: China
|
Posted: Mon Dec 04, 2006 3:18 am
[1.18]Problems with sessions |
Problem 1
There is a session working and it has status bar.If I create a new session,the status bar will be shown in it.The problem also appeared in different windows of same session.
Problem 2
I created a class named "test" in session a.But if I execute "#T- test" in session b,the class test in session a will be closed. |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Dec 04, 2006 10:55 pm |
First, please use different topics in the future for different bug reports.
In (1) I don't know what you are talking about. Please give a specific example of exactly what you are doing (what you are clicking on and typing) to get this problem.
In (2), I've confirmed this problem and added it to the bug list. |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Dec 04, 2006 11:07 pm |
Actually, (2) was a nasty one. It could effect more than just #T- and #T+. The routine that was searching for a setting and ignoring the Enabled property was ignoring *all* scoping rules instead of just ignoring the Enabled bit. (e.g, when you do #T+ you need to search for a class that is already disabled, and normally disabled settings are invisible. So CMUD has a flag to ignore this to allow disabled classes to be located.) Anyway, I have this fixed in 1.19.
|
|
|
 |
|
|