View Issue Details

IDProjectCategoryView StatusLast Update
0002815MMW v4Playerpublic2007-02-10 12:57
ReporterLudek Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0 
Summary0002815: A track's playback never stops after switching from Party Mode back when fullscreen mode was enabled.
DescriptionTry to play a track, switch to Party mode and back and the track will never reach its end!

A very strange thing is that this occurs only when Party mode is entered in fullscreen mode ([x] Show in Full Screen mode has to be checked in Party Mode Settings).

MM 2.5 does not have this problem.
TagsNo tags attached.
Fixed in build

Activities

Ludek

2007-02-10 10:53

developer   ~0008557

Only I have found out that line 15393 in MP3Datab.pas:

TF.BorderStyle := kbsNone;

influences this ugly fact.
i.e. if you remove the line the bug does not appear, strange, do you see why?

Ludek

2007-02-10 11:17

developer   ~0008559

Last edited: 2007-02-10 11:50

Petr, do you see any influence (association) between TF.BorderStyle and player seeking?

Note: It does not depend on used output plugin.

petr

2007-02-10 12:57

developer   ~0008561

Solved.
The problem is in TE7. TE recreates window when switching BorderStyle and WinAmpPlugins uses FMainWindow.Handle for callbacks (but window handle has new value after BorderStyle switch).