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 1317893 times) previous topic - next topic
0 Members and 13 Guests are viewing this topic.

foo_ui_panels

Reply #1375
I don't know.

As far as I know you must put all used images in your panel ui folder/*name of your config*/images to use relative path.

foo_ui_panels

Reply #1376
I believe that the relative path in $imageabs2() is the directory containing the pui file.  I moved my 'images\...' directory from the foobar2000 directory into my PanelsUI directory (where my pui is) to get my images back.

foo_ui_panels

Reply #1377
The Display from playlist you can change by click right on the Single Columns Playlist and then edit the code.
Really strange what you have done....

Now I see there is an extra tab I had overlooked ('Item Display'). So far I had only seen 'Group Display'.  Thank you for helping me out of my misery

P.S. unfortunately I can't help with the image path

foo_ui_panels

Reply #1378
Hello, I am a totaly noob with ui_panels, i have a problem with this code :

Quote
$drawrect(0,0,0,0,pencolor-null brushcolor-35-35-35)

$drawrect(4,494,342,103,pencolor-42-42-42-42 brushcolor-null)
$panel(visu,Egoh Spectrum analyser,5,495,340,100,)

// PerTrack

$align(left,top)$font(Calibri,9,,200-200-200)
$pad(5,5)
Artiste : %artist%$char(10)
Titre : %title%


and i have this result :



The pad function seems not working, instead i have a number, why ?

Thanks

foo_ui_panels

Reply #1379
Use $alignabs instead:
$alignabs(X,Y,w,h,H,V)
In your case that would be something like this (width & height just grabbed out of random):
$alignabs(5,5,$sub(%_width%,10),20,left,top)

foo_ui_panels

Reply #1380
ive got a simple question for ui_panels

when i select a playlist, the playist is orderd as in the folder structure.
but i want, that its ordrd after the year-tags.

ive checked it already, but it doesnt work. i can selsct the one, then its in the correct order, but when i switch the playlist, its in the folder structure

i hope, you understood me

could y<ou say me how to do this?


seea

foo_ui_panels

Reply #1381
One quick question.
When I change tags using "properties", the SCPL list does not get updated. E.g., if I change YEAR, or TITLE. Is there any way we can get this info to automatically update? It is not very convenient for tagging, I guess that's why people go back to columns UI to tag files.


Thanks.

foo_ui_panels

Reply #1382
Use $alignabs instead:
$alignabs(X,Y,w,h,H,V)
In your case that would be something like this (width & height just grabbed out of random):
$alignabs(5,5,$sub(%_width%,10),20,left,top)


Thanks that works

foo_ui_panels

Reply #1383
Is there a way to save the setting of UserGlobal,sort...this configures in PUI instead of foobar2000.cfg?

Thanks.


foo_ui_panels

Reply #1385
Can not save global variables in any subpanel !
I write some variables in a track display panel's global setting, after I restart foobar, it's all cleared. I should put all the global variables in the "root panel" 's global setting now.

foo_ui_panels

Reply #1386
Hello, i have an other problem with this code, i try to store the font into a variable but the panels reports an "UNKNOWN FUNCTION" when i call the variable $font($get(fontStyle))

My Code :

Quote
// Global

$puts(fontStyle,Calibri,8,,200-200-200)
$panel(visu,Egoh Spectrum analyser,5,495,340,100,)

// Background

$drawrect(0,0,0,0,pencolor-null brushcolor-35-35-35)
$drawrect(4,494,342,103,pencolor-42-42-42-42 brushcolor-null)

// PerTrack

$alignabs(5,5,$sub(%_width%,10),30,left,top)
$font($get(fontStyle))
Artiste : %artist%$char(10)
Titre : %title%

foo_ui_panels

Reply #1387
try:
Code: [Select]
$puts(fontStyle,$font(Calibri,8,,200-200-200))
$get(fontStyle)


i think the commas between fontname,size and so on are missinterpreted in the $puts()

foo_ui_panels

Reply #1388
Thanks  so the "$puts(fontStyle,Calibri,10,bold,0-255-128)" in the wiki would be modified.

foo_ui_panels

Reply #1389
ive got a simple question for ui_panels

when i select a playlist, the playist is orderd as in the folder structure.
but i want, that its ordrd after the year-tags.

ive checked it already, but it doesnt work. i can selsct the one, then its in the correct order, but when i switch the playlist, its in the folder structure

i hope, you understood me

could y<ou say me how to do this?


seea



so, no one can solve my problem?

i think it isn't that difficult, comeon!


seeya

foo_ui_panels

Reply #1390
@ Terrestrial

I get that damn startup crash again, I did nothing with pui files or something like that, The new version of your component worked perfectly until now.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0132A45Ah
Access violation, operation: read, address: 00000004h
Call path:
entry=>user_interface::init
This is the first crash logged by this instance.
Code bytes (0132A45Ah):
0132A41Ah:  8B F0 3B F3 74 28 8D 44 24 18 50 8D 8C 24 30 03
0132A42Ah:  00 00 51 C7 06 5C 0C 3A 01 89 5C 24 20 E8 CE AF
0132A43Ah:  04 00 8B 54 24 18 89 46 08 89 56 04 EB 02 33 F6
0132A44Ah:  55 8B FE FF 15 8C 61 39 01 8B 84 24 0C 13 00 00
0132A45Ah:  8B 4F 04 50 51 E8 AC AF 04 00 3B C3 74 03 89 47
0132A46Ah:  08 8B 47 04 8D 54 24 18 52 50 89 5C 24 20 E8 99
0132A47Ah:  AF 04 00 3B C3 74 03 89 47 08 8B 57 04 8B 74 24
0132A48Ah:  18 8D 4C 24 1C 51 52 89 74 24 20 89 5C 24 24 E8
Stack (0013AE6Ch):
0013AE4Ch:  E25300F0 00000001 00000000 00000000
0013AE5Ch:  E1099CA0 00000001 00000000 00000048
0013AE6Ch:  6734A4A0 0000000C 00000000 0013C528
0013AE7Ch:  00000000 00000008 00008820 00000000
0013AE8Ch:  0013B048 FFFFFFFF 013EB900 0013B1FC
0013AE9Ch:  013E6500 0139F86C 00000000 0139F874
0013AEACh:  0139F82C 013E6490 013E7520 013E7520
0013AEBCh:  0013AEB4 0013AEB8 013E7520 013E75B6
0013AECCh:  0013AEC4 0013AEC8 00000041 00000015
0013AEDCh:  0013AED4 0013AED8 013EF4B8 013E7520
0013AEECh:  00000001 00000008 0139F868 00000000
0013AEFCh:  00000000 00000000 00000201 00000006
0013AF0Ch:  00000000 00000000 00000000 013E6400
0013AF1Ch:  0013AEAC 00000000 00130020 7C915233
0013AF2Ch:  0013AF4C 013E7690 00000000 00000010
0013AF3Ch:  7C91527C 0000004B 0000004F 00000020
0013AF4Ch:  70FF6259 01C795FE C55A9EBC 01C79ACB
0013AF5Ch:  D22338CC 01C7643C 00000000 0000006C
0013AF6Ch:  001410A0 C0150008 0069004D 0069006E
0013AF7Ch:  006F0054 00500070 006E0061 006C0065
Registers:
EAX: 00000000, EBX: 00000000, ECX: 7C80EE67, EDX: 005B0003
ESI: 00000000, EDI: 00000000, EBP: 0016CAE8, ESP: 0013AE6C
Crash location: "foo_ui_panels", loaded at 012E0000h - 013CC000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B6000h
kernel32                        loaded at 7C800000h - 7C8FE000h
COMCTL32                        loaded at 77390000h - 77493000h
msvcrt                          loaded at 77BE0000h - 77C38000h
ADVAPI32                        loaded at 77F40000h - 77FEB000h
RPCRT4                          loaded at 77DA0000h - 77E31000h
GDI32                            loaded at 77E40000h - 77E87000h
USER32                          loaded at 7E390000h - 7E420000h
SHLWAPI                          loaded at 77E90000h - 77F06000h
SHELL32                          loaded at 7C9C0000h - 7D1E0000h
ole32                            loaded at 774A0000h - 775DD000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 76350000h - 7639A000h
IMM32                            loaded at 76330000h - 7634D000h
uxtheme                          loaded at 5B190000h - 5B1C8000h
apphelp                          loaded at 77B00000h - 77B22000h
msctfime                        loaded at 75250000h - 7527E000h
foo_abx                          loaded at 00A30000h - 00A64000h
foo_albumlist                    loaded at 00A70000h - 00AB7000h
OLEAUT32                        loaded at 770E0000h - 7716C000h
foo_cdda                        loaded at 00AD0000h - 00B06000h
foo_converter                    loaded at 00B30000h - 00B99000h
foo_custominfo                  loaded at 00BC0000h - 00C45000h
foo_cwb_hooks                    loaded at 00C70000h - 00CA6000h
foo_discogs                      loaded at 00CD0000h - 00D4D000h
gdiplus                          loaded at 4EB80000h - 4ED23000h
WS2_32                          loaded at 71A30000h - 71A47000h
WS2HELP                          loaded at 71A20000h - 71A28000h
WINMM                            loaded at 76AF0000h - 76B1E000h
foo_dsp_std                      loaded at 00DF0000h - 00E31000h
foo_input_std                    loaded at 00E60000h - 00F74000h
foo_masstag                      loaded at 00FA0000h - 00FF0000h
foo_menu_addons                  loaded at 01010000h - 01035000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_msnalt                      loaded at 01060000h - 01079000h
foo_playcount                    loaded at 010A0000h - 010C8000h
foo_rgscan                      loaded at 010F0000h - 01138000h
foo_run                          loaded at 01160000h - 0118B000h
foo_uie_quicksearch              loaded at 011B0000h - 011F6000h
foo_ui_columns                  loaded at 01220000h - 012B7000h
foo_ui_panels                    loaded at 012E0000h - 013CC000h
foo_ui_std                      loaded at 013F0000h - 01447000h
foo_unpack                      loaded at 01470000h - 0149E000h
foo_utils                        loaded at 103E0000h - 10419000h
imagehlp                        loaded at 76C50000h - 76C78000h
DBGHELP                          loaded at 59E70000h - 59F11000h
VERSION                          loaded at 77BD0000h - 77BD8000h

Stack dump analysis:
Address: 0139F82Ch, location: "foo_ui_panels", loaded at 012E0000h - 013CC000h
Address: 0139F868h, location: "foo_ui_panels", loaded at 012E0000h - 013CC000h
Address: 7C915233h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "bsearch" (+00000238h)
Address: 7C91527Ch, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "bsearch" (+00000281h)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C97C1C0h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C915AF1h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000034Eh)
Address: 7C97C2C0h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C915B4Fh, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000003ACh)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C97C248h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C915707h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlHashUnicodeString" (+000002A2h)
Address: 7C915A00h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000025Dh)
Address: 7C915A65h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000002C2h)
Address: 7C97C2C0h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C916999h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9169A5h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C90EFE3h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "strchr" (+000002E2h)
Address: 7C90EF43h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "strchr" (+00000242h)
Address: 0049004Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0049004Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0054h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0047004Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910000h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlNtStatusToDosErrorNoTeb" (+00000477h)
Address: 00460020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0042005Ch, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
ReplayGain Scanner 2.0.2  (foo_rgscan)
FLAC Decoder 1.1.0  (foo_input_std)
Default User Interface 0.9acc  (foo_ui_std)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
ABX Comparator 1.3.1  (foo_abx)
Masstagger 1.6  (foo_masstag)
Discogs Tagger 1.0  (foo_discogs)
RAR reader 1.1  (foo_unpack)
Standard DSP array 1.0  (foo_dsp_std)
Panels UI 0.13.1 beta [May 18 2007 - 04:08:37]  (foo_ui_panels)
foobar2000 core 0.9.4.2  (Core)
Run services 0.3.2  (foo_run)
WMA Decoder 1.1  (foo_input_std)
ZIP/GZIP reader 1.0  (foo_unpack)
CD Audio Decoder 2.1.1  (foo_cdda)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
cwbowron's title format hooks 1.1.1 [May  4 2007 - 12:39:47]  (foo_cwb_hooks)
Playback Statistics 1.3.2  (foo_playcount)
MSN Now Playing (alt) 2.4  (foo_msnalt)
Menu Addons 0.3.9  (foo_menu_addons)
foo_custominfo 0.1.2  (foo_custominfo)
Playlist tools 0.5.7  (foo_utils)
Standard Input Array 1.0  (foo_input_std)
Converter 1.0.1  (foo_converter)
Album List 3.2.0  (foo_albumlist)



I have also uploaded the pui and my config file like you requested last time.

http://rapidshare.com/files/32372058/pui_a...gevaar.zip.html

Please fix this bug, I really love your work!

foo_ui_panels

Reply #1391
ive got a simple question for ui_panels

when i select a playlist, the playist is orderd as in the folder structure.
but i want, that its ordrd after the year-tags.

ive checked it already, but it doesnt work. i can selsct the one, then its in the correct order, but when i switch the playlist, its in the folder structure :P

i hope, you understood me :)

could y<ou say me how to do this?

PanelsUI will remember which Sort/Group By preset you last used on a given playlist. Make sure you are using the latest PanelsUI, define a preset for each different type of sorting pattern you use, switch to each playlist and pick the desired preset. PanelsUI should remember and auto-apply the last preset used when you switch playlists.


foo_ui_panels

Reply #1393
@Yotsuya:

Nope, that isn't the fact! It's always sorted after the directory.

i must always press the button "Sort/Gruop by | Aritst - Date - Album" (which is always checked) to get the files in the correct order


SeeYa

foo_ui_panels

Reply #1394
@ Terrestrial

I get that damn startup crash again, I did nothing with pui files or something like that, The new version of your component worked perfectly until now.


try running this version here, and post the contents of "C:\PanelsUI-Debug.txt" when it crashes. That should help me narrow down the problem.

foo_ui_panels

Reply #1395
How would I go about using the POPUP command to open a window that displays the Lyric Show panel? I've tried editing the library.pp file but that crashes foobar. It looks like there is binary data or something on the first line of the library.pp file, so I take it we cannot make our own pp files consisting of just titleformatting code. I'm confused.

foo_ui_panels

Reply #1396
How would I go about using the POPUP command to open a window that displays the Lyric Show panel? I've tried editing the library.pp file but that crashes foobar. It looks like there is binary data or something on the first line of the library.pp file, so I take it we cannot make our own pp files consisting of just titleformatting code. I'm confused.


i think .pp equals .pui so just create a new layout and edit it in foobar and then rename it

 

foo_ui_panels

Reply #1397
PanelsUI-Debug.txt

Code: [Select]
Init
Init menu
Enum layouts
Black
Black.pui
Init host
Set as UI
Load layout
Create window

failure.txt

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0132A63Ah
Access violation, operation: read, address: 00000004h
Call path:
entry=>user_interface::init
This is the first crash logged by this instance.
Code bytes (0132A63Ah):
0132A5FAh:  8B F0 3B F3 74 28 8D 44 24 18 50 8D 8C 24 30 03
0132A60Ah:  00 00 51 C7 06 64 1D 3A 01 89 5C 24 20 E8 2C B0
0132A61Ah:  04 00 8B 54 24 18 89 46 08 89 56 04 EB 02 33 F6
0132A62Ah:  55 8B FE FF 15 94 71 39 01 8B 84 24 0C 13 00 00
0132A63Ah:  8B 4F 04 50 51 E8 0A B0 04 00 3B C3 74 03 89 47
0132A64Ah:  08 8B 47 04 8D 54 24 18 52 50 89 5C 24 20 E8 F7
0132A65Ah:  AF 04 00 3B C3 74 03 89 47 08 8B 57 04 8B 74 24
0132A66Ah:  18 8D 4C 24 1C 51 52 89 74 24 20 89 5C 24 24 E8
Stack (0013AE6Ch):
0013AE4Ch:  E6E8C0F0 00000001 00000000 00000000
0013AE5Ch:  E16973B8 00000001 BF40003C BF400000
0013AE6Ch:  E008D19D 0000000C 00000000 0013C528
0013AE7Ch:  00000000 00000008 00008820 00000000
0013AE8Ch:  0013B048 FFFFFFFF 013EB888 0013B1FC
0013AE9Ch:  013E6448 013A0974 00000000 013A0E38
0013AEACh:  013A0934 013E63D8 013EFEF0 013EFEF0
0013AEBCh:  0013AEB4 0013AEB8 013EFEF0 013EFF86
0013AECCh:  0013AEC4 0013AEC8 00000041 00000015
0013AEDCh:  0013AED4 0013AED8 013EF428 013EFEF0
0013AEECh:  00000001 00000008 013A0970 00000000
0013AEFCh:  00000000 00000000 00000201 00000006
0013AF0Ch:  00000000 00000000 00000000 013E6348
0013AF1Ch:  0013AEAC 00000000 00130020 7C915233
0013AF2Ch:  0013AF4C 013E6B90 00000000 00000010
0013AF3Ch:  7C91527C 0000004B 0000004F 00000020
0013AF4Ch:  70FF6259 01C795FE C55A9EBC 01C79ACB
0013AF5Ch:  D22338CC 01C7643C 00000000 0000006C
0013AF6Ch:  001410A0 C0150008 0069004D 0069006E
0013AF7Ch:  006F0054 00500070 006E0061 006C0065
Registers:
EAX: 00000000, EBX: 00000000, ECX: 7C80EE67, EDX: 005B0003
ESI: 00000000, EDI: 00000000, EBP: 0016CAE8, ESP: 0013AE6C
Crash location: "foo_ui_panels", loaded at 012E0000h - 013CD000h

Loaded modules:
foobar2000                      loaded at 00400000h - 004F3000h
ntdll                            loaded at 7C900000h - 7C9B6000h
kernel32                        loaded at 7C800000h - 7C8FE000h
COMCTL32                        loaded at 77390000h - 77493000h
msvcrt                          loaded at 77BE0000h - 77C38000h
ADVAPI32                        loaded at 77F40000h - 77FEB000h
RPCRT4                          loaded at 77DA0000h - 77E31000h
GDI32                            loaded at 77E40000h - 77E87000h
USER32                          loaded at 7E390000h - 7E420000h
SHLWAPI                          loaded at 77E90000h - 77F06000h
SHELL32                          loaded at 7C9C0000h - 7D1E0000h
ole32                            loaded at 774A0000h - 775DD000h
shared                          loaded at 10000000h - 10029000h
comdlg32                        loaded at 76350000h - 7639A000h
IMM32                            loaded at 76330000h - 7634D000h
uxtheme                          loaded at 5B190000h - 5B1C8000h
apphelp                          loaded at 77B00000h - 77B22000h
msctfime                        loaded at 75250000h - 7527E000h
foo_abx                          loaded at 00A30000h - 00A64000h
foo_albumlist                    loaded at 00A70000h - 00AB7000h
OLEAUT32                        loaded at 770E0000h - 7716C000h
foo_cdda                        loaded at 00AD0000h - 00B06000h
foo_converter                    loaded at 00B30000h - 00B99000h
foo_custominfo                  loaded at 00BC0000h - 00C45000h
foo_cwb_hooks                    loaded at 00C70000h - 00CA6000h
foo_discogs                      loaded at 00CD0000h - 00D4D000h
gdiplus                          loaded at 4EB80000h - 4ED23000h
WS2_32                          loaded at 71A30000h - 71A47000h
WS2HELP                          loaded at 71A20000h - 71A28000h
WINMM                            loaded at 76AF0000h - 76B1E000h
foo_dsp_std                      loaded at 00DF0000h - 00E31000h
foo_input_std                    loaded at 00E60000h - 00F74000h
foo_masstag                      loaded at 00FA0000h - 00FF0000h
foo_menu_addons                  loaded at 01010000h - 01035000h
MSVCR80                          loaded at 78130000h - 781CB000h
foo_msnalt                      loaded at 01060000h - 01079000h
foo_playcount                    loaded at 010A0000h - 010C8000h
foo_rgscan                      loaded at 010F0000h - 01138000h
foo_run                          loaded at 01160000h - 0118B000h
foo_uie_quicksearch              loaded at 011B0000h - 011F6000h
foo_ui_columns                  loaded at 01220000h - 012B7000h
foo_ui_panels                    loaded at 012E0000h - 013CD000h
foo_ui_std                      loaded at 013F0000h - 01447000h
foo_unpack                      loaded at 01470000h - 0149E000h
foo_utils                        loaded at 103E0000h - 10419000h
imagehlp                        loaded at 76C50000h - 76C78000h
DBGHELP                          loaded at 59E70000h - 59F11000h
VERSION                          loaded at 77BD0000h - 77BD8000h

Stack dump analysis:
Address: 013A0934h, location: "foo_ui_panels", loaded at 012E0000h - 013CD000h
Address: 013A0970h, location: "foo_ui_panels", loaded at 012E0000h - 013CD000h
Address: 7C915233h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "bsearch" (+00000238h)
Address: 7C91527Ch, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "bsearch" (+00000281h)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C97C1C0h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C915AF1h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000034Eh)
Address: 7C97C2C0h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C915B4Fh, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000003ACh)
Address: 7C9153F5h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlFindActivationContextSectionString" (+000000DCh)
Address: 7C97C248h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C915707h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlHashUnicodeString" (+000002A2h)
Address: 7C915A00h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000025Dh)
Address: 7C915A65h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000002C2h)
Address: 7C97C2C0h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Address: 7C916999h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9169A5h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C90EFE3h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "strchr" (+000002E2h)
Address: 7C90EF43h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "strchr" (+00000242h)
Address: 0049004Dh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0049004Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 004F0054h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0047004Eh, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 7C910000h, location: "ntdll", loaded at 7C900000h - 7C9B6000h
Symbol: "RtlNtStatusToDosErrorNoTeb" (+00000477h)
Address: 00460020h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 00490055h, location: "foobar2000", loaded at 00400000h - 004F3000h
Address: 0042005Ch, location: "foobar2000", loaded at 00400000h - 004F3000h

Version info:
foobar2000 v0.9.4.2
UNICODE

Additional info:
RAR reader 1.1  (foo_unpack)
ReplayGain Scanner 2.0.2  (foo_rgscan)
Playback Statistics 1.3.2  (foo_playcount)
Columns UI 0.1.3 beta 1v7  (foo_ui_columns)
Masstagger 1.6  (foo_masstag)
foobar2000 core 0.9.4.2  (Core)
ABX Comparator 1.3.1  (foo_abx)
Album List 3.2.0  (foo_albumlist)
MSN Now Playing (alt) 2.4  (foo_msnalt)
WMA Decoder 1.1  (foo_input_std)
CD Audio Decoder 2.1.1  (foo_cdda)
cwbowron's title format hooks 1.1.1 [May  4 2007 - 12:39:47]  (foo_cwb_hooks)
Discogs Tagger 1.0  (foo_discogs)
Standard DSP array 1.0  (foo_dsp_std)
Standard Input Array 1.0  (foo_input_std)
Panels UI 0.13.2 beta [May 18 2007 - 13:50:44]  (foo_ui_panels)
Playlist tools 0.5.7  (foo_utils)
Menu Addons 0.3.9  (foo_menu_addons)
Converter 1.0.1  (foo_converter)
FLAC Decoder 1.1.0  (foo_input_std)
ZIP/GZIP reader 1.0  (foo_unpack)
foo_custominfo 0.1.2  (foo_custominfo)
Default User Interface 0.9acc  (foo_ui_std)
Quick Search Toolbar 2.8k  (foo_uie_quicksearch)
Run services 0.3.2  (foo_run)



Ooh and terrestrial do you think it's the .pui file that's corrupted or something like that because I'm tired of doing my layout again.

foo_ui_panels

Reply #1398
How would I go about using the POPUP command to open a window that displays the Lyric Show panel? I've tried editing the library.pp file but that crashes foobar. It looks like there is binary data or something on the first line of the library.pp file, so I take it we cannot make our own pp files consisting of just titleformatting code. I'm confused.
Just create a button with POPUP:Lyrics.
Then click on it. it will popup a new default panelUI. Right-click on the titlebar > settings. Erase all code and replace it with:
$panel(Lyrics,Lyric Show,0,0,%_width%,%_height%,).
In your panelUI folder you will have a new file, named "Lyrics", without extension. just leave it as this.
that's all. I've tested it right now and it works.

foo_ui_panels

Reply #1399
I find something really strange.
When I hoover my mouse pointer over my foobar with panelsUI, I get quite a lot of CPU activity, reaching 100% at times.

Moving the pointer away from the foobar window reduces CPU usage.
Note that I'm not scrolling, clicking, or doing anything "demanding" on the UI.

Can anyone reproduce this?
Is this really weird?

How can I report this problem better? (no crash, no log)?

Thanks