Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

[FIXED] Error caused by Sizer.Clear(True) method

Found a bug in EventGhost? Report it here.
Post Reply
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

[FIXED] Error caused by Sizer.Clear(True) method

Post by Pako »

Build: 0.3.6.1427

Code: Select all

 File "D:\Programs\E\EventGhost\eg\Classes\MainFrame\__init__.py", line 573, in OnDialogDestroy
    self.openDialogs.remove(dialog)
ValueError: list.remove(x): x not in list
Example of occurrence:
MediaMonkey plugin, action Writing to database MM, change of requested property in configuration dialog.
Pako
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Error caused by Sizer.Clear(True) method

Post by Bitmonster »

=> 0.3.6.1428
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
User avatar
Pako
Plugin Developer
Posts: 2294
Joined: Sat Nov 11, 2006 1:31 pm
Location: Czech Republic
Contact:

Re: [FIXED] Error caused by Sizer.Clear(True) method

Post by Pako »

I write my post for a longer time, than is fix. :)
Thanks !

Pako
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: [FIXED] Error caused by Sizer.Clear(True) method

Post by Bitmonster »

If I have a good example to reproduce the error and a traceback, a fix is most times faster written, than the response in the forum.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Post Reply