 |
gamma_ray Magician
Joined: 17 Apr 2005 Posts: 496
|
Posted: Tue Sep 04, 2007 1:16 am
[2.02] Minor:Deleting a setting causes trigger types to temporarily not display. |
Create a setting, any setting. Delete it. Notice that any triggers which have special types (e.g. "Telnet 200:") aren't displaying those types in the tree view, except for the trigger that was selected as a result of the previous selection being deleted (if a trigger was). But anyway, almost all triggers don't display their type. Workaround/fix: click on something in the tree view and everything will start displaying normally again.
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Sep 04, 2007 1:25 am |
Looks like a bug in the DevExpress tree view. The special text (like "Telnet: 200") is set by using their "OnGetDisplayText" event for that particular column. It looks like there is some situation where they are displaying the column without calling this routine first. I'll add it to the bug list and see what I can do.
Edited: Actually, I can't reproduce this. Can you give more specific instructions starting from a blank session? I created a Telnet trigger, and then created a variable and then deleted the variable and the trigger still showed the "Telnet: 200" text. |
|
|
 |
gamma_ray Magician
Joined: 17 Apr 2005 Posts: 496
|
Posted: Tue Sep 04, 2007 2:07 am |
If you only had the one trigger then that would be the exception, a trigger that gets selected as a result of the deletion still shows properly. Try making two triggers of special types.
|
|
|
 |
|
|