Help - Search - Members - Calendar
Full Version: Lyrics Show Panel (Modified version)
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
T.P Wang
Origin component(*** FOR DOWNLOAD PLEASE SEE BELOW! ***) is here: http://gro.clinux.org/projects/ikiki/ , just credit the origin developer bluenet, Thank you!

I grab the source and do some modification("download lyrics" is still working)
However, I have little experience in fb2k componet development even than VC++ and windows api development sad.gif , maybe there are some problems in this modification.

Feedback is welcome! smile.gif

screenshot:
IPB Image

IPB Image

Requirements

foobar2000 v0.9.5 or later (0.3.3.0 or later)
foobar2000 v0.9.4.3 or later (0.3.2.3 or earlier)
Columns UI 0.2 or later

Current version: 0.3.3.1


ChangeLog

[full changelog here]


0.3.3.1
  • Fix character problem when copying lyric to clipboard
  • Better lyric file handling with UTF8 without BOM
  • "Copy lyric without timestamp" now will be copied as that lyric displayed
  • Add %lyric_currentline% filed
  • Fix modal call when tidying associations which delay foobar2000 ui
  • Build with latest foobar2000 SDK
0.3.3.0
  • Fix a possibly crash when reloading lyric
  • Global titleformating filed processing now require latest foobar2000(using metadb_display_field_provider)
  • %lyric_exists% and %lyric_hastimestamp% now refresh corectly
  • Add support for per instance config (only display setting, that means you can use it in two or more PUI configruations or CUI layouts, without modifying display settings manually)
  • Add support for import/export display setting
  • Build with latest foobar2000 SDK
  • Fix some other glitchs
Download here: Link
CepiPerez
Thanks!
It looks relly nice in my config!
fl102
wow! thanks so much
great!!!
simply
Nice work, thanks!
dawid
Good work, thank you very much
carmenm
Lovely, could you see why associations doesnt work
T.P Wang
QUOTE(carmenm @ Jun 21 2007, 14:35) *

Lovely, could you see why associations doesnt work


Did you got lyrics.xml in your foobar2000 path before?

I'll fix it soon
YounhaLOV
oh~~~thx ! thx

very nice
carmenm
QUOTE(T.P Wang @ Jun 21 2007, 09:16) *

QUOTE(carmenm @ Jun 21 2007, 14:35) *

Lovely, could you see why associations doesnt work


Did you got lyrics.xml in your foobar2000 path before?

I'll fix it soon

Yes i did and i still have it right now but it doesnt work. thanks for answering so quickly and looking into it
T.P Wang
QUOTE(carmenm @ Jun 21 2007, 15:36) *

QUOTE(T.P Wang @ Jun 21 2007, 09:16) *

QUOTE(carmenm @ Jun 21 2007, 14:35) *

Lovely, could you see why associations doesnt work


Did you got lyrics.xml in your foobar2000 path before?

I'll fix it soon

Yes i did and i still have it right now but it doesnt work. thanks for answering so quickly and looking into it


I've updated.
please check at
http://www.hydrogenaudio.org/forums/index....showtopic=55691
wink.gif
it should work well.
carmenm
Works perfectly now for lyrics existing on the disk and not yet associed. They become associed, works like a charm. Couldnt test the rest from here at work. Thanks a lot you gave life back to this plugin
PedroElGringo
Do you think it would be possible to overlay an image on the panel ?
Using it on panels UI and trying to make a nice fade effect...
As you can see on the image below :

IPB Image

Thanks
Sam Stoat
Very nice work!

I'm after a semi-transparent background over a picture. I tried placing an empty title display box behind the lyrics panel, containing a $drawrect with pen and brush colours of 0-0-0 and alpha-128. It worked, except lyrics panel won't clear itself on a track change, leaving text overlaying text.

Any chance of fixing this or implementing semi-transparent backdrops in the panel itself?
T.P Wang
QUOTE(PedroElGringo @ Jun 21 2007, 22:23) *

Do you think it would be possible to overlay an image on the panel ?
Using it on panels UI and trying to make a nice fade effect...
As you can see on the image below :

IPB Image

Thanks


Nowadays it's seemed that it's not possible to overlay an image on the panel, However, I'm about to add this fadding effect later. thanks.

QUOTE(Sam Stoat @ Jun 22 2007, 01:44) *

Very nice work!

I'm after a semi-transparent background over a picture. I tried placing an empty title display box behind the lyrics panel, containing a $drawrect with pen and brush colours of 0-0-0 and alpha-128. It worked, except lyrics panel won't clear itself on a track change, leaving text overlaying text.

Any chance of fixing this or implementing semi-transparent backdrops in the panel itself?

Can you post your code here?
I'm sorry I cannot understand you because my english is poor enough sad.gif .
EDIT: I've just put a semi-transparent background using $drawrect and put %title% in before $panel Lyric Show Panel, it seems that everyting work well. the %title% changs as soon as track does.
steliyan
Is the scroller shown when this is added as panel in PanelsUI ?
T.P Wang
QUOTE(steliyan @ Jun 22 2007, 15:44) *

Is the scroller shown when this is added as panel in PanelsUI ?


scrolling works well in PanelsUI.
scrollbar is not considered in the near future just because now I have little experience on programming.
sylla
QUOTE(T.P Wang @ Jun 22 2007, 09:47) *

QUOTE(steliyan @ Jun 22 2007, 15:44) *

Is the scroller shown when this is added as panel in PanelsUI ?


scrolling works well in PanelsUI.
scrollbar is not considered in the near future just because now I have little experience on programming.



Downloaded the new version, but didn't get the scrolling to work...
The "enable scroll" is checked.
T.P Wang
QUOTE(sylla @ Jun 22 2007, 18:13) *

Downloaded the new version, but didn't get the scrolling to work...
The "enable scroll" is checked.


Maybe this is the key:
there's timestamped lyric and plain-text lyric.
if you got plain-text lyric, this will happen, and you can only scroll it with Mouse Scrolling.
Russell777
That's the problem:under PanelsUI the mouse scrolling doesn't work
sylla
QUOTE(T.P Wang @ Jun 22 2007, 11:38) *

QUOTE(sylla @ Jun 22 2007, 18:13) *

QUOTE(T.P Wang @ Jun 22 2007, 09:47) *

QUOTE(steliyan @ Jun 22 2007, 15:44) *

Is the scroller shown when this is added as panel in PanelsUI ?


scrolling works well in PanelsUI.
scrollbar is not considered in the near future just because now I have little experience on programming.



Downloaded the new version, but didn't get the scrolling to work...
The "enable scroll" is checked.


Maybe this is the key:
there's timestamped lyric and plain-text lyric.
if you got plain-text lyric, this will happen, and you can only scroll it with Mouse Scrolling.


The timestamped lyrics work fine, scrolling in the time it is supposed to, and no need for manual scrolling on them.

What I want is to be able to scroll up and down with the mouse on the plain-text lyrics, and it doesn't work....

I don't know, but I guess from my bad english that it's supposed to work what I am trying to do?

QUOTE(Russell777 @ Jun 22 2007, 11:49) *

That's the problem:under PanelsUI the mouse scrolling doesn't work



Ahh, so that's no change on that from the earlier version then... I thought that was one new function, nevermind my previous post then.

Still would be awesome if it could be implented....
Sam Stoat
QUOTE(T.P Wang @ Jun 22 2007, 01:41) *
Can you post your code here?
I'm sorry I cannot understand you because my english is poor enough sad.gif .
EDIT: I've just put a semi-transparent background using $drawrect and put %title% in before $panel Lyric Show Panel, it seems that everyting work well. the %title% changs as soon as track does.
Never mind. Your 'edit' comment actually sorted my problem out for me. Thanks.
T.P Wang
QUOTE(Russell777 @ Jun 22 2007, 18:49) *

That's the problem:under PanelsUI the mouse scrolling doesn't work


Yes, I just notice it.
I'll go and fix it
Thanks.
T.P Wang
QUOTE(Russell777 @ Jun 22 2007, 18:49) *

That's the problem:under PanelsUI the mouse scrolling doesn't work



QUOTE(sylla @ Jun 22 2007, 18:55) *

Ahh, so that's no change on that from the earlier version then... I thought that was one new function, nevermind my previous post then.

Still would be awesome if it could be implented....


Hi, I've uploaded the new version, try to see if it works.
Russell777
Works just fine,thank you!
sylla
Yep, it works for me too!

Thanks Very much, really great!
Lite
T.P Wang,
thank you, that is great, autoscroll work's nice when using timestamped lyric
kabuki
T.P Wang i also thanks you very much. it works for me too. even wheel scroll.
But which is difference between the two zip in download section... what is SSE2 (with this one wheel scroll doesn't work).
i m very grateful too you for the development of this component i use everyday.
Cheers
T.P Wang
QUOTE(kabuki @ Jun 22 2007, 22:13) *

T.P Wang i also thanks you very much. it works for me too. even wheel scroll.
But which is difference between the two zip in download section... what is SSE2 (with this one wheel scroll doesn't work).
i m very grateful too you for the development of this component i use everyday.
Cheers


SSE2 means Intel Streaming "Single Instruction, Multiple Data" Extensions 2
http://en.wikipedia.org/wiki/SSE2

so if you haven't got CPU supports SSE2, there will be problems.
Besides, the SSE2 build with some options may be "unstable", so if you meet any problem, switch to the build without "SSE2"
Thanks for support.


PedroElGringo
Thanks you very much for adding the nice fading effect, I didn't expect it that quickly...

But I noticed a little problem with it, don't know how to explain it... I'll try. The fading efftect is nice when the line appears from the bottom. But at a certain point, it suddently becomes unfaded, while it should still be faded, because still in the fade zone...
Same thing happens at the top, the line suudently becomes faded.

Did anybody else noticed it ?
Maybe you did that on purpose ?

Just a small request as well, could you make an option to enable/disable the fading effect ?

Thanks a lot
T.P Wang
QUOTE(PedroElGringo @ Jun 22 2007, 22:52) *

Thanks you very much for adding the nice fading effect, I didn't expect it that quickly...

But I noticed a little problem with it, don't know how to explain it... I'll try. The fading efftect is nice when the line appears from the bottom. But at a certain point, it suddently becomes unfaded, while it should still be faded, because still in the fade zone...
Same thing happens at the top, the line suudently becomes faded.

Did anybody else noticed it ?
Maybe you did that on purpose ?

Just a small request as well, could you make an option to enable/disable the fading effect ?

Thanks a lot


EDIT: Yes I make the fadding effect on that purpose
However, ,I'll try to fix it ASAP.
fabiospark
Could anybody post their CPU usage while the text is scrolling, please?
I would like to have a panel with big letters on a black full screen but I'm afraid it could keep the usage at 40/60%.

Thanks.
Russell777
QUOTE(fabiospark @ Jun 22 2007, 22:17) *

Could anybody post their CPU usage while the text is scrolling, please?
I would like to have a panel with big letters on a black full screen but I'm afraid it could keep the usage at 40/60%.

Thanks.

You better test it yourself,since the CPU usage is quite different from machine to machine.As for me the CPU
is pretty high when i use this panel,even with plain text,so i returned to my own lyrics panel.
sylla
Found a small "bug" I think.

When you start a new song it seems like the Lyrics window gets focused. So you can't scroll in the playlist etc without clicking in it again. It doesn't matter if the lyric is a timestamped or not, the window always gets focused.
T.P Wang
QUOTE(sylla @ Jun 23 2007, 08:20) *

Found a small "bug" I think.

When you start a new song it seems like the Lyrics window gets focused. So you can't scroll in the playlist etc without clicking in it again. It doesn't matter if the lyric is a timestamped or not, the window always gets focused.


Ok, I'll fix it.
henn1ng
YAS ! you have just completed my foobar ! thank you alot flippin lot !

only one small request:
could add an option to auto-scroll non-timestamped lyrics ?

THANK YOU !
T.P Wang
QUOTE(PedroElGringo @ Jun 22 2007, 22:52) *

Thanks you very much for adding the nice fading effect, I didn't expect it that quickly...

But I noticed a little problem with it, don't know how to explain it... I'll try. The fading efftect is nice when the line appears from the bottom. But at a certain point, it suddently becomes unfaded, while it should still be faded, because still in the fade zone...
Same thing happens at the top, the line suudently becomes faded.

Did anybody else noticed it ?
Maybe you did that on purpose ?

Just a small request as well, could you make an option to enable/disable the fading effect ?

Thanks a lot



QUOTE(sylla @ Jun 23 2007, 08:20) *

Found a small "bug" I think.

When you start a new song it seems like the Lyrics window gets focused. So you can't scroll in the playlist etc without clicking in it again. It doesn't matter if the lyric is a timestamped or not, the window always gets focused.


I've uploaded new Lyrics show panel ver 0.3.1.1b3
Just have a try smile.gif
T.P Wang
QUOTE(fabiospark @ Jun 23 2007, 04:17) *

Could anybody post their CPU usage while the text is scrolling, please?
I would like to have a panel with big letters on a black full screen but I'm afraid it could keep the usage at 40/60%.

Thanks.


I just have a little test(not very strict), using Microsoft's perfmon.msc to monitor foobar2000's CPU time(%)
after played same song(APE 980kps), and under same playing condition(mostly)
I've got these result (average)
1. using Lyrics Panel
6.613%
2. no Lyrics Panel
4.820%

I'm using Althlon64 3000+, WinXP Pro Sp2. with 0.3.1.1b3 quick fix(SSE2).
vlada
Hi,

thanks for the modification. I have one big request, but I don't know if it is possible at all. I would like to see this panel merged with the functionality of this version. Also it would be nice to include LyricsDB search. It uses a really big lyrics database. I think it should be possible at least to call this plugin to search for lyrics if they're not found.
PedroElGringo
Ok, there is a problem for me with the fading effect. The fadinfg effect is not at the very top and very botom, seems that it is 10 px from each border, at least for me... (using panels_ui)


IPB Image
T.P Wang
QUOTE(vlada @ Jun 23 2007, 18:18) *

Hi,

thanks for the modification. I have one big request, but I don't know if it is possible at all. I would like to see this panel merged with the functionality of this version. Also it would be nice to include LyricsDB search. It uses a really big lyrics database. I think it should be possible at least to call this plugin to search for lyrics if they're not found.


I'd like to add LyricDb searching support.
But I'm wondering what kinds of foo_uie_lyrics_panel's functions do you want?

QUOTE(PedroElGringo @ Jun 23 2007, 18:49) *

Ok, there is a problem for me with the fading effect. The fadinfg effect is not at the very top and very botom, seems that it is 10 px from each border, at least for me... (using panels_ui)


IPB Image


strange, I'm trying to find out.
EDIT: can you post snippet of your code which $panel the Lyrics Panel? And which font do you use?
EDIT2: I think i've found the problem, you can change your Vertical Padding and Horizontal Padding to "0", I'll fix it.
PedroElGringo
QUOTE(T.P Wang @ Jun 23 2007, 12:58) *

EDIT2: I think i've found the problem, you can change your Vertical Padding and Horizontal Padding to "0", I'll fix it.


Yep, that solved my problem, now the component is perfect for me !
thanks a lot !
store88
feel like Not compatible with foo_dockable_panels.dll

QUOTE
Illegal operation:
Code: C000001Dh, flags: 00000000h, address: 00F3707Ch
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00F3707Ch):
00F3703Ch: 00 00 39 5C 24 34 89 6C 24 30 73 04 8D 44 24 20
00F3704Ch: BE 09 00 00 00 66 89 28 39 74 24 34 73 10 8B 44
00F3705Ch: 24 30 50 56 8D 4C 24 24 51 E8 86 CF FE FF 39 5C
00F3706Ch: 24 34 8B 44 24 20 73 04 8D 44 24 20 66 0F EF C0
00F3707Ch: 66 0F D6 00 66 0F D6 40 08 66 89 68 10 39 5C 24
00F3708Ch: 34 8B 44 24 20 89 74 24 30 73 04 8D 44 24 20 66
00F3709Ch: 89 68 12 39 5C 24 34 8B 44 24 20 73 04 8D 44 24
00F370ACh: 20 B9 FA 00 00 00 C7 00 00 00 00 44 C7 40 04 00
Stack (0012E998h):
0012E978h: 00000000 0012ED2C 0012ED04 00000000
0012E988h: F15BBF98 F15BBCA0 00460049 F15BBD60
0012E998h: D10C7014 00F63C40 00F63BFC 0012EA0C
0012E9A8h: 00F63BF0 000905DA 00F63BF0 00F20761
0012E9B8h: 01234BB0 0012EA04 00F63BFC 01234B98
0012E9C8h: 00000000 000000A7 D10C7024 0012EA84
0012E9D8h: 00F4E338 00000000 00F130AD 00F63BF0
0012E9E8h: 0012EB60 0012EA74 00F63BEC 004576E3
0012E9F8h: 00000000 00F63BFC 00000000 00F63C40
0012EA08h: FFFFFFFF 0012EA90 0045670D 000905DA
0012EA18h: 0012EB60 00456932 00000000 000A0000
0012EA28h: 005DA330 77F16E56 77F16E77 510A0A33
0012EA38h: 6FBD7000 6FBD71C8 6FB8A1E2 6FBDB0D0
0012EA48h: 0012EA60 77D4F8A6 006F5928 00000000
0012EA58h: 000C0000 0012EAF8 0012EAE0 00B02647
0012EA68h: 00000000 00000000 00000000 00F63BEC
0012EA78h: 0012EAE0 0012EAF8 0012EA18 0012EAEC
0012EA88h: 004A9A16 00000001 0012EAF8 00456B60
0012EA98h: 000905DA 015024D8 0012EB60 00456932
0012EAA8h: 00000000 77D54F1C 77D618FC 00000000
Registers:
EAX: 01234BB0, EBX: 00000008, ECX: D10C700C, EDX: 01230608
ESI: 00000009, EDI: 00F63C40, EBP: 00000000, ESP: 0012E998
Crash location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h

Loaded modules:
foobar2000 loaded at 00400000h - 004F3000h
ntdll loaded at 7C900000h - 7C9B0000h
kernel32 loaded at 7C800000h - 7C8F5000h
COMCTL32 loaded at 773D0000h - 774D3000h
msvcrt loaded at 77C10000h - 77C68000h
ADVAPI32 loaded at 77DD0000h - 77E6B000h
RPCRT4 loaded at 77E70000h - 77F01000h
GDI32 loaded at 77F10000h - 77F57000h
USER32 loaded at 77D40000h - 77DD0000h
SHLWAPI loaded at 77F60000h - 77FD6000h
SHELL32 loaded at 7C9C0000h - 7E37F000h
ole32 loaded at 774E0000h - 7761D000h
shared loaded at 10000000h - 10029000h
comdlg32 loaded at 763B0000h - 76405000h
IMM32 loaded at 76390000h - 763AD000h
LPK loaded at 629C0000h - 629C9000h
USP10 loaded at 6FB80000h - 6FBFD000h
prio loaded at 003F0000h - 003F5000h
uxtheme loaded at 5AD70000h - 5ADA8000h
MSCTF loaded at 74720000h - 7476C000h
YzShadow loaded at 00AE0000h - 00AEE000h
DM2 loaded at 00B00000h - 00B06000h
msctfime loaded at 755C0000h - 755EE000h
foo_converter loaded at 00B30000h - 00B99000h
foo_cwb_hooks loaded at 00BC0000h - 00C0D000h
foo_dockable_panels loaded at 00C30000h - 00C63000h
foo_infobox loaded at 00C90000h - 00CD0000h
foo_input_monkey loaded at 00CF0000h - 00D3A000h
foo_input_std loaded at 00D60000h - 00E73000h
foo_masstag loaded at 00EA0000h - 00EEF000h
foo_uie_lyrics loaded at 00F10000h - 00F6F000h
WININET loaded at 771B0000h - 7727E000h
Normaliz loaded at 00F80000h - 00F89000h
iertutil loaded at 6E850000h - 6E895000h
gdiplus loaded at 4EC50000h - 4EDF3000h
WINMM loaded at 76B40000h - 76B6D000h
foo_uie_playlists_dropdown loaded at 01240000h - 01279000h
foo_uie_single_column_playlist loaded at 012A0000h - 012EC000h
MSVCP80 loaded at 7C420000h - 7C4A7000h
MSVCR80 loaded at 78130000h - 781CB000h
foo_uie_tabs loaded at 01310000h - 0133A000h
foo_uie_trackinfo_mod loaded at 01360000h - 013B7000h
foo_ui_columns loaded at 013D0000h - 01473000h
foo_utils loaded at 014A0000h - 014D8000h
imagehlp loaded at 76C90000h - 76CB8000h
DBGHELP loaded at 59A60000h - 59B01000h
VERSION loaded at 77C00000h - 77C08000h

Stack dump analysis:
Address: 00F63C40h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F63BF0h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F63BF0h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F20761h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F4E338h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F130ADh, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F63BF0h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F63BECh, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 004576E3h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F63C40h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 0045670Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77F16E56h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "DeleteObject" (+00000229h)
Address: 77F16E77h, location: "GDI32", loaded at 77F10000h - 77F57000h
Symbol: "DeleteObject" (+0000024Ah)
Address: 6FBD7000h, location: "USP10", loaded at 6FB80000h - 6FBFD000h
Address: 6FBD71C8h, location: "USP10", loaded at 6FB80000h - 6FBFD000h
Address: 6FB8A1E2h, location: "USP10", loaded at 6FB80000h - 6FBFD000h
Symbol: "ScriptPlace" (+000000E9h)
Address: 6FBDB0D0h, location: "USP10", loaded at 6FB80000h - 6FBFD000h
Address: 77D4F8A6h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 00B02647h, location: "DM2", loaded at 00B00000h - 00B06000h
Symbol: "CreateMenuFromString" (+00000D27h)
Address: 00F63BECh, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 004A9A16h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456B60h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D54F1Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+000002CBh)
Address: 77D618FCh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "UnhookWinEvent" (+00000077h)
Address: 77D9ABF4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetRawInputDeviceInfoA" (+0000011Fh)
Address: 004AD1EEh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D48744h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D54ECBh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+0000027Ah)
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D54EF0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+0000029Fh)
Address: 77D54D17h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+000000C6h)
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54F44h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D48744h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D48826h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48840h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4E0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B51Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B483h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D494CEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D4D4F4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+000000BBh)
Address: 77D4B913h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773EAFF1h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal414" (+00000FB4h)
Address: 77407392h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001B4F2h)
Address: 77407720h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001B880h)
Address: 77D4BF88h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "RedrawWindow" (+0000000Ch)
Address: 7740885Ch, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001C9BCh)
Address: 774096BDh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001D81Dh)
Address: 7740AF3Fh, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001F09Fh)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D4883Ah, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000163h)
Address: 77D4B8CAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000000h)
Address: 77D48744h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D48826h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48840h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4E0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B51Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 7740A549h, location: "COMCTL32", loaded at 773D0000h - 774D3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D4B483h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D494CEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D4D8A0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDlgCtrlID" (+00000027h)
Address: 77D4B913h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendMessageW" (+00000049h)
Address: 00F54738h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D56950h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SendDlgItemMessageW" (+00000032h)
Address: 00456D0Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C07D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AD1EEh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D48744h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D55324h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000402h)
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D54EF0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+0000029Fh)
Address: 77D54D17h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+000000C6h)
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54F44h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D48744h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D48826h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 004EE568h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48840h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 004EE568h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4E0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B51Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D54F22h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D4B483h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D494CEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D4D4F4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetPropW" (+000000BBh)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 004EE568h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D55B68h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowTextLengthW" (+00000547h)
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 004EE3F8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004EE450h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004EE558h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004EE564h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0213h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D55E8Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CreateDialogIndirectParamAorW" (+00000033h)
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D5A1AFh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CreateDialogParamW" (+00000049h)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004EE3F8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00456E73h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00456932h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00466549h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F1852Ah, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F54728h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 004DF5FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D4F818h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "EnableMenuItem" (+00000081h)
Address: 77D4F815h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "EnableMenuItem" (+0000007Eh)
Address: 77D4F95Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+000000F0h)
Address: 77D4F96Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "CallNextHookEx" (+00000100h)
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 013F7415h, location: "foo_ui_columns", loaded at 013D0000h - 01473000h
Address: 77D4F829h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "EnableMenuItem" (+00000092h)
Address: 00460088h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 77D9CB2Eh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "TrackPopupMenuEx" (+0000000Ch)
Address: 77D94EF9h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "TrackPopupMenu" (+0000001Bh)
Address: 00F1848Eh, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F50065h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F184A4h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F17499h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D488EAh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 00F501E1h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D4D63Bh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetWindowLongW" (+00000000h)
Address: 00F223BCh, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F22370h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D48744h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00F22370h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 00F22370h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D54ECBh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+0000027Ah)
Address: 00F22370h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D54EF0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+0000029Fh)
Address: 77D54D17h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+000000C6h)
Address: 00F22370h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D488E1h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77D54F44h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 00C333ABh, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 00C332F0h, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 77D48744h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000006Dh)
Address: 00C332F0h, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 00C332F0h, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 77D48826h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+0000014Fh)
Address: 00C332F0h, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D48840h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetDC" (+00000169h)
Address: 77D4B4D0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 00C332F0h, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B4E0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D4B51Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 00C332F0h, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 7C90EAE3h, location: "ntdll", loaded at 7C900000h - 7C9B0000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 00C332F0h, location: "foo_dockable_panels", loaded at 00C30000h - 00C63000h
Address: 77D4B483h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D494CEh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongA" (+00000061h)
Address: 77D5F5A6h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetWindowTextA" (+0000005Bh)
Address: 00F22370h, location: "foo_uie_lyrics", loaded at 00F10000h - 00F6F000h
Address: 77D4850Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D485B4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D4B409h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+000000BDh)
Address: 77D4B3A3h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000057h)
Address: 77D7046Fh, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D4B3C0h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefWindowProcW" (+00000074h)
Address: 77D4C341h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "SetRectEmpty" (+0000004Fh)
Address: 77D54DF1h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "PostQuitMessage" (+000001A0h)
Address: 77D488E1h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77D4850Ch, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D485B4h, location: "USER32", loaded at 77D40000h - 77DD0000h
Address: 77D54F44h, location: "USER32", loaded at 77D40000h - 77DD0000h
Symbol: "DefDlgProcW" (+00000022h)

Version info:
foobar2000 v0.9.4.3
UNICODE

Additional info:
Columns UI 0.2.0 alpha 2 (foo_ui_columns)
Playlists Dropdown 0.6 alpha 3 (foo_uie_playlists_dropdown)
Playlist Tools 0.5.9 (foo_utils)
Track info panel mod 0.8.0 beta [Dec 6 2006 - 14:21:24] (foo_uie_trackinfo_mod)
Converter 1.0.1 (foo_converter)
WMA Decoder 1.1 (foo_input_std)
cwbowron's title format hooks 1.2.5 [Jun 8 2007 - 08:49:42] (foo_cwb_hooks)
Dockable Panels 1.0.7b [Mar 28 2007 - 09:18:48] (foo_dockable_panels)
Tabbed panel modified 0.2.5 (foo_uie_tabs)
Masstagger 1.6 (foo_masstag)
Monkey's Audio decoder 2.1.2 (foo_input_monkey)
Special file info box 2.0.4 (foo_infobox)
Single Column Playlist Display 0.5.4 beta [Jan 9 2007 - 15:42:59] (foo_uie_single_column_playlist)
foobar2000 core 0.9.4.3 (Core)
Standard Input Array 1.0 (foo_input_std)
Tagger Panel Window 1.0.5 [Jun 12 2007 - 15:14:00] (foo_cwb_hooks)
Lyric Show Panels 0.3.1.1b3 [Jun 23 2007 - 16:14:36] (foo_uie_lyrics)
FLAC Decoder 1.1.0 (foo_input_std)

shevchenic
Great work!

May i know what's the difference between ZN-CH and ZN-CH Special ? what's the special for?
dawid
@ store88
Use "codebox" instead of "quote"!
T.P Wang
QUOTE(shevchenic @ Jun 23 2007, 20:31) *

Great work!

May i know what's the difference between ZN-CH and ZN-CH Special ? what's the special for?


the differences are:
in ZH-CN Special you can specify english font and chinese font.

Since I work on the component, for some reasons, I haven't build ZhCN.Special
There's only ZhCN available:
http://bbs.pcpchina.com/index.php?showtopic=126534
T.P Wang
@store88:
use codebox please!

There's no crash on my machine.
But it's not recommended that use lyric panel with PanelsUI and dockable panels.

However, I think it's because foo_uie_tabs or foo_uie_single_column_playlist

CODE
Core (2007-04-21 03:36:34)
foobar2000 core 0.9.4.3
foo_albumlist.dll (2007-04-21 03:34:58)
Album List 3.2.0
foo_audioscrobbler.dll (2007-05-13 14:23:40)
Audioscrobbler 1.3.6
foo_cdda.dll (2007-04-21 03:34:44)
CD Audio Decoder 2.1.1
foo_converter.dll (2007-04-21 03:34:28)
Converter 1.0.1
foo_convolve.dll (2006-08-04 21:57:26)
Convolver 0.3
foo_cwb_hooks.dll (2007-06-05 10:10:00)
cwbowron's title format hooks 1.2.4 [Jun 5 2007 - 10:09:39]
Tagger Panel Window 1.0.beta3 [Jun 5 2007 - 10:09:39]
foo_dockable_panels.dll (2007-03-28 09:19:02)
Dockable Panels 1.0.7b [Mar 28 2007 - 09:18:48]
foo_dsp_bs2b.dll (2006-11-14 14:42:36)
bs2b 2.1.0
foo_dsp_crossfader.dll (2007-06-13 00:02:08)
Gapless Crossfader 0.3.2.2 (Intel SSE)
foo_dsp_delta.dll (2006-03-21 18:16:22)
LPCM <--> delta-PCM converter 0.1.1
foo_dsp_std.dll (2007-01-20 07:36:56)
Standard DSP array 1.0
foo_dsp_tube.dll (2007-02-07 07:17:55)
Tube Sound 0.8
foo_freedb2.dll (2007-01-22 13:07:44)
freedb Tagger 0.5.2a
foo_input_monkey.dll (2007-04-13 18:39:54)
Monkey's Audio decoder 2.1.2
foo_input_std.dll (2007-04-21 03:34:22)
FLAC Decoder 1.1.0
Standard Input Array 1.0
WMA Decoder 1.1
foo_masstag.dll (2007-04-21 03:33:44)
Masstagger 1.6
foo_masstag_addons.dll (2007-05-20 08:00:08)
Masstagger Addons 0.3.4 (Intel SSE)
foo_out_ks.dll (2006-08-04 21:54:58)
Kernel Streaming Output 1.2.2
foo_playcount_mod.dll (2007-06-21 14:53:34)
Play Count Mod 1.0.2
foo_playlist_manager.dll (2006-03-13 00:25:15)
Playlist Manager 1.0
foo_rgscan.dll (2007-04-21 03:33:22)
ReplayGain Scanner 2.0.2
foo_run.dll (2006-06-15 22:08:10)
Run services 0.3.2
foo_ui_columns.dll (2007-06-08 00:22:56)
Columns UI 0.2.0 alpha 2
foo_ui_panels.dll (2007-06-12 12:28:20)
Panels UI 0.13.8 beta [Jun 12 2007 - 12:28:00]
foo_ui_std.dll (2007-04-21 03:33:14)
Default User Interface 0.9acc
foo_uie_albumart.dll (2007-01-15 17:04:44)
Album Art Panel 0.2.6
foo_uie_albumlist.dll (2007-06-11 21:13:53)
Album list panel 0.2.3 beta
foo_uie_lyrics.dll (2007-06-23 15:27:53)
Lyric Show Panels 0.3.1.1b3 (SSE2) [Jun 23 2007 - 15:27:29]
foo_uie_playlists_dropdown.dll (2007-02-08 15:26:16)
Playlists Dropdown 0.6 alpha 3
foo_uie_quicksearch.dll (2007-05-18 13:31:10)
Quick Search Toolbar 2.8l
foo_unpack.dll (2007-04-21 03:35:14)
RAR reader 1.1
ZIP/GZIP reader 1.0
sylla
Downloaded the new version, and it still steals focus for me.

I am using Panels UI, and I have a panel on the left where i can change between lyrics, art and some more things using pvars. It's just when the lyrics is "active" or how to say that it steals focus from the SCPL.

Hope you understand my bad english.
T.P Wang
QUOTE(sylla @ Jun 23 2007, 21:29) *

Downloaded the new version, and it still steals focus for me.

I am using Panels UI, and I have a panel on the left where i can change between lyrics, art and some more things using pvars. It's just when the lyrics is "active" or how to say that it steals focus from the SCPL.

Hope you understand my bad english.


I got it.
But I think it's not bug. because i can't find a way to Handle Mouse wheel event without setting focus.
sylla
QUOTE(T.P Wang @ Jun 23 2007, 14:48) *

QUOTE(sylla @ Jun 23 2007, 21:29) *

Downloaded the new version, and it still steals focus for me.

I am using Panels UI, and I have a panel on the left where i can change between lyrics, art and some more things using pvars. It's just when the lyrics is "active" or how to say that it steals focus from the SCPL.

Hope you understand my bad english.


I got it.
But I think it's not bug. because i can't find a way to Handle Mouse wheel event without setting focus.



Okok.. well it was just a small problem, I rather have it like this and being able to scroll the lyrics... Great work with this!

But I also have library filter in that panel I noticed, and in that you can scroll, but it doesn't automatically take focus when a new song is being played.... Maybe there is a way? In any way thanks for your work, this component really needed this.
T.P Wang
QUOTE(sylla @ Jun 23 2007, 22:18) *

QUOTE(T.P Wang @ Jun 23 2007, 14:48) *

QUOTE(sylla @ Jun 23 2007, 21:29) *

Downloaded the new version, and it still steals focus for me.

I am using Panels UI, and I have a panel on the left where i can change between lyrics, art and some more things using pvars. It's just when the lyrics is "active" or how to say that it steals focus from the SCPL.

Hope you understand my bad english.


I got it.
But I think it's not bug. because i can't find a way to Handle Mouse wheel event without setting focus.



Okok.. well it was just a small problem, I rather have it like this and being able to scroll the lyrics... Great work with this!

But I also have library filter in that panel I noticed, and in that you can scroll, but it doesn't automatically take focus when a new song is being played.... Maybe there is a way? In any way thanks for your work, this component really needed this.


if you want to scroll with mouse wheel, just click the Library filter/SCPL and so on...
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.