SphereServer BugTracker - SphereServer
View Issue Details
0002186SphereServerexecutable - windows buildpublic07-08-13 10:0207-09-13 13:21
Coruja 
Ben 
normalminoralways
resolvedfixed 
16-06-2013, 0.56b Prerelease 
0.56c Nightly 
Automated (specify build number)
None
None
0002186: DIALOGLIST doesn't remove dialogs from list on dialog close
When you open some dialog it will count on DIALOGLIST, but if you close it, the dialog doesnt get removed from this list. Probably this is not the correct behavior of this function I think
1) Open dialog/sdialog d_lol and d_roflmao
2) .show DIALOGLIST.COUNT will return 2 (DIALOGLIST.0.ID = "d_lol" / DIALOGLIST.1.ID = "d_roflmao")
3) Now close both dialogs
4) Check DIALOGLIST again and it will continue listing these 2 dialogs
on changelog:

02-02-2008, Furio
- Added DIALOGLIST keyword. DIALOGLIST.COUNT gives the number of open gump dialogs, DIALOGLIST.$x.ID ($x = a number between 0 and DIALOGLIST.COUNT-1) the ID of the respective gump dialog, and DIALOGLIST.$x.COUNT the number of active instances of this dialog. So to close a specified gump, DIALOGCLOSE should do.
No tags attached.
Issue History
07-08-13 10:02CorujaNew Issue
08-08-13 03:28StanicNote Added: 0001639
08-08-13 03:28StanicNote Edited: 0001639bug_revision_view_page.php?bugnote_id=0001639#r517
07-09-13 13:21BenNote Added: 0001658
07-09-13 13:21BenStatusnew => resolved
07-09-13 13:21BenFixed in Version => 0.56c Nightly
07-09-13 13:21BenResolutionopen => fixed
07-09-13 13:21BenAssigned To => Ben

Notes
(0001639)
Stanic   
08-08-13 03:28   
Did you tried set UPDATE or maybe UPDATEX after close the dialogs?

(0001658)
Ben   
07-09-13 13:21   
Should now be fixed