Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_ui_panels (Read 1318018 times) previous topic - next topic
0 Members and 25 Guests are viewing this topic.

foo_ui_panels

Reply #600
now my question is...as you can see I got 2 buttons defined, now when I hover over them a tooltip pops up sayin "PVAR:SET:display.mode:0" ...can I change what it says? so it says PLAYLIST and EXPLORER TREE instead?
or is there a way to disable that completely?


Code: [Select]
$button2(5,$eval(%_height%-15),0,0,20,12,'$font(,,bold,SYSCOL-13)PL','$font(,,bold,SYSCOL-14)PL',PVAR:SET:display.mode:0,TOOLTIP:"PLAYLIST")
$button2(25,$eval(%_height%-16),0,0,18,12,'$font(Wingdings,10,,SYSCOL-13)0','$font(Wingdings,10,,SYSCOL-14)1',PVAR:SET:display.mode:1,TOOLTIP:"EXPLORER TREE")

foo_ui_panels

Reply #601
oh man I love this forum!!! I don't ask much in here but when I do I get instant reply

awesome jclim00 thx a lot!!

foo_ui_panels

Reply #602
I've uploaded 0.8.1 which should fix the crashing problem when panels ui isn't selected as the ui.

foo_ui_panels

Reply #603
I've uploaded another debug version. please post the contents of the log file when it crashes. thanks.
Code: [Select]
loading confg

initializing dialog

init dialog begin

setting anchors

anchor init

anchor OK

anchor CANCEL

anchor APPLY

anchor SCIN

anchor BOXFS

anchor B

anchor G

anchor PT

anchor PS

scintilla init

scintilla init 2

scintilla init 3


ok, another one. the settings screen will be a bit messed up and there will be no text loaded. please let me know if this version crashes or not.

foo_ui_panels

Reply #604
I have several issues:

- the $button command does not work in single column : item display (could be a great workaround to make some 'mouseover')
- WINDOWSIZE:x:y does not work inside a panel (my config is inside a trackinfo)
- could be great if we could define a sort of 'maxWindowSize' so that the window has a maximum size.
- single column does not get focus if you for example alt+tab back to foobar

Great work, keep up with it!

 

foo_ui_panels

Reply #605
oh man I love this forum!!! I don't ask much in here but when I do I get instant reply

awesome jclim00 thx a lot!!

Also, you can use 'TOOLTIP:' with no arguments to disable to tooltip altogether (like for play, pause, stop, etc.)

I have several issues:

- the $button command does not work in single column : item display (could be a great workaround to make some 'mouseover')
- WINDOWSIZE:x:y does not work inside a panel (my config is inside a trackinfo)
- could be great if we could define a sort of 'maxWindowSize' so that the window has a maximum size.
- single column does not get focus if you for example alt+tab back to foobar

Great work, keep up with it!

- You are correct, buttons don't work inside SCPL. That's just the way it is right now.
- What version of PanelsUI are you running?  terrestrial said he fixed this in v0.8.0 (current is v0.8.1)

foo_ui_panels

Reply #606
one quick request, the ability for buttons to affect more than one file at a time, aka all the files selected instead of just the one playing or last selected

foo_ui_panels

Reply #607

oh man I love this forum!!! I don't ask much in here but when I do I get instant reply

awesome jclim00 thx a lot!!

Also, you can use 'TOOLTIP:' with no arguments to disable to tooltip altogether (like for play, pause, stop, etc.)

I have several issues:

- the $button command does not work in single column : item display (could be a great workaround to make some 'mouseover')
- WINDOWSIZE:x:y does not work inside a panel (my config is inside a trackinfo)
- could be great if we could define a sort of 'maxWindowSize' so that the window has a maximum size.
- single column does not get focus if you for example alt+tab back to foobar

Great work, keep up with it!

- You are correct, buttons don't work inside SCPL. That's just the way it is right now.
- What version of PanelsUI are you running?  terrestrial said he fixed this in v0.8.0 (current is v0.8.1)


Okay buttons works now (fixed).
The 'mouseover' issue and the focus issue are the last remaining on my list

foo_ui_panels

Reply #608
one quick request, the ability for buttons to affect more than one file at a time, aka all the files selected instead of just the one playing or last selected

Already done in PanelsUI v0.7.5.  Check the changelog, I think the button options are 'context-selected' and 'context-playing'.  NOTE you have to use the full path to the button command for this to work.

foo_ui_panels

Reply #609
Tried the context-selected option for my rating buttons - cant get it to work.
Heres what i've used
Code: [Select]
$button2(100,100,0,0,23,23,'xxx','XXX','Tagging/Scripts/Rating 1',context-selected)

Whats wrong?

foo_ui_panels

Reply #610
Tried the context-selected option for my rating buttons - cant get it to work.
Heres what i've used
Code: [Select]
$button2(100,100,0,0,23,23,'xxx','XXX','Tagging/Scripts/Rating 1',context-selected)

Whats wrong?

Try this:
$button2(100,100,0,0,23,23,'xxx','XXX',TAG:SET:rating:1,context-selected)
You don't need to use scripts for rating tags anymore. This component does that.

@terrestrial:
I can't download the 0.8.1 version.
I've cleaned my internet cache files, but when I download I always get 0.7.5.

foo_ui_panels

Reply #611
I have starnge crashings concerning 0.75 and Playlist treepanel 2.2.4
It appears in layouts where it shouldn't be and the Foobar crashes 

foo_ui_panels

Reply #612
Thanks CepiPerez. That did it. Wonder why I still used scipts there

foo_ui_panels

Reply #613
I encountered some weird behaviour by chance where my foo_browser panels font face reverts to a larger bold font and often becomes inoperable.

I can reproduce this each time but only in this exact order... by going to the Menu Bar > File > Preferences. Then I click Panels UI under the Display node, then I click Default User Interface in the same node and voila, the entire FB2K UI will flicker and the foo_browser panels font face changes and becomes inoperable.

Here are images to show what happens.

Before:


After:


The circumstances under which this happens are rare, but I thought I'd report it anyway.

EDIT: It's not restricted to the foo_browser component. It happens to foo_playlist_tree as well.  However, the other components I tested: foo_ui_albumlist, foo_ui_explorer, foo_ui_quicksearch and foo_ui_columns are not affected. So I guess the problem lays with foo_browser and foo_playlist_tree?

Also, when there are no tracks playing, the title in my window bar reverts to a question mark. Is there any way I can customize that? Perhaps this has been discussed but a search yielded no results.

foo_ui_panels

Reply #614
In the buttons customise dialogue for some commands, there is a general command and a list of all of the actual playlists which appear in the context menu:

e.g.:

Edit Other/Add to Specified Playlist
Edit Other/Add to Specified Playlist/1 - Browser
Edit Other/Add to Specified Playlist/2 - Now Playing
Edit Other/Add to Specified Playlist/3 - New releases

In panels_ui context menu drop-down there is only the one, general, item:

Edit Other/Add to Specified Playlist

In panels_ui, a  button with either the general or the specific command assigned does not work.

foo_ui_panels

Reply #615
Also, when there are no tracks playing, the title in my window bar reverts to a question mark. Is there any way I can customize that? Perhaps this has been discussed but a search yielded no results.

$if(%_trackinfo_notrack%,do something,do something else)

How do we set and use user globals and layout globals? Are they pvars set under new redraw types, or do they have new $set() and $get() functions?
elevatorladylevitateme

foo_ui_panels

Reply #616
I just realized that PVARS are now recalled from the previous foobar instance. Not sure when that happened but that's really awesome! My layout now works perfectly when the windowsize is not in the full view when closed/reopened

foo_ui_panels

Reply #617
Here are images to show what happens.

Before:


After:


The circumstances under which this happens are rare, but I thought I'd report it anyway.

EDIT: It's not restricted to the foo_browser component. It happens to foo_playlist_tree as well.  However, the other components I tested: foo_ui_albumlist, foo_ui_explorer, foo_ui_quicksearch and foo_ui_columns are not affected. So I guess the problem lays with foo_browser and foo_playlist_tree?

That 's the effect I meant. But I had the problem that when I open the settings box there was an error.
I could see some button symbols in Playlist tree which was really wierd.

Log text:
Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 045F4A6Eh
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (045F4A6Eh):
045F4A2Eh:  44 24 50 14 71 63 04 E8 D2 AC 01 00 68 48 06 64
045F4A3Eh:  04 8D 4C 24 1C 51 C7 44 24 20 AC 76 63 04 E8 82
045F4A4Eh:  02 02 00 C6 44 24 40 01 8B 4C 24 14 3B CB 74 06
045F4A5Eh:  8B 11 8B 02 FF D0 8B 0D B4 BF 64 04 8B 74 24 48
045F4A6Eh:  8B 11 8B 52 10 53 8D 44 24 14 50 A1 D0 BE 64 04
045F4A7Eh:  56 50 FF D2 8B 07 8B 90 F8 00 00 00 8B CF FF D2
045F4A8Eh:  8B 06 8B 50 04 8B CE FF D2 8B 17 8B 92 00 01 00
045F4A9Eh:  00 50 8D 44 24 28 50 8B CF FF D2 84 C0 74 1B 39
Stack (0012F0C0h):
0012F0A0h:  00000201 E22B9268 E22B9268 00000000
0012F0B0h:  B528A000 B5289D64 00000000 0012F918
0012F0C0h:  74C40F3D 10E349D0 0012F438 00000000
0012F0D0h:  05CDEB50 004DF59C 00000000 00000000
0012F0E0h:  0012F104 0463772C 00000000 00000000
0012F0F0h:  00000000 00000000 0012F13C 0462DD68
0012F100h:  00000001 046278C1 0464AE44 74C40EE9
0012F110h:  0012F208 0012F438 0012F148 00000000
0012F120h:  00000200 08CC20E8 77D1B601 773DA549
0012F130h:  002A013A 00000000 00000001 0012F228
0012F140h:  0462D778 FFFFFFFF 0012F1A0 045FA8D3
0012F150h:  0012F208 045FA7D0 00000000 00000001
0012F160h:  C000000F 773DA549 DCBAABCD 00000000
0012F170h:  0012F1B4 773DA549 0012F1E0 77D18BD9
0012F180h:  045FA7D0 0012F1E0 77D1885A 0012F1A0
0012F190h:  77D1882A 00000281 773DA549 0000004E
0012F1A0h:  0012F1CC 77D18734 00270128 0000004E
0012F1B0h:  000003E9 0012F438 045FA7D0 DCBAABCD
0012F1C0h:  00000000 0012F208 045FA7D0 0012F238
0012F1D0h:  77D2418D 045FA7D0 00270128 0000004E
Registers:
EAX: 00000001, EBX: 00000000, ECX: 00000000, EDX: 004C48A0
ESI: 0464AE44, EDI: 10E349D0, EBP: 0012F148, ESP: 0012F0C0
Crash location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h

Loaded modules:
foobar2000   loaded at 00400000h - 004F3000h
ntdll loaded at 7C910000h - 7C9C7000h
kernel32 loaded at 7C800000h - 7C906000h
COMCTL32 loaded at 773A0000h - 774A3000h
msvcrt   loaded at 77BE0000h - 77C38000h
ADVAPI32 loaded at 77DA0000h - 77E4A000h
RPCRT4   loaded at 77E50000h - 77EE1000h
GDI32 loaded at 77EF0000h - 77F37000h
USER32   loaded at 77D10000h - 77DA0000h
SHLWAPI   loaded at 77F40000h - 77FB6000h
SHELL32   loaded at 7C9D0000h - 7D1EF000h
ole32 loaded at 774B0000h - 775ED000h
shared   loaded at 10000000h - 10029000h
comdlg32 loaded at 76350000h - 7639A000h
IMM32 loaded at 76330000h - 7634D000h
LPK   loaded at 62E10000h - 62E19000h
USP10 loaded at 75790000h - 757FB000h
uxtheme   loaded at 5AD70000h - 5ADA2000h
RocketDock   loaded at 003D0000h - 003DE000h
msctfime loaded at 75250000h - 7527E000h
foo_runcmd   loaded at 00A30000h - 00A5F000h
OLEAUT32 loaded at 770F0000h - 7717C000h
foo_abx   loaded at 00A80000h - 00AB4000h
foo_ac3   loaded at 00AE0000h - 00B0C000h
foo_albumlist loaded at 00B30000h - 00B77000h
foo_audioscrobbler   loaded at 00BA0000h - 00BD7000h
WS2_32   loaded at 71A10000h - 71A27000h
WS2HELP   loaded at 71A00000h - 71A08000h
foo_autoplaylist loaded at 00C00000h - 00C30000h
foo_browser   loaded at 00C50000h - 00C8B000h
foo_burninate loaded at 00CB0000h - 00CE7000h
VERSION   loaded at 77BD0000h - 77BD8000h
foo_cdda loaded at 00D10000h - 00D46000h
foo_converter loaded at 00D70000h - 00DD9000h
foo_custominfo   loaded at 00E00000h - 00E85000h
foo_cwb_hooks loaded at 00EB0000h - 00EDE000h
foo_dbsearch loaded at 00F00000h - 00F75000h
foo_dbsearch_api_demo loaded at 00FA0000h - 00FC2000h
foo_default_videoplayer   loaded at 00FF0000h - 00FFD000h
MSVCR80   loaded at 78130000h - 781CB000h
foo_discogs   loaded at 01020000h - 01092000h
gdiplus   loaded at 4EBA0000h - 4ED43000h
WINMM loaded at 76AF0000h - 76B1E000h
foo_dockable_panels   loaded at 01140000h - 01172000h
foo_dsp_delta loaded at 011A0000h - 011BE000h
foo_dsp_dolbyhp   loaded at 011E0000h - 01201000h
foo_dsp_std   loaded at 01220000h - 01261000h
foo_freedb2   loaded at 01290000h - 012D0000h
foo_guidlookup   loaded at 012F0000h - 01308000h
foo_infobox   loaded at 01330000h - 01370000h
foo_info_samurize loaded at 01390000h - 013B2000h
foo_input_avs loaded at 014F0000h - 0150F000h
foo_input_awma   loaded at 01530000h - 01549000h
WMVCore   loaded at 086D0000h - 08917000h
WMASF loaded at 070D0000h - 0710A000h
foo_input_mslive loaded at 01560000h - 01588000h
foo_input_std loaded at 015A0000h - 016B4000h
foo_lyricsdb loaded at 016E0000h - 016FE000h
MSVCP80   loaded at 7C420000h - 7C4A7000h
WININET   loaded at 77180000h - 77227000h
CRYPT32   loaded at 77A50000h - 77AE5000h
MSASN1   loaded at 77AF0000h - 77B02000h
foo_managedWrapper   loaded at 01710000h - 017B2000h
mscoree   loaded at 79000000h - 79045000h
msvcm80   loaded at 7C4C0000h - 7C53D000h
mscorwks loaded at 79E70000h - 7A3D1000h
mscorlib.ni   loaded at 790C0000h - 79BA6000h
mscorjit loaded at 79060000h - 790B3000h
rsaenh   loaded at 0FFD0000h - 0FFF8000h
System.ni loaded at 7A440000h - 7ABFE000h
System.Drawing.ni loaded at 7ADE0000h - 7AF74000h
System.Windows.Forms.ni   loaded at 7AFD0000h - 7BC56000h
xpsp2res loaded at 20000000h - 202D9000h
dotnet_title loaded at 11000000h - 11014000h
foo_masstag   loaded at 04270000h - 042C0000h
foo_oddcastv3 loaded at 042D0000h - 0439F000h
BASS loaded at 043B0000h - 043F0000h
MSACM32   loaded at 77BB0000h - 77BC5000h
WINSPOOL loaded at 72F70000h - 72F96000h
vorbis   loaded at 043F0000h - 044FF000h
ogg   loaded at 04500000h - 04508000h
libOggFLAC   loaded at 04510000h - 04521000h
libFLAC   loaded at 04530000h - 04552000h
pthreadVSE   loaded at 04560000h - 0456D000h
WSOCK32   loaded at 71A30000h - 71A3A000h
foo_playcount loaded at 045A0000h - 045C8000h
foo_playlist_tree loaded at 045F0000h - 0465B000h
foo_rgscan   loaded at 04680000h - 046C8000h
foo_run   loaded at 046F0000h - 0471B000h
foo_scheduler loaded at 04740000h - 047AF000h
POWRPROF loaded at 74A50000h - 74A58000h
foo_seek_remote   loaded at 047D0000h - 047EB000h
foo_sendtodevice loaded at 04800000h - 0482F000h
foo_tutorial1_step1   loaded at 04850000h - 0486B000h
foo_uie_albumart loaded at 04890000h - 048C2000h
foo_uie_albumlist loaded at 048F0000h - 0492F000h
foo_uie_explorer loaded at 04950000h - 0498C000h
foo_uie_lyrics   loaded at 049B0000h - 04A0E000h
foo_uie_playlists_dropdown   loaded at 04A30000h - 04A6A000h
foo_uie_queuemanager loaded at 04A90000h - 04AC9000h
foo_uie_quicksearch   loaded at 04B60000h - 04BA6000h
foo_uie_tabs loaded at 04BB0000h - 04BD6000h
foo_uie_trackinfo loaded at 04C00000h - 04C2E000h
foo_uie_vis_egoh loaded at 04C50000h - 04C6D000h
foo_uie_vis_projectm loaded at 04C80000h - 04CF4000h
OPENGL32 loaded at 5F0D0000h - 5F19C000h
GLU32 loaded at 68FC0000h - 68FE0000h
DDRAW loaded at 736D0000h - 73719000h
DCIMAN32 loaded at 73B30000h - 73B36000h
foo_ui_columns   loaded at 05020000h - 050BB000h
foo_ui_egoh   loaded at 050E0000h - 0511E000h
foo_ui_panels loaded at 05130000h - 051F9000h
foo_ui_std   loaded at 05220000h - 05277000h
foo_unpack   loaded at 052A0000h - 052CE000h
foo_utils loaded at 052F0000h - 05329000h
foo_vis_samurize2 loaded at 05350000h - 05380000h
foo_tutorial1_step2   loaded at 053A0000h - 053C1000h
foo_tutorial1_step3   loaded at 053F0000h - 05414000h
foo_tutorial1_step4   loaded at 05440000h - 05464000h
NEWDOT~1 loaded at 05F90000h - 05FCC000h
urlmon   loaded at 7DF20000h - 7DFC0000h
SETUPAPI loaded at 778F0000h - 779E4000h
MPR   loaded at 71A80000h - 71A92000h
WINTRUST loaded at 76BF0000h - 76C1E000h
IMAGEHLP loaded at 76C50000h - 76C78000h
DolbyHph loaded at 06190000h - 0628C000h
dsound   loaded at 73E70000h - 73ECC000h
wdmaud   loaded at 72C90000h - 72C99000h
msacm32   loaded at 72C80000h - 72C88000h
midimap   loaded at 77BA0000h - 77BA7000h
CLBCATQ   loaded at 76F90000h - 7700F000h
COMRes   loaded at 77010000h - 770E3000h
mscorlib.resources   loaded at 06C30000h - 06C80000h
diasymreader loaded at 5E380000h - 5E409000h
Msimg32   loaded at 76320000h - 76325000h
KsUser   loaded at 73E40000h - 73E44000h
appHelp   loaded at 77B10000h - 77B32000h
cscui loaded at 779F0000h - 77A46000h
CSCDLL   loaded at 765A0000h - 765BD000h
LINKINFO loaded at 76930000h - 76938000h
ntshrui   loaded at 76940000h - 76966000h
ATL   loaded at 76AD0000h - 76AE1000h
NETAPI32 loaded at 597D0000h - 59824000h
USERENV   loaded at 76620000h - 766D5000h
Secur32   loaded at 77FC0000h - 77FD1000h
System.Windows.Forms.resources  loaded at 07FF0000h - 0805C000h
DBGHELP   loaded at 59DD0000h - 59E71000h

Stack dump analysis:
Address: 004DF59Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0463772Ch, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 0462DD68h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 046278C1h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 0464AE44h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D1B601h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "InvalidateRect" (+0000000Ch)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 0462D778h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 045FA8D3h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 045FA7D0h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D18BD9h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 045FA7D0h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D1885Ah, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000193h)
Address: 77D1882Ah, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000163h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D18734h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000006Dh)
Address: 045FA7D0h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 045FA7D0h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D2418Dh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "PrivateExtractIconExW" (+000002B2h)
Address: 045FA7D0h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D241B0h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "PrivateExtractIconExW" (+000002D5h)
Address: 77D23FD9h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "PrivateExtractIconExW" (+000000FEh)
Address: 045FA7D0h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D241E2h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D184FCh, location: "USER32", loaded at 77D10000h - 77DA0000h
Address: 77D185A4h, location: "USER32", loaded at 77D10000h - 77DA0000h
Address: 77D24204h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefDlgProcW" (+00000022h)
Address: 77D18734h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000006Dh)
Address: 77D241E2h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D241E2h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D18816h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000014Fh)
Address: 77D241E2h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D18830h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000169h)
Address: 77D1B89Bh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetParent" (+0000016Ch)
Address: 77D241E2h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefDlgProcW" (+00000000h)
Address: 77D1B903h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "SendMessageW" (+00000049h)
Address: 773BAFF1h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal414" (+00000FB4h)
Address: 76339B55h, location: "IMM32", loaded at 76330000h - 7634D000h
Symbol: "ImmUnlockClientImc" (+00000013h)
Address: 77D6B4C6h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+0000040Ah)
Address: 77D6B4CEh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+00000412h)
Address: 77D6B9AAh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+000008EEh)
Address: 77D6BA42h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+00000986h)
Address: 773D7392h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001B4F2h)
Address: 77D1BF78h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "RedrawWindow" (+0000000Ch)
Address: 773D885Ch, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001C9BCh)
Address: 773D96BDh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001D81Dh)
Address: 773DA74Ch, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E8ACh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 77D18734h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D18816h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000014Fh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D18830h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000169h)
Address: 77D1C63Fh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IsWindowUnicode" (+000000A1h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D1C665h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "CallWindowProcW" (+0000001Bh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 045FA64Ah, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D188DAh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 752544F5h, location: "msctfime", loaded at 75250000h - 7527E000h
Address: 7526382Ah, location: "msctfime", loaded at 75250000h - 7527E000h
Symbol: "CtfImeDispatchDefImeMessage" (+00000027h)
Address: 77D6C487h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+000013CBh)
Address: 77D6C513h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+00001457h)
Address: 77D6C513h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+00001457h)
Address: 77D6C535h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IMPSetIMEA" (+00001479h)
Address: 0462F818h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D18734h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000006Dh)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D18816h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000014Fh)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D18830h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000169h)
Address: 77D1B4C0h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefWindowProcW" (+00000184h)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D1B4D0h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefWindowProcW" (+00000194h)
Address: 77D1B50Ch, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefWindowProcW" (+000001D0h)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 7C91EAE3h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "KiUserCallbackDispatcher" (+00000013h)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D1B473h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DefWindowProcW" (+00000137h)
Address: 77D1DA6Ch, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "SetFocus" (+0000000Ch)
Address: 773DA535h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E695h)
Address: 77D184FCh, location: "USER32", loaded at 77D10000h - 77DA0000h
Address: 77D185A4h, location: "USER32", loaded at 77D10000h - 77DA0000h
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D188D1h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowLongW" (+0000002Bh)
Address: 77D188DAh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowLongW" (+00000034h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 773DAB7Fh, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001ECDFh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D18BD9h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77D1885Ah, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000193h)
Address: 77D1882Ah, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000163h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D18734h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000006Dh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D18816h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000014Fh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D18830h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000169h)
Address: 77D1C63Fh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IsWindowUnicode" (+000000A1h)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 77D1C665h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "CallWindowProcW" (+0000001Bh)
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 045FA64Ah, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 773DA549h, location: "COMCTL32", loaded at 773A0000h - 774A3000h
Symbol: "Ordinal384" (+0001E6A9h)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 01144820h, location: "foo_dockable_panels", loaded at 01140000h - 01172000h
Address: 77D18734h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000006Dh)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D18BD9h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowThreadProcessId" (+00000159h)
Address: 77D1885Ah, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000193h)
Address: 77D1EB3Eh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "CallNextHookEx" (+0000003Bh)
Address: 0462F818h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D18734h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000006Dh)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D18816h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+0000014Fh)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D18830h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetDC" (+00000169h)
Address: 77D189CDh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowLongW" (+00000127h)
Address: 045FA450h, location: "foo_playlist_tree", loaded at 045F0000h - 0465B000h
Address: 77D1DAEAh, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DestroyWindow" (+00000000h)
Address: 77D2E04Ah, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "IsDialogMessageW" (+0000008Eh)
Address: 77D40467h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DeregisterShellHookWindow" (+000001CFh)
Address: 77D189F0h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "GetWindowLongW" (+0000014Ah)
Address: 77D18A10h, location: "USER32", loaded at 77D10000h - 77DA0000h
Symbol: "DispatchMessageW" (+0000000Fh)
Address: 004301ADh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002DD2h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uCallStackTracker::uCallStackTracker" (+00000032h)
Address: 004C0560h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00D1DAEAh, location: "foo_cdda", loaded at 00D10000h - 00D46000h
Address: 00430CF3h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004BC44Ch, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70FCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C920732h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C70E0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C921538h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C920732h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000015Eh)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C921538h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "wcsncpy" (+00000AA9h)
Address: 7C921596h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "wcsncpy" (+00000B07h)
Address: 7C9206EBh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 004E41B0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49D0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C92056Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlFreeHeap" (+00000130h)
Address: 10003251h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uGetCallStackPath" (+00000451h)
Address: 004E3E80h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C9206F0h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C9206F0h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000011Ch)
Address: 7C9206EBh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+00000117h)
Address: 00491D18h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4230h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0040CA96h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004480F4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00407DE2h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00497FFDh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 10002D87h, location: "shared", loaded at 10000000h - 10029000h
Symbol: "uPrintCrashInfo_SetDumpPath" (+000000A7h)
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF5D4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004C0570h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00430EFAh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E0928h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0049729Ah, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935BCh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004935B6h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B49E4h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004B34A0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004E4228h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004AF9C8h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00496154h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00400000h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00F0F00Ch, location: "foo_dbsearch", loaded at 00F00000h - 00F75000h
Address: 00F0F00Ch, location: "foo_dbsearch", loaded at 00F00000h - 00F75000h
Address: 00496FE0h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C816FD7h, location: "kernel32", loaded at 7C800000h - 7C906000h
Symbol: "RegisterWaitForInputIdle" (+00000049h)
Address: 00F0F00Ch, location: "foo_dbsearch", loaded at 00F00000h - 00F75000h
Address: 7C839AA8h, location: "kernel32", loaded at 7C800000h - 7C906000h
Symbol: "ValidateLocale" (+000002B0h)
Address: 7C816FE0h, location: "kernel32", loaded at 7C800000h - 7C906000h
Symbol: "RegisterWaitForInputIdle" (+00000052h)
Address: 004961BDh, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
Discogs Tagger 0.92  (foo_discogs)
Music Browser 1.2.2c [Jul  6 2006 - 09:42:02]  (foo_browser)
mslive 0.2  (foo_input_mslive)
Standard DSP array 1.0  (foo_dsp_std)
Component Tutorial (Step 2) 0.3.1  (foo_tutorial1_step2)
Standard Input Array 1.0  (foo_input_std)
Default video player 0.1.3  (foo_default_videoplayer)
Queue manager panel 0.2.3  (foo_uie_queuemanager)
Playlists Dropdown 0.5.7.5  (foo_uie_playlists_dropdown)
LPCM <--> delta-PCM converter 0.1.1  (foo_dsp_delta)
Component Tutorial (Step 3) 0.3.1  (foo_tutorial1_step3)
Converter 1.0.1  (foo_converter)
Egoh Spectrum analyser (uie) 1.1.0  (foo_uie_vis_egoh)
Album list panel 0.2.1 beta 4  (foo_uie_albumlist)
Database Search 1.4 beta 4  (foo_dbsearch)
Run services 0.3.2  (foo_run)
FLAC Decoder 1.1.0  (foo_input_std)
Run Command 1.0 beta 2  (foo_runcmd)
WMA Decoder 1.1  (foo_input_std)
cwbowron's title format hooks 1.0.11b [Sep 27 2006 - 08:29:16]  (foo_cwb_hooks)
Lyric Show Panels 0.3.1.0  (foo_uie_lyrics)
Audio CD Writer 2.0.1  (foo_burninate)
Dockable Panels 1.0.4 [Nov  8 2006 - 14:23:59]  (foo_dockable_panels)
AC3 decoder 0.8  (foo_ac3)
Masstagger 1.6  (foo_masstag)
Audioscrobbler 1.3.4  (foo_audioscrobbler)
ReplayGain Scanner 2.0.2  (foo_rgscan)
ZIP/GZIP reader 1.0  (foo_unpack)
foo_managedWrapper 0.3  (foo_managedWrapper)
Album Art Panel 0.2.1  (foo_uie_albumart)
RAR reader 1.1  (foo_unpack)
Default User Interface 0.9acc  (foo_ui_std)
OddcastV3 3.x  (foo_oddcastv3)
projectM visualization (Panel) 0.4  (foo_uie_vis_projectm)
freedb Tagger 0.5.2a  (foo_freedb2)
Component Tutorial (Step 4) 0.3.1  (foo_tutorial1_step4)
Album List 3.2.0  (foo_albumlist)
Special file info box 2.0.3  (foo_infobox)
Explorer Tree 1.04.6b  (foo_uie_explorer)
Scheduler 3.52  (foo_scheduler)
Dolby Headphone Wrapper 1.1  (foo_dsp_dolbyhp)
Database Search Toolbar Demo 1.0  (foo_dbsearch_api_demo)
AVS input 0.1  (foo_input_avs)
PanelsUI 0.7.3 beta [Mar  3 2007 - 13:27:41]  (foo_ui_panels)
Track info panel 0.8  (foo_uie_trackinfo)
Playback Statistics 1.3.2  (foo_playcount)
foo_custominfo 0.1.2  (foo_custominfo)
ABX Comparator 1.3.1  (foo_abx)
Egoh User Interface 1.1.0  (foo_ui_egoh)
Playlist tools 0.5.7  (foo_utils)
Samurize Visualization Server (AMPI) 1.64  (foo_vis_samurize2)
Component Tutorial (Step 1) 0.3.1  (foo_tutorial1_step1)
Playlist Tree Panel 2.2.4 [Nov 17 2006 - 16:34:17]  (foo_playlist_tree)
foo_lyricsdb 0.0.7 beta 4  (foo_lyricsdb)
Send to Device 1.0.5 [Nov 17 2006 - 14:16:40]  (foo_sendtodevice)
CD Audio Decoder 2.1.1  (foo_cdda)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
Samurize Info Server (AMPI) 1.64  (foo_info_samurize)
Columns UI 0.1.3 beta 1v5  (foo_ui_columns)
Acro WMA decoder 0.1.5  (foo_input_awma)
Autoplaylist Manager 1.0  (foo_autoplaylist)
Seek Remote Control 0.0.2  (foo_seek_remote)
Tabbed panel modifyed 0.2.1  (foo_uie_tabs)
foobar2000 core 0.9.4.2  (Core)


Edit: I found out that this behaviour only appears when switching from a .pui with Playlist tree to a .pui without it.
I wrote a pm to cwbowron but I think it has to do with combining both Plug-ins.

But as I suggested the crash location is Playlist tree panel...

I will update both plug-ins and see what if this behaviour will continue.

Someone else this problem?

foo_ui_panels

Reply #618
Reporting some more peculiar behaviour. With foo_ui_panels enabled as the default user interface I've encountered these issues. I don't know if they're intentional limitations, bugs, or I am just doing something wrong.

Preferences > Display > Title Formatting > Main Window Title... $extra(foobar2000_version) displays [UNKNOWN FUNCTION] in the main window title when applied, and in a track display panel too for that matter.

Again in main window title titleformatting preferences, $if(%_ispaused%,'Paused') yields no result.


Spirit_of_the_ocean, you should put lengthy code in the [ codebox ] tag instead of [ code ]. It makes browsing through threads easier.

shakey_snake, %_trackinfo_notrack% wasn't what I was referring to but I figured it out anyway. Today querying for "main title window" yielded better results on HA, and I got my answer. Jeez, how did I miss that, it was just posted a few days ago.

foo_ui_panels

Reply #619
Sorry I didn't know codebox was a special option   
I edited that

Know I tried to used the last Version of Playlist tree panel but still this:


I tried also the new version of panel ui.Ans it stays the same:

When changing from a .pui with Playlist tree to a .pui with no playlist tree, the playlist tree is still shown and when clicking on this "ghost" Foobar crashes.

foo_ui_panels

Reply #620
terrestrial,
2 semi-longstanding things that have bugged me.
  • Using ...folder.* in an image path doesn't work with folder.gif
  • SCPL doesn't remember what was selected after closing foobar and reopening it.
shakey_snake, %_trackinfo_notrack% wasn't what I was referring to but I figured it out anyway. Today querying for "main title window" yielded better results on HA, and I got my answer. Jeez, how did I miss that, it was just posted a few days ago.

Ah! Title bar. I wasn't quite sure what you were meaning when you said "window bar" in your post, but you meant the Title Bar.
That makes more sense.
elevatorladylevitateme

foo_ui_panels

Reply #621
I just realized that PVARS are now recalled from the previous foobar instance. Not sure when that happened but that's really awesome! My layout now works perfectly when the windowsize is not in the full view when closed/reopened


Are these PVARS stored in the PUI?

EDIT: Yes they are, opening a PUI in Wordpad shows this clearly

EDIT2:: Is there a clean way of removing a VAR from a PUI?

foo_ui_panels

Reply #622
@terrestrial:
I can't download the 0.8.1 version.
I've cleaned my internet cache files, but when I download I always get 0.7.5.


I just checked and 0.8.1 is there. maybe something is caching the file further upstream from you?

In the buttons customise dialogue for some commands, there is a general command and a list of all of the actual playlists which appear in the context menu:

e.g.:

Edit Other/Add to Specified Playlist
Edit Other/Add to Specified Playlist/1 - Browser
Edit Other/Add to Specified Playlist/2 - Now Playing
Edit Other/Add to Specified Playlist/3 - New releases

In panels_ui context menu drop-down there is only the one, general, item:

Edit Other/Add to Specified Playlist

In panels_ui, a  button with either the general or the specific command assigned does not work.


which component are you using that adds these items?

some menu items are hidden (it's specified by the component which items to show/hide)


Also, when there are no tracks playing, the title in my window bar reverts to a question mark. Is there any way I can customize that? Perhaps this has been discussed but a search yielded no results.

$if(%_trackinfo_notrack%,do something,do something else)


general panelsui functions won't work inside the title / tray title formatting. so use %isplaying% instead.

Quote
How do we set and use user globals and layout globals? Are they pvars set under new redraw types, or do they have new $set() and $get() functions?


they can have anything you want. the layout and user globals are simple prepended to any titleformatting run by panelsui (both track display and scpl-except for the "group by"). use layout globals for functions /  values that you use multiple times from differenct panels. use user globals for stuff that stays constant between different .puis (eg, use $get(coverPath) when you want to get the coverPath).

Preferences > Display > Title Formatting > Main Window Title... $extra(foobar2000_version) displays [UNKNOWN FUNCTION] in the main window title when applied, and in a track display panel too for that matter.


foobar2000_version isn't handled.. I'll try and add it for the next version.

Quote
Again in main window title titleformatting preferences, $if(%_ispaused%,'Paused') yields no result.


the title / tray tip is only changed on track changes / play start/stop. I will add pause to the next version.

terrestrial,
2 semi-longstanding things that have bugged me.
  • Using ...folder.* in an image path doesn't work with folder.gif
  • SCPL doesn't remember what was selected after closing foobar and reopening it.


1) I'm not sure, but maybe .gif isn't supported in gdi+
2) is a general foobar thing.

foo_ui_panels

Reply #623
1) I'm not sure, but maybe .gif isn't supported in gdi+
2) is a general foobar thing.

Ok, I take number 1 back, it does show them, it can't stretch them larger.
If I call a gif by name it will stretch any which way it wants.
elevatorladylevitateme

foo_ui_panels

Reply #624
ok, another one. the settings screen will be a bit messed up and there will be no text loaded. please let me know if this version crashes or not.

As you described the screen was a bit messed up and there was no text loaded. However this version does not crash.