Help - Search - Members - Calendar
Full Version: foo_ui_panels
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57
terrestrial
QUOTE(carmenm @ May 16 2007, 12:56) *

Terrestrial : Would it be possible for the SCPL and track Display panels to be reload when we change a layout global. I have a theme color in layout globals but when i change it, it changes for the code directly in the layout code but not in SCPL and track displays(doesnt work either with set and setpvar)


track displays should reload when you change a pvar through a button.. anything else will require a restart.

QUOTE(CepiPerez @ May 16 2007, 19:52) *

Request:
- NOBKGND option in $button2


yes, it's there.. although its only for glass.

QUOTE(gregory @ May 17 2007, 01:08) *

can the background of panels ui be done away with or made transparent?
i know that i can use $drawrect(...) to change the color
but it would be nice to not have one at all, this way i could have a rounded border by using images that have transparency
actually this would free up a lot of possibilities



to do it properly would require using layered windows and a rewrite of all the gdi functions... so not in the near future.

QUOTE(Yotsuya @ May 17 2007, 04:06) *

THANK YOU!

0.12.4 now supports unicode and will open the configuration dialog both in wine and windows japanese locale.


no more crashes, right?

-------------

I've uploaded 0.13.0 with a couple of new features / some tweaks. there is also a new example library.pp along with new library filter defaults (use reset page in the library filter preferences page to reset to the new defaults).
YounhaLOV
IPB Image

Oh....great update!! thx^^
There is a possibility of changing the background color


but...there is the White line in the SCPL group background !
It solved like this with being temporary

CODE
$drawrect(0,0,%_width%,%_height%,brushcolor-0-0-0 pencolor-null)
CepiPerez
QUOTE(terrestrial @ May 18 2007, 00:44) *
QUOTE(CepiPerez @ May 16 2007, 19:52) *

Request:
- NOBKGND option in $button2


yes, it's there.. although its only for glass.

No, it's not there...
I have vista glass installed and $button2 doesn't support nobkgnd
terrestrial
oops... yes you're right it's not there. I will add it to the todo list.
Fishy Joe
Is there a way to run an external program from a track display button? I currently display a default image when there is no album art, and I would like to make it a button that searches google images.

The track display dialog doesn't list the Run/Google Artist + Album option that is listed in my context menu thanks to foo_run. Is there any way to make this work?

Thanks smile.gif
mil3s
There is a bug with SCPLs group display in the new version. When using background color and > 1 line. Only first line is painted.

Also. The new entries in the context menu is not appropriate imo on items where %_subidx% is less than %_maxidx%. :/
Andreasvb
I have the same problem, but I temporarily fixed it with
CODE
$drawrect(,,,,pencolor-R-G-B alpha-255)

Change RGB to your bg color.

Other than that it works great. Scrolling and moving with arrrows works.
Syntax highlighting is back too.
Spirit_of_the_ocean
Last Version seems to work great with 9.4.2 no bugs recognized.
Good work.

I read the usersguide to let the buttons appear
carmenm
QUOTE(terrestrial @ May 18 2007, 04:44) *

QUOTE(carmenm @ May 16 2007, 12:56) *

Terrestrial : Would it be possible for the SCPL and track Display panels to be reload when we change a layout global. I have a theme color in layout globals but when i change it, it changes for the code directly in the layout code but not in SCPL and track displays(doesnt work either with set and setpvar)


track displays should reload when you change a pvar through a button.. anything else will require a restart.


Actually it seems that my pvar cannot be changed with a button. my pvar theme as values like blue,red,green and the button to change it doesnt work.
Another thing i really think that all panels should be refresh when we change something in the layout globals. It s the configuration of the whole layout and consequently almost everything in the layout can be affected by a change there.
urlwolf
Thanks for v .13, no more crashes for me, and CPU usage is normal again.

Unfortunately, my library playlist pannel is empty when using v .13. I tried changing options, but nothing works, it shows a white window.

Should not be a big deal, sice Br3tt will implement library filter (which is equivalent and better) in his v .6 of his Scaled config.
Hakubo
Is there a way to use individual values from multi-valued fields in Library Filter? Like %<field>% in the Album list?
shakey_snake
yes
Hakubo
Multiple-value titleformatting syntax is not what I was asking about, but thanks for the answer anyway.
For anyone else interested, it should be written as such: $meta_sep(genre,|)
kabuki
$meta_sep(genre,|)
that's exactly what i was looking for.... thx you so much Hakubo ! wink.gif

$if(%style%,$meta_sep(style,|),%genre%)

and it work aswell in Playlist Tree.
inverse
thanks for this great update, terrestrial, really faster and the syntax color is back. cool.gif

I've got a little problem with the album art panel in this version.

Usually I use %ispaused% to show/hide album art panel in order to have both fading transition during playback and the demi-transparent in paused mode. That works smoothly in previous versions. But in 0.13, every time the metabase changes, (like the regular updates of the playcount and the last playtime after 1 minute playing), the cover img disappears. Actually the panel is not gone, just the graphic doesn't show up, I use any other window or menu to cover that area once and it will show again. Don't know why sad.gif


OK, I've found a solution, by making the traditional $imageabs2 method always shown below the album art panel... laugh.gif
inverse
another question?

does trackinfo panel support multiple file operation?
it seems that i have two choices, follow cursor or now playing, but that is always valid for one track only, even if I select more tracks at once. i mean sometimes I want to deal with more than one track, like deleting multiple files or sending them to device through button etc. huh.gif

Is there a "selected mode" maybe? wink.gif
kabuki
QUOTE(inverse @ May 18 2007, 18:50) *

another question?

does trackinfo panel support multiple file operation?
it seems that i have two choices, follow cursor or now playing, but that is always valid for one track only, even if I select more tracks at once. i mean sometimes I want to deal with more than one track, like deleting multiple files or sending them to device through button etc. huh.gif

Is there a "selected mode" maybe? wink.gif
If you refer to action with buttons, yes you can: just add CONTEXT-SELECTED like this:
$button(,,,,,,,,TAG:SET:blah:1,CONTEXT-SELECTED TOOLTIP:"")
inverse
QUOTE(kabuki @ May 18 2007, 18:10) *

If you refer to action with buttons, yes you can: just add CONTEXT-SELECTED like this:
$button(,,,,,,,,TAG:SET:blah:1,CONTEXT-SELECTED TOOLTIP:"")



wow, tried, that's exactly what I need, many thanks!!! laugh.gif
Benna19
still crashing for me crying.gif
using this plugins (and config of course) http://www.hydrogenaudio.org/forums/index....=53703&st=0
CODE
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 0153A86Ah
Access violation, operation: read, address: 00000004h
Call path:
entry=>user_interface::init
This is the first crash logged by this instance.
Code bytes (0153A86Ah):
0153A82Ah: 8B F0 3B F3 74 28 8D 44 24 18 50 8D 8C 24 30 03
0153A83Ah: 00 00 51 C7 06 40 1E 59 01 89 5C 24 20 E8 88 D1
0153A84Ah: 02 00 8B 54 24 18 89 46 08 89 56 04 EB 02 33 F6
0153A85Ah: 55 8B FE FF 15 90 80 58 01 8B 84 24 0C 13 00 00
0153A86Ah: 8B 4F 04 50 51 E8 66 D1 02 00 3B C3 74 03 89 47
0153A87Ah: 08 8B 47 04 8D 54 24 18 52 50 89 5C 24 20 E8 53
0153A88Ah: D1 02 00 3B C3 74 03 89 47 08 8B 57 04 8B 74 24
0153A89Ah: 18 8D 4C 24 1C 51 52 89 74 24 20 89 5C 24 24 E8
Stack (0012B3E4h):
0012B3C4h: 0012D968 00000000 B9C12258 B9C11E68
0012B3D4h: 7FFDF000 B9C11F28 805353D0 804D8FD8
0012B3E4h: 76410A84 0000000C 00000000 0012CAA0
0012B3F4h: 00000000 00000000 00000000 0000032C
0012B404h: 0012B4C8 7C925AF1 015DC7E8 0012B758
0012B414h: 015D6218 01590A38 00000000 01590A40
0012B424h: 015909F8 015D6430 015D3350 015D3350
0012B434h: 0012B42C 0012B430 015D3350 015D33B2
0012B444h: 0012B43C 0012B440 00000021 0000000F
0012B454h: 0012B44C 0012B450 015DE7E8 015D3350
0012B464h: 00000001 001410A0 01590A34 00000000
0012B474h: 00000000 00000000 00000201 00000006
0012B484h: 00000000 00000000 00000000 015D63E0
0012B494h: 0012B424 00000000 7C920020 00020000
0012B4A4h: 0012B4C0 0196AAC0 0012B4C0 00000002
0012B4B4h: 00000002 00000031 00000037 00000020
0012B4C4h: D695DBC2 01C7989D 9B751BA0 01C7995D
0012B4D4h: BD11FD00 01C78837 00000000 00009D30
0012B4E4h: 7C925A65 00000000 002E0034 0070006A
0012B4F4h: 00000067 7FFDFBF8 0012B68C 00000000
Registers:
EAX: 00000000, EBX: 00000000, ECX: 7C80EE67, EDX: 00340003
ESI: 00000000, EDI: 00000000, EBP: 00163938, ESP: 0012B3E4
Crash location: "foo_ui_panels", loaded at 014F0000h - 015BA000h

Loaded modules:
foobar2000 loaded at 00400000h - 004F3000h
ntdll loaded at 7C910000h - 7C9C7000h
kernel32 loaded at 7C800000h - 7C907000h
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 7E360000h - 7E3F0000h
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
wl_hook loaded at 009E0000h - 00A36000h
uxtheme loaded at 5AD70000h - 5ADA8000h
RocketDock loaded at 00AB0000h - 00AC2000h
PSAPI loaded at 76BB0000h - 76BBB000h
xfire_toucan_26107 loaded at 00AF0000h - 00B7F000h
WSOCK32 loaded at 71A30000h - 71A3A000h
WS2_32 loaded at 71A10000h - 71A27000h
WS2HELP loaded at 71A00000h - 71A08000h
MSIMG32 loaded at 76320000h - 76325000h
MSVCR71 loaded at 7C340000h - 7C396000h
foo_albumlist loaded at 00D30000h - 00D77000h
OLEAUT32 loaded at 770F0000h - 7717C000h
foo_cdda loaded at 00DA0000h - 00DD6000h
foo_converter loaded at 00E00000h - 00E69000h
foo_cwb_hooks loaded at 00E90000h - 00EC6000h
foo_dsp_std loaded at 00EF0000h - 00F31000h
foo_input_std loaded at 00F60000h - 01074000h
foo_lyricsdb loaded at 010A0000h - 010CF000h
WININET loaded at 77180000h - 7722B000h
CRYPT32 loaded at 77A50000h - 77AE5000h
MSASN1 loaded at 77AF0000h - 77B02000h
foo_playcount loaded at 010F0000h - 01104000h
MSVCR80 loaded at 78130000h - 781CB000h
foo_rgscan loaded at 01130000h - 01178000h
foo_run loaded at 011B0000h - 011DB000h
foo_uie_albumart loaded at 01200000h - 0123C000h
gdiplus loaded at 4EBA0000h - 4ED43000h
foo_uie_albumlist loaded at 01270000h - 012AF000h
foo_uie_lyrics loaded at 012D0000h - 0132F000h
WINMM loaded at 76AF0000h - 76B1E000h
foo_uie_playlists_dropdown loaded at 013D0000h - 0140A000h
foo_ui_columns loaded at 01430000h - 014C7000h
foo_ui_panels loaded at 014F0000h - 015BA000h
foo_ui_std loaded at 015E0000h - 01637000h
imagehlp loaded at 76C50000h - 76C78000h
DBGHELP loaded at 59DD0000h - 59E71000h
VERSION loaded at 77BD0000h - 77BD8000h

Stack dump analysis:
Address: 7C925AF1h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+0000034Eh)
Address: 015909F8h, location: "foo_ui_panels", loaded at 014F0000h - 015BA000h
Address: 01590A34h, location: "foo_ui_panels", loaded at 014F0000h - 015BA000h
Address: 7C920020h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlNtStatusToDosErrorNoTeb" (+00000497h)
Address: 7C925A65h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlDosApplyFileIsolationRedirection_Ustr" (+000002C2h)
Address: 7C926999h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9269A5h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C91EFE3h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+000002E2h)
Address: 7C91EF43h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000242h)
Address: 7C92691Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000202h)
Address: 7C926924h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000209h)
Address: 7C920833h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlAllocateHeap" (+0000025Fh)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C91EE18h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000117h)
Address: 7C926928h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000020Dh)
Address: 7C9269A5h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C926924h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000209h)
Address: 77ED1780h, location: "RPCRT4", loaded at 77E50000h - 77EE1000h
Symbol: "I_RpcProxyNewConnection" (+0000E0BFh)
Address: 77E5120Ch, location: "RPCRT4", loaded at 77E50000h - 77EE1000h
Address: 77ED1780h, location: "RPCRT4", loaded at 77E50000h - 77EE1000h
Symbol: "I_RpcProxyNewConnection" (+0000E0BFh)
Address: 7C926999h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000027Eh)
Address: 7C9269A5h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+0000028Ah)
Address: 7C91EFE3h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+000002E2h)
Address: 7C91EF43h, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "strchr" (+00000242h)
Address: 7C92691Dh, location: "ntdll", loaded at 7C910000h - 7C9C7000h
Symbol: "RtlMultiAppendUnicodeStringBuffer" (+00000202h)

Version info:
foobar2000 v0.9.4
UNICODE

Additional info:
Lyric Show Panels 0.3.1.1 (foo_uie_lyrics)
Playlists Dropdown 0.5.7.5 (foo_uie_playlists_dropdown)
Album Art Panel 0.2.6 (foo_uie_albumart)
WMA Decoder 1.1 (foo_input_std)
Standard Input Array 1.0 (foo_input_std)
ReplayGain Scanner 2.0.2 (foo_rgscan)
foo_lyricsdb 0.0.7 beta 5 (foo_lyricsdb)
Album List 3.2.0 (foo_albumlist)
Default User Interface 0.9acc (foo_ui_std)
FLAC decoder 1.1.0 (foo_input_std)
Standard DSP array 1.0 (foo_dsp_std)
Columns UI 0.1.3 beta 1v7 (foo_ui_columns)
CD Audio Decoder 2.1.1 (foo_cdda)
Converter 1.0.1 (foo_converter)
foobar2000 core v0.9.4 (Core)
Panels UI 0.12.4 beta [May 16 2007 - 20:41:54] (foo_ui_panels)
Album list panel 0.2.1 beta 4 (foo_uie_albumlist)
Run services 0.3.2 (foo_run)
Play Count 1.9.2 (foo_playcount)
cwbowron's title format hooks 1.1.1 [May 4 2007 - 12:39:47] (foo_cwb_hooks)
urlwolf
disregard my report about not seeing library list panel. I had nuked my db accidentally smile.gif

Still, I wonder if there is a good way to transfer shortcuts etc between installations without copying the .cfg file.

Maybe xml for a cfg file, (with the nice advantage that one can copy/paste sections) would be better?
terrestrial
I've uploaded a new version which should fix the scpl header redrawing problems.

-----------------

QUOTE(Benna19 @ May 18 2007, 12:31) *

still crashing for me crying.gif
using this plugins (and config of course) http://www.hydrogenaudio.org/forums/index....=53703&st=0


What were you doing when it crashed? Delete the old pui, download the latest version, and redownload the pui and see if it still crashes...
Benna19
i just closed the player (while playing a song) and after 5 min i started it up again . result the error message.

Btw. the thing with the .pui worked
letz see how long sad.gif
liekloo
Hi all,

I have downloaded a preconfigured foobar2000 (Panels UI) and been adjusting it to my tastes.

One thing appears to be hard to do: editing the tagz strings %title%, %length%, etc. that determine what info is displayed in the playlist. To edit them, I had to find them. I didn't find them in foobar2000 preferences, but I did find them in the *.pui file (foobar2000 \ Panels UI \ uru_foo.pui). However, editing this file with notepad appears to corrupt the file and makes foobar2000 crash.

Does anyone know a solution?

I hope I'm not asking a question that has already been replied to elsewhere.

Regards,
liek
Spirit_of_the_ocean
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.... blink.gif
Yotsuya
I am trying to help another user in this thread with referencing images in their foobar profile directory. I do not use per-user settings so it is a little troublesome to test code. From what I have read the relative path for images has been changed around quite a bit. What is currently the best way to reference an image in $imageabs2() that resides in a subdirectory off the user's profile directory?
Spirit_of_the_ocean
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.
wraithdu
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.
liekloo
QUOTE(Spirit_of_the_ocean @ May 19 2007, 00:38) *

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.... blink.gif

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

P.S. unfortunately I can't help with the image path
Masahiko
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 :

IPB Image

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

Thanks
vigge
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)
mundschuss
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 tongue.gif

i hope, you understood me smile.gif

could y<ou say me how to do this?


seea
urlwolf
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.
Masahiko
QUOTE(vigge @ May 19 2007, 12:28) *

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
oScARSh
Is there a way to save the setting of UserGlobal,sort...this configures in PUI instead of foobar2000.cfg?

Thanks.
shakey_snake
QUOTE(oScARSh @ May 19 2007, 14:05) *

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

Thanks.

IPB Image
Jensen
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.
Masahiko
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%
purged
try:
CODE
$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()
Masahiko
Thanks smile.gif so the "$puts(fontStyle,Calibri,10,bold,0-255-128)" in the wiki would be modified.
mundschuss
QUOTE(mundschuss @ May 19 2007, 13:30) *

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 tongue.gif

i hope, you understood me smile.gif

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
stampgevaar
@ 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

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!

Yotsuya
QUOTE(mundschuss @ May 19 2007, 07:30) *
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.
oScARSh
QUOTE(shakey_snake @ May 19 2007, 13:39) *

QUOTE(oScARSh @ May 19 2007, 14:05) *

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

Thanks.

IPB Image


I meant here :

IPB Image

I can only find out their setting saved in foobar2000.cfg sad.gif
mundschuss
@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 tongue.gif


SeeYa
terrestrial
QUOTE(stampgevaar @ May 20 2007, 09:49) *

@ 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.
metal_termite
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.
purged
QUOTE(metal_termite @ May 21 2007, 07:10) *

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
stampgevaar
PanelsUI-Debug.txt

CODE

Init
Init menu
Enum layouts
Black
Black.pui
Init host
Set as UI
Load layout
Create window


failure.txt

CODE

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.
kabuki
QUOTE(metal_termite @ May 21 2007, 08:10) *

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.
urlwolf
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
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.