View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002815 | MMW v4 | Player | public | 2007-02-10 10:23 | 2007-02-10 12:57 |
Reporter | Ludek | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0 | ||||
Summary | 0002815: A track's playback never stops after switching from Party Mode back when fullscreen mode was enabled. | ||||
Description | Try 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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? |
|
Petr, do you see any influence (association) between TF.BorderStyle and player seeking? Note: It does not depend on used output plugin. |
|
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). |